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