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

add depedencies for ipcalc and remove geoip

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