; vim: set fileencoding=utf-8 : ; Andre Anjos <andre.anjos@idiap.ch> ; Mon 16 Apr 08:29:18 2012 CEST [buildout] parts = external tests sphinx python newest = false develop = . versions = versions eggs = bob xbob.db.replay [versions] ;If you would like to pin-down the recipes package version so you are not ;bothered with eventual updates, do it here. Note that, by pinning the version ;of the package, you will be also excluded from bug fixes. ;xbob.buildout = 0.1 [external] recipe = xbob.buildout:external egg-directories = /idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release/lib [tests] recipe = xbob.buildout:nose eggs = ${buildout:eggs} script = tests.py [sphinx] recipe = xbob.buildout:sphinx eggs = ${buildout:eggs} source = ${buildout:directory}/docs build = ${buildout:directory}/sphinx [python] recipe = zc.recipe.egg eggs = ${buildout:eggs} interpreter = python dependent-scripts = true