[buildout] develop = . parts = eggbasket app mkdirs zope_conf site_zcml zdaemon_conf deploy_ini debug_ini # For backward compatibility, telling buildout not to throw away # the data and log subdirectories from the parts directory. data log # newest = false #extends = versions.cfg extends= http://grok.zope.org/releaseinfo/grok-1.1.cfg # eggs will be installed in the default buildout location # (see .buildout/default.cfg in your home directory) # unless you specify an eggs-directory option here. versions = versions [versions] #zc.sourcefactory = 0.3.5 #zope.testing = 3.7.0 z3c.testsetup = 0.6.1 hurry.workflow = 0.10 #hurry.query = 0.9.2 zope.xmlpickle = 3.4.0 #hurry.yui = 2.7.0 hurry.zoperesource = 0.6 # Pinned to circumvent breakage in 0.4.x megrok.layout = 1.0.2 lovely.recipe = 1.0.0 # Pinned to prevent buildout svn-error. collective.recipe.sphinxbuilder = 0.7.0 reportlab = 2.5 # Require lates version... Sphinx = [app] # This creates only the paster script in bin/. recipe = zc.recipe.egg eggs = waeup.sirp z3c.evalexception>=2.0 Paste PasteScript PasteDeploy interpreter = python-console scripts = paster=paster [mkdirs] recipe = z3c.recipe.mkdir paths = ${zope_conf:filestorage} ${zope_conf:logfiles} ${zope_conf:blobstorage} [zope_conf] recipe = collective.recipe.template input = etc/zope.conf.in output = ${buildout:parts-directory}/etc/zope.conf filestorage = ${buildout:directory}/var/filestorage blobstorage = ${buildout:directory}/var/blobstorage logfiles = ${buildout:directory}/var/log extra = # extra = True # 'extra' is copied verbatim. Use it for product config sections and so. # The [data] and [log] parts are still in here to instruct buildout to not # unintentionally throw away the parts/data and parts/log subdirectories # that contain the Data.fs and the log files. These files should be # copied to the new locations. See the upgrade notes for more information. [data] recipe = zc.recipe.filestorage [log] recipe = zc.recipe.filestorage [site_zcml] recipe = collective.recipe.template input = etc/site.zcml.in output = ${buildout:parts-directory}/etc/site.zcml [zdaemon_conf] recipe = collective.recipe.template input = etc/zdaemon.conf.in output = ${buildout:parts-directory}/etc/zdaemon.conf [deploy_ini] recipe = collective.recipe.template input = etc/deploy.ini.in output = ${buildout:parts-directory}/etc/deploy.ini [debug_ini] recipe = collective.recipe.template input = etc/debug.ini.in output = ${buildout:parts-directory}/etc/debug.ini [eggbasket] recipe = z3c.recipe.eggbasket eggs = grok url = http://grok.zope.org/releaseinfo/grok-eggs-1.1.tgz