Commit 90bba31f authored by isaak yansane-sisk's avatar isaak yansane-sisk

add depedencies for ipcalc and remove geoip

parent 821b4937
[buildout]
versions = versions
extends =
../../component/lxml-python/buildout.cfg
../../component/numpy/buildout.cfg
../../component/scipy/buildout.cfg
../../component/cython/buildout.cfg
../../component/fluentd/buildout.cfg
../../component/git/buildout.cfg
../../component/pyanomaly/buildout.cfg
../../software/wendelin/software.cfg
parts +=
......@@ -15,10 +17,11 @@ parts +=
pythonwithnumpy-init
scikit-learn-repository
pythonwithnumpy
# geoip-dev
# geoip
# geolite2
# ipcalc
fluentd
pyanomaly
lxml-python
ipcalc
six
[pythonwithnumpy]
recipe = plone.recipe.command
......@@ -38,6 +41,11 @@ eggs =
${scipy:egg}
${cython:egg}
[pyanomaly]
recipe = plone.recipe.command
executable = ${buildout:directory}/bin/${pythonwithnumpy-init:interpreter}
command = ${:executable} ${pyanomaly-repository:location}/setup.py
[pyanomaly-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/donkey-hotei/pyanomaly.git
......@@ -52,16 +60,17 @@ recipe = zc.recipe.egg
egg = geolite2
[geoip-dev]
recipe = slapos.recipe.cmmi
url = http://http.debian.net/debian/pool/main/g/geoip/geoip_1.6.9.orig.tar.gz
environment =
PATH = ${buildout:parts-directory}/autoconf/bin:%(PATH)s
configure-command = './bootstrap && ./configure'
recipe = plone.recipe.command
command = git clone https://github.com/maxmind/geoip-api-c && cd geoip-api-c && ./configure && make && make install
[ipcalc]
recipe = zc.recipe.egg
egg = ipcalc
[six]
recipe = zc.recipe.egg
egg = six
[scikit-learn]
recipe = zc.recipe.egg:develop
egg = scikit-learn
......
......@@ -481,7 +481,6 @@ eggs =
${python-ldap-python:egg}
${pysvn-python:egg}
${pycrypto-python:egg}
${scikit-learn:egg}
lock_file
PyStemmer
PyXML
......@@ -726,7 +725,6 @@ pyzmq = 15.2.0
qrcode = 5.3
restkit = 4.2.2
rtjp-eventlet = 0.3.2
scikit-learn = 0.17.1
scipy = 0.17.1
simplegeneric = 0.8.1
socketpool = 0.5.3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment