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