Changeset 6287 for main/waeup.sirp/trunk
- Timestamp:
- 6 Jun 2011, 14:31:27 (14 years ago)
- Location:
- main/waeup.sirp/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/buildout.cfg
r6194 r6287 33 33 34 34 [versions] 35 #zc.sourcefactory = 0.3.5 36 #zope.testing = 3.7.0 35 collective.recipe.sphinxbuilder = 0.7.0 36 hurry.workflow = 0.10 37 # Pinned to circumvent breakage in 0.4.x 38 hurry.zoperesource = 0.6 39 # Pinned to prevent buildout svn-error. 40 lovely.recipe = 1.0.0 41 megrok.layout = 1.0.2 42 reportlab = 2.5 37 43 z3c.testsetup = 0.6.1 38 hurry.workflow = 0.10 39 #hurry.query = 0.9.2 44 # for support of @provider directive 45 zope.interface = 3.6.3 46 # for support of contextual default values 47 zope.schema = 3.8.0 40 48 zope.xmlpickle = 3.4.0 41 #hurry.yui = 2.7.0 42 hurry.zoperesource = 0.6 # Pinned to circumvent breakage in 0.4.x 43 megrok.layout = 1.0.2 44 lovely.recipe = 1.0.0 # Pinned to prevent buildout svn-error. 45 collective.recipe.sphinxbuilder = 0.7.0 46 reportlab = 2.5 47 # Require lates version... 48 Sphinx = 49 # Require latest version... 50 Sphinx = 49 51 50 52 [app] … … 60 62 [sirpctl] 61 63 # See http://pypi.python.org/pypi/zc.recipe.egg for details... 62 # Here we create the sirpctl script again, this time with a 64 # Here we create the sirpctl script again, this time with a 63 65 # fixed path to zdaemon.conf as argument. 64 66 recipe = zc.recipe.egg -
main/waeup.sirp/trunk/setup.py
r6200 r6287 6 6 install_requires =[ 7 7 'setuptools', 8 'gp.fileupload', 8 9 'grok', 9 10 'grokcore.startup', … … 26 27 'zope.app.testing', # XXX: test_permissions needs this 27 28 'zope.file', 29 'zope.interface >= 3.6.0', 28 30 'zope.testbrowser', # XXX: test_permissions needs this 29 31 'zope.i18n', 30 32 'zope.mimetype', 31 33 'zope.errorview', 34 'zope.schema >= 3.8.0', 32 35 ], 33 36
Note: See TracChangeset for help on using the changeset viewer.