Commit daefd5a0 authored by Jérome Perrin's avatar Jérome Perrin Committed by Kazuhiko Shiozaki

component/pystemmer: extract a component from erp5 stack

parent 030c4178
[buildout]
extends =
../../component/cython/buildout.cfg
[PyStemmer]
recipe = zc.recipe.egg:custom
egg = PyStemmer
setup-eggs =
${cython:egg}
setuptools-dso
...@@ -35,6 +35,7 @@ extends = ...@@ -35,6 +35,7 @@ extends =
../../component/pycrypto-python/buildout.cfg ../../component/pycrypto-python/buildout.cfg
../../component/pytracemalloc/buildout.cfg ../../component/pytracemalloc/buildout.cfg
../../component/pysvn-python/buildout.cfg ../../component/pysvn-python/buildout.cfg
../../component/pystemmer/buildout.cfg
../../component/python-ldap-python/buildout.cfg ../../component/python-ldap-python/buildout.cfg
../../component/scikit-learn/buildout.cfg ../../component/scikit-learn/buildout.cfg
../../component/scikit-image/buildout.cfg ../../component/scikit-image/buildout.cfg
...@@ -546,6 +547,7 @@ eggs = ${neoppod:eggs} ...@@ -546,6 +547,7 @@ eggs = ${neoppod:eggs}
${scipy:egg} ${scipy:egg}
${scikit-learn:egg} ${scikit-learn:egg}
${scikit-image:egg} ${scikit-image:egg}
${PyStemmer:egg}
${python-PyYAML:egg} ${python-PyYAML:egg}
sympy sympy
more-itertools more-itertools
...@@ -556,7 +558,6 @@ eggs = ${neoppod:eggs} ...@@ -556,7 +558,6 @@ eggs = ${neoppod:eggs}
lock_file lock_file
astor astor
APacheDEX APacheDEX
PyStemmer
Pympler Pympler
SOAPpy SOAPpy
chardet chardet
...@@ -848,7 +849,7 @@ pyflakes = 1.5.0 ...@@ -848,7 +849,7 @@ pyflakes = 1.5.0
pyjwkest = 1.4.2 pyjwkest = 1.4.2
Pympler = 0.4.3 Pympler = 0.4.3
pyPdf = 1.13 pyPdf = 1.13
PyStemmer = 1.3.0 PyStemmer = 2.2.0.1
pytesseract = 0.2.2 pytesseract = 0.2.2
python-gettext = 4.1 python-gettext = 4.1
python-libmilter = 1.0.3 python-libmilter = 1.0.3
...@@ -895,3 +896,6 @@ zope.minmax = 2.3 ...@@ -895,3 +896,6 @@ zope.minmax = 2.3
zope.password = 4.4 zope.password = 4.4
zope.session = 4.5 zope.session = 4.5
zope.testbrowser = 5.5.1 zope.testbrowser = 5.5.1
[versions:python2]
PyStemmer = 1.3.0
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