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 +=
# 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
......
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