[buildout] develop = . parts = bootstrap interpreter i18n 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.editor interpreter = python [test] recipe = zc.recipe.testrunner eggs = ztm.editor [test] defaults = ['--tests-pattern', '^f?tests$', '-v'] [i18n] recipe = lovely.recipe:i18n package = ztm.editor domain = ztm.editor location = src/ztm/editor output = locales eggs = ztm.editor [i18n] zope.app.zcmlfiles [documentation] recipe = collective.recipe.sphinxbuilder source = ${buildout:directory}/src/ztm/editor/doc author = ztmproject.org outputs = doctest html build = ${buildout:directory}/parts/documentation project = ztm.editor eggs = ztm.editor [documentation] ztmprojectorg.sphinxtheme [catalogcompile] recipe = cc.gettext:msgfmt po_path = src/ztm/editor/locales/ [bootstrap] # Keeps bootstrap.py up to date recipe = collective.recipe.bootstrap eggs = ztm.editor [buildout]