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
HongzheWang
slapos
Commits
c91494c5
Commit
c91494c5
authored
Feb 11, 2022
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use [eggs] (like py2 recipe) rather than [zopescripts].
parent
4e217e95
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
57 deletions
+1
-57
stack/erp5/buildout-py3.cfg
stack/erp5/buildout-py3.cfg
+1
-57
No files found.
stack/erp5/buildout-py3.cfg
View file @
c91494c5
...
...
@@ -8,18 +8,15 @@ parts +=
# Development eggs
slapos-cookbook-develop
slapos-cookbook
zopescripts
PyStemmer
cython
parts -=
# template-neo
# XXX: The following parts have no support for Python 3. Ignore for now.
rdiff-backup
ocropy
hookbox
scipy
numpy
scikit-learn
scikit-image
PyWavelets
...
...
@@ -28,12 +25,6 @@ parts -=
matplotlibrc
pandas
h5py
ipython
tesseract
tesseract-eng-traineddata
tesseract-osd-traineddata
# neoppod
test_suite_runner
custom-js
find-links +=
...
...
@@ -41,45 +32,6 @@ find-links +=
http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
http://www.nexedi.org/static/packages/source/slapos.buildout/
[zopescripts]
recipe = zc.recipe.egg
interpreter = zopepy
entry-points =
runwsgi=Products.ERP5.bin.zopewsgi:runwsgi
extra-paths =
${erp5:location}
eggs =
Zope
Paste
ZEO
# Former zope dependencies
pylint
zLOG
docutils
Missing
pytz
zope.sendmail
zope.structuredtext
Products.CMFCore
Products.PythonScripts
Products.SiteErrorLog
xml_marshaller
mysqlclient
Products.ZSQLMethods
Products.DCWorkflow
ply
Products.MimetypesRegistry
Products.CMFDefault
Products.PluggableAuthService
polib
Products.DCWorkflow-patches = ${:_profile_base_location_}/../../component/egg-patch/Products.DCWorkflow/workflow_method.patch#e44faaf9953eee21124c572039ffecf1
Products.DCWorkflow-patch-options = -p1
Zope-patches = ${:_profile_base_location_}/../../component/egg-patch/Zope/0001-OFS-XMLExportImport.patch#12a9b9db76b3cd9035b6032d516143e0
Zope-patch-options = -p1
Acquisition-patches = ${:_profile_base_location_}/../../component/egg-patch/Acquisition/aq_dynamic-4.7.patch#85b0090e216cead0fc86c5c274450d96
Acquisition-patch-options = -p1
[python]
part = python3
...
...
@@ -94,10 +46,6 @@ setup-eggs =
${cython:egg}
setuptools-dso
[test_suite_runner]
recipe =
[neoppod]
recipe =
[h5py]
recipe =
[matplotlibrc]
...
...
@@ -122,8 +70,6 @@ recipe =
recipe =
[scikit-image]
recipe =
[numpy]
recipe =
[statsmodels]
recipe =
[seaborn]
...
...
@@ -155,14 +101,12 @@ eggs -=
${scipy:egg}
${scikit-learn:egg}
${scikit-image:egg}
${numpy:egg}
${matplotlib:egg}
${pandas:egg}
h5py
${h5py:egg}
${statsmodels:egg}
astor
${ipython:egg}
# jupter base egg
jupyter
# explicit eggs to generate scripts from them
...
...
@@ -190,7 +134,6 @@ eggs -=
jupyterlab
jupyterlab-launcher
pytesseract
# ${neoppod:eggs}
[pylint]
patches=
...
...
@@ -236,6 +179,7 @@ Products.CMFDefault = 2.2.4
Products.PluggableAuthService = 2.3
Products.PluginRegistry = 1.6
polib = 1.1.0
# testrunner
pexpect = 4.8.0
matplotlib-inline = 0.1.3
backcall = 0.2.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