Commit 475e9ac8 authored by Aurel's avatar Aurel

working version

parent 2c41c656
...@@ -4,14 +4,29 @@ extends = ...@@ -4,14 +4,29 @@ extends =
# Exact versions from Zope 4 # Exact versions from Zope 4
versions.cfg versions.cfg
versions-prod.cfg versions-prod.cfg
parts -=
template-neo
parts += parts +=
# Development eggs # Development eggs
slapos-cookbook-develop slapos-cookbook-develop
slapos-cookbook slapos-cookbook
zopescripts
parts -= [zopescripts]
template-neo recipe = zc.recipe.egg
interpreter = zopepy
eggs =
Zope
Paste
ZEO
# Former zope dependencies
zLOG
docutils
Missing
pytz
zope.sendmail
zope.structuredtext
[python] [python]
part = python3 part = python3
...@@ -39,7 +54,7 @@ parts -= ...@@ -39,7 +54,7 @@ parts -=
tesseract tesseract
tesseract-eng-traineddata tesseract-eng-traineddata
tesseract-osd-traineddata tesseract-osd-traineddata
neoppod # neoppod
testrunner testrunner
test_suite_runner test_suite_runner
...@@ -139,13 +154,23 @@ eggs -= ...@@ -139,13 +154,23 @@ eggs -=
jupyterlab jupyterlab
jupyterlab-launcher jupyterlab-launcher
pytesseract pytesseract
${neoppod:eggs} # ${neoppod:eggs}
eggs +=
Zope
Paste
zLOG
docutils
Missing
pytz
zope.sendmail
zope.structuredtext
Acquisition-patches = ${:_profile_base_location_}/../../component/egg-patch/Acquisition/aq_dynamic-4.5.patch#e923ab436d53282df536de3ef7d3e127 Acquisition-patches = ${:_profile_base_location_}/../../component/egg-patch/Acquisition/aq_dynamic-4.5.patch#e923ab436d53282df536de3ef7d3e127
[versions] [versions]
# patched eggs # patched eggs
Acquisition = 4.5+SlapOSPatched001 #Acquisition = 4.6+SlapOSPatched001
# zc.recipe.egg 2.0.7 (in versions.cfg) requires zc.buildout>=2.12.0, so let's # zc.recipe.egg 2.0.7 (in versions.cfg) requires zc.buildout>=2.12.0, so let's
# revert to the version contained in stack/slapos.cfg # revert to the version contained in stack/slapos.cfg
...@@ -164,4 +189,5 @@ statsmodels = 0.10.2 ...@@ -164,4 +189,5 @@ statsmodels = 0.10.2
pyzmq = 19.0.2 pyzmq = 19.0.2
PyStemmer = 2.0.1 PyStemmer = 2.0.1
python-ldap = 3.1.0 python-ldap = 3.1.0
ipython = 0.10.2 ipython = 0.10.2
\ No newline at end of file cryptography = 3.2.1
\ No newline at end of file
...@@ -448,18 +448,15 @@ eggs = ${neoppod:eggs} ...@@ -448,18 +448,15 @@ eggs = ${neoppod:eggs}
typing typing
pytracemalloc pytracemalloc
xlrd xlrd
# Zope # Zope
Zope2 Zope2
# Zope acquisition patch # Zope acquisition patch
Acquisition Acquisition
# for runzeo # for runzeo
ZEO ZEO
# Other Zope 2 packages # Other Zope 2 packages
Products.PluggableAuthService Products.PluggableAuthService
Products.PluginRegistry Products.PluginRegistry
# CMF 2.2 # CMF 2.2
Products.CMFActionIcons Products.CMFActionIcons
Products.CMFCalendar Products.CMFCalendar
...@@ -470,45 +467,35 @@ eggs = ${neoppod:eggs} ...@@ -470,45 +467,35 @@ eggs = ${neoppod:eggs}
Products.DCWorkflow Products.DCWorkflow
Products.GenericSetup Products.GenericSetup
five.localsitemanager five.localsitemanager
# Other products # Other products
Products.DCWorkflowGraph Products.DCWorkflowGraph
Products.MimetypesRegistry Products.MimetypesRegistry
Products.ExternalEditor Products.ExternalEditor
Products.TIDStorage Products.TIDStorage
Products.LongRequestLogger Products.LongRequestLogger
# BBB: Temporarily keep zope.app.testing awaiting we use newer version of CMF # BBB: Temporarily keep zope.app.testing awaiting we use newer version of CMF
# (for tests like testCookieCrumbler). # (for tests like testCookieCrumbler).
zope.app.testing zope.app.testing
# Currently forked in our repository # Currently forked in our repository
# Products.PortalTransforms # Products.PortalTransforms
# Dependency for our fork of PortalTransforms # Dependency for our fork of PortalTransforms
StructuredText StructuredText
# Needed for parsing .po files from our Localizer subset # Needed for parsing .po files from our Localizer subset
polib polib
# Needed for Google OAuth # Needed for Google OAuth
google-api-python-client google-api-python-client
# Need for Facebook OAuth # Need for Facebook OAuth
facebook-sdk facebook-sdk
# Used by ERP5 Jupyter backend
# ipykernel
# Used by DiffTool # Used by DiffTool
xmltodict xmltodict
deepdiff deepdiff
unidiff unidiff
jsonpickle jsonpickle
# WSGI server # WSGI server
zope.globalrequest zope.globalrequest
waitress waitress
# parameterizing the version of the generated python interpreter name by the # parameterizing the version of the generated python interpreter name by the
# python section version causes dependency between this egg section and the # python section version causes dependency between this egg section and the
# installation of python, which we don't want on an instance # installation of python, which we don't want on an instance
...@@ -571,7 +558,7 @@ depends = ...@@ -571,7 +558,7 @@ depends =
# neoppod, mysqlclient, slapos.recipe.template # neoppod, mysqlclient, slapos.recipe.template
# patched eggs # patched eggs
Acquisition = 2.13.12+SlapOSPatched001 #Acquisition = 2.13.12+SlapOSPatched001
Products.DCWorkflow = 2.2.4+SlapOSPatched001 Products.DCWorkflow = 2.2.4+SlapOSPatched001
ocropy = 1.0+SlapOSPatched001 ocropy = 1.0+SlapOSPatched001
pysvn = 1.7.10+SlapOSPatched002 pysvn = 1.7.10+SlapOSPatched002
......
...@@ -35,7 +35,7 @@ appdirs = 1.4.3 ...@@ -35,7 +35,7 @@ appdirs = 1.4.3
configparser = 4.0.2 configparser = 4.0.2
contextlib2 = 0.6.0.post1 contextlib2 = 0.6.0.post1
distlib = 0.3.0 distlib = 0.3.0
docutils = 0.12 docutils = 0.16
filelock = 3.0.12 filelock = 3.0.12
importlib-metadata = 1.3.0 importlib-metadata = 1.3.0
importlib-resources = 1.0.2 importlib-resources = 1.0.2
...@@ -62,7 +62,7 @@ typing = 3.7.4.1 ...@@ -62,7 +62,7 @@ typing = 3.7.4.1
virtualenv = 20.0.4 virtualenv = 20.0.4
z3c.checkversions = 1.1 z3c.checkversions = 1.1
zExceptions = 2.13.0 zExceptions = 2.13.0
zLOG = 2.11.2 zLOG = 3.1
zc.buildout = 2.3.1 zc.buildout = 2.3.1
zc.lockfile = 1.0.2 zc.lockfile = 1.0.2
zc.recipe.egg = 2.0.5 zc.recipe.egg = 2.0.5
......
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