[buildout] develop = . parts = bootstrap interpreter test newest = false # eggs will be installed in the default buildout location # (see ~/.buildout/default.cfg) [versions] docutils = 0.6 [interpreter] recipe = zc.recipe.egg eggs = ztm.collation interpreter = python [documentation] recipe = collective.recipe.sphinxbuilder source = ${buildout:directory}/src/ztm/collation/doc author = ztmproject.org outputs = doctest html build = ${buildout:directory}/parts/documentation project = ztm.collation eggs = ztm.collation [documentation] [i18n] recipe = lovely.recipe:i18n package = ztm.collation domain = ztm.collation location = ${buildout:directory}/src/ztm/collation output = locales eggs = ztm.collation [i18n] [test] recipe = zc.recipe.testrunner eggs = ztm.collation [test] defaults = ['--tests-pattern', '^f?tests$', '-v'] [bootstrap] # Keeps bootstrap.py up to date recipe = collective.recipe.bootstrap eggs = ztm.collation [buildout]