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