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