-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to the latest buildout version.
- Loading branch information
Manuel Guenther
committed
Feb 13, 2013
1 parent
5f38c76
commit 0a269ff
Showing
3 changed files
with
67 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,13 @@ | ||
; vim: set fileencoding=utf-8 : | ||
; Laurent El Shafey <laurent.el-shafey@idiap.ch> | ||
; Wed 29 Aug 09:56:18 2012 CEST | ||
; author: Manuel Guenther <manuel.guenther@idiap.ch> | ||
; date: Wed Feb 13 12:35:29 CET 2013 | ||
|
||
[buildout] | ||
parts = external tests sphinx python | ||
newest = false | ||
parts = scripts | ||
develop = . | ||
versions = versions | ||
eggs = bob | ||
xbob.db.arface | ||
|
||
[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 | ||
eggs = xbob.db.arface | ||
newest = false | ||
|
||
[python] | ||
recipe = zc.recipe.egg | ||
eggs = ${buildout:eggs} | ||
interpreter = python | ||
[scripts] | ||
recipe = xbob.buildout:scripts | ||
dependent-scripts = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters