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