[buildout] develop = . parts = bootstrap interpreter test i18n newest = false [interpreter] recipe = zc.recipe.egg eggs = ztm.workflow interpreter = python [i18n] recipe = lovely.recipe:i18n package = ztm.workflow domain = ztm.workflow location = ${buildout:directory}/src/ztm/workflow output = locales eggs = ztm.workflow [i18n] [documentation] recipe = collective.recipe.sphinxbuilder source = ${buildout:directory}/src/ztm/workflow/doc author = ztmproject.org outputs = doctest html build = ${buildout:directory}/parts/documentation project = ztm.workflow eggs = ztm.workflow [documentation] [catalogcompile] recipe = cc.gettext:msgfmt po_path = ${buildout:directory}/src/ztm/workflow/locales/ mo_path = ${buildout:directory}/src/ztm/workflow/locales/ [test] recipe = zc.recipe.testrunner eggs = ztm.workflow [test] defaults = ['--tests-pattern', '^f?tests$', '-v'] [bootstrap] recipe = collective.recipe.bootstrap