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