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