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