[buildout] parts = app i18n test mkdirs zpasswd site_zcml zope_conf zdaemon_conf raw_deploy_ini raw_debug_ini themed_deploy_ini themed_debug_ini profile_ini kofactl waeupdocs coverage-detect coverage-report lxml diazo # For backward compatibility, telling buildout not to throw away # the data and log subdirectories from the parts directory. data log extends = http://good-py.appspot.com/release/diazo/1.0 buildout.cfg find-links = extensions = mr.developer develop = . show-picked-versions = true update-versions-file = versions.cfg [lxml] recipe = z3c.recipe.staticlxml egg = lxml [diazo] recipe = zc.recipe.egg eggs = diazo [wsgi] PasteScript waeup.kofa [beaker] # # waeup.kofa config # [app] recipe = zc.recipe.egg eggs = waeup.kofa [beaker, diazo] z3c.evalexception>=2.0 Paste PasteScript PasteDeploy repoze.profile ZODB3 interpreter = python-console [raw_debug_ini] recipe = collective.recipe.template input = etc/raw/debug.ini.in output = ${buildout:parts-directory}/etc/raw-debug.ini [raw_deploy_ini] recipe = collective.recipe.template input = etc/raw/deploy.ini.in output = ${buildout:parts-directory}/etc/raw-deploy.ini [themed_debug_ini] recipe = collective.recipe.template input = etc/themed/debug.ini.in output = ${buildout:parts-directory}/etc/themed-debug.ini [themed_deploy_ini] recipe = collective.recipe.template input = etc/themed/deploy.ini.in output = ${buildout:parts-directory}/etc/themed-deploy.ini # # ctl-scripts... # [kofactl] # See http://pypi.python.org/pypi/zc.recipe.egg for details... # Here we create the kofactl script again, this time with a # fixed path to zdaemon.conf as argument. recipe = zc.recipe.egg eggs = waeup.kofa [beaker, diazo] arguments = "${buildout:parts-directory}/etc/zdaemon.conf" scripts = kofactl=kofactl