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