Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
cb400a3a
Commit
cb400a3a
authored
Mar 18, 2023
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/pystemmer: extract a component from erp5 stack
parent
6ca27fb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
component/pystemmer/buildout.cfg
component/pystemmer/buildout.cfg
+10
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+6
-2
No files found.
component/pystemmer/buildout.cfg
0 → 100644
View file @
cb400a3a
[buildout]
extends =
../../component/cython/buildout.cfg
[PyStemmer]
recipe = zc.recipe.egg:custom
egg = PyStemmer
setup-eggs =
${cython:egg}
setuptools-dso
stack/erp5/buildout.cfg
View file @
cb400a3a
...
@@ -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
...
@@ -520,6 +521,7 @@ eggs = ${neoppod:eggs}
...
@@ -520,6 +521,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
...
@@ -530,7 +532,6 @@ eggs = ${neoppod:eggs}
...
@@ -530,7 +532,6 @@ eggs = ${neoppod:eggs}
lock_file
lock_file
astor
astor
APacheDEX
APacheDEX
PyStemmer
Pympler
Pympler
SOAPpy
SOAPpy
chardet
chardet
...
@@ -819,7 +820,7 @@ pyflakes = 1.5.0
...
@@ -819,7 +820,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
...
@@ -868,3 +869,6 @@ zope.minmax = 2.3
...
@@ -868,3 +869,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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment