Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
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
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos
Commits
ce77358f
Commit
ce77358f
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
763ba6de
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 @
ce77358f
[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 @
ce77358f
...
...
@@ -35,6 +35,7 @@ extends =
../../component/pycrypto-python/buildout.cfg
../../component/pytracemalloc/buildout.cfg
../../component/pysvn-python/buildout.cfg
../../component/pystemmer/buildout.cfg
../../component/python-ldap-python/buildout.cfg
../../component/scikit-learn/buildout.cfg
../../component/scikit-image/buildout.cfg
...
...
@@ -508,6 +509,7 @@ eggs = ${neoppod:eggs}
${scipy:egg}
${scikit-learn:egg}
${scikit-image:egg}
${PyStemmer:egg}
${python-PyYAML:egg}
sympy
more-itertools
...
...
@@ -518,7 +520,6 @@ eggs = ${neoppod:eggs}
lock_file
astor
APacheDEX
PyStemmer
Pympler
SOAPpy
chardet
...
...
@@ -810,7 +811,7 @@ pyflakes = 1.5.0
pyjwkest = 1.4.2
Pympler = 0.4.3
pyPdf = 1.13
PyStemmer =
1.3.0
PyStemmer =
2.2.0.1
pytesseract = 0.2.2
python-gettext = 4.1
python-libmilter = 1.0.3
...
...
@@ -857,3 +858,6 @@ zope.minmax = 2.3
zope.password = 4.4
zope.session = 4.5
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