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