[buildout] develop = . doc grokwiki parts = docs grokwiki zopectl data test find-links = http://download.zope.org/distribution/ index = http://download.zope.org/ppix versions = release-0.10 [release-0.10] ZODB3 = 3.8.0b2 [docs] recipe = zc.recipe.egg eggs = grokdocs [grokwiki] recipe = zc.zope3recipes>=0.5.3:application eggs = grokwiki site.zcml = [data] recipe = zc.recipe.filestorage # this section named so that the start/stop script is called bin/zopectl [zopectl] recipe = zc.zope3recipes:instance application = grokwiki zope.conf = ${data:zconfig} [test] recipe = zc.recipe.testrunner eggs = grok defaults = ['--tests-pattern', '^f?tests$', '-v']