[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.commenting interpreter = python [documentation] recipe = collective.recipe.sphinxbuilder source = ${buildout:directory}/src/ztm/commenting/doc author = ztmproject.org outputs = doctest html build = ${buildout:directory}/parts/documentation project = ztm.commenting eggs = ztm.commenting [documentation] [i18n] recipe = lovely.recipe:i18n package = ztm.commenting domain = ztm.commenting location = ${buildout:directory}/src/ztm/commenting output = locales eggs = ztm.commenting [i18n] [catalogcompile] recipe = cc.gettext:msgfmt po_path = ${buildout:directory}/src/ztm/commenting/locales/ mo_path = ${buildout:directory}/src/ztm/commenting/locales/ [test] recipe = zc.recipe.testrunner eggs = ztm.commenting defaults = ['--tests-pattern', '^f?tests$', '-v'] [bootstrap] # Keeps bootstrap.py up to date recipe = collective.recipe.bootstrap