Commit c91494c5 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Use [eggs] (like py2 recipe) rather than [zopescripts].

parent 4e217e95
...@@ -8,18 +8,15 @@ parts += ...@@ -8,18 +8,15 @@ parts +=
# Development eggs # Development eggs
slapos-cookbook-develop slapos-cookbook-develop
slapos-cookbook slapos-cookbook
zopescripts
PyStemmer PyStemmer
cython cython
parts -= parts -=
# template-neo
# XXX: The following parts have no support for Python 3. Ignore for now. # XXX: The following parts have no support for Python 3. Ignore for now.
rdiff-backup rdiff-backup
ocropy ocropy
hookbox hookbox
scipy scipy
numpy
scikit-learn scikit-learn
scikit-image scikit-image
PyWavelets PyWavelets
...@@ -28,12 +25,6 @@ parts -= ...@@ -28,12 +25,6 @@ parts -=
matplotlibrc matplotlibrc
pandas pandas
h5py h5py
ipython
tesseract
tesseract-eng-traineddata
tesseract-osd-traineddata
# neoppod
test_suite_runner
custom-js custom-js
find-links += find-links +=
...@@ -41,45 +32,6 @@ 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/hexagonit.recipe.download/
http://www.nexedi.org/static/packages/source/slapos.buildout/ 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] [python]
part = python3 part = python3
...@@ -94,10 +46,6 @@ setup-eggs = ...@@ -94,10 +46,6 @@ setup-eggs =
${cython:egg} ${cython:egg}
setuptools-dso setuptools-dso
[test_suite_runner]
recipe =
[neoppod]
recipe =
[h5py] [h5py]
recipe = recipe =
[matplotlibrc] [matplotlibrc]
...@@ -122,8 +70,6 @@ recipe = ...@@ -122,8 +70,6 @@ recipe =
recipe = recipe =
[scikit-image] [scikit-image]
recipe = recipe =
[numpy]
recipe =
[statsmodels] [statsmodels]
recipe = recipe =
[seaborn] [seaborn]
...@@ -155,14 +101,12 @@ eggs -= ...@@ -155,14 +101,12 @@ eggs -=
${scipy:egg} ${scipy:egg}
${scikit-learn:egg} ${scikit-learn:egg}
${scikit-image:egg} ${scikit-image:egg}
${numpy:egg}
${matplotlib:egg} ${matplotlib:egg}
${pandas:egg} ${pandas:egg}
h5py h5py
${h5py:egg} ${h5py:egg}
${statsmodels:egg} ${statsmodels:egg}
astor astor
${ipython:egg}
# jupter base egg # jupter base egg
jupyter jupyter
# explicit eggs to generate scripts from them # explicit eggs to generate scripts from them
...@@ -190,7 +134,6 @@ eggs -= ...@@ -190,7 +134,6 @@ eggs -=
jupyterlab jupyterlab
jupyterlab-launcher jupyterlab-launcher
pytesseract pytesseract
# ${neoppod:eggs}
[pylint] [pylint]
patches= patches=
...@@ -236,6 +179,7 @@ Products.CMFDefault = 2.2.4 ...@@ -236,6 +179,7 @@ Products.CMFDefault = 2.2.4
Products.PluggableAuthService = 2.3 Products.PluggableAuthService = 2.3
Products.PluginRegistry = 1.6 Products.PluginRegistry = 1.6
polib = 1.1.0 polib = 1.1.0
# testrunner
pexpect = 4.8.0 pexpect = 4.8.0
matplotlib-inline = 0.1.3 matplotlib-inline = 0.1.3
backcall = 0.2.0 backcall = 0.2.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