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