1
by Douglas Cerna
Initial commit |
1 |
[buildout]
|
2 |
extends = http://ftp.schooltool.org/schooltool/trunk/versions.cfg |
|
3 |
versions = versions |
|
4 |
newest = false |
|
5 |
find-links = |
|
6 |
http://ftp.schooltool.org/schooltool/trunk/
|
|
7 |
http://ftp.schooltool.org/schooltool/trunk/dev/
|
|
8 |
parts = package test scripts ctags omelette |
|
9 |
||
10 |
[package]
|
|
11 |
recipe = zc.recipe.egg:eggs |
|
12 |
unzip = true |
|
13 |
# set eggs to package name in buildout.cfg
|
|
14 |
eggs = |
|
15 |
||
16 |
[scripts]
|
|
17 |
recipe = zc.recipe.egg:scripts |
|
18 |
unzip = true |
|
19 |
eggs = |
|
20 |
${package:eggs}
|
|
21 |
schooltool
|
|
22 |
schooltool.devtools
|
|
23 |
interpreter = python |
|
24 |
||
25 |
[test]
|
|
26 |
recipe = schooltool.devtools:testrunner |
|
27 |
eggs = ${package:eggs} |
|
28 |
defaults = ['--tests-pattern', '^f?s?tests$', '-v', '--auto-color'] |
|
29 |
||
30 |
[ctags]
|
|
31 |
recipe = z3c.recipe.tag:tags |
|
32 |
eggs = ${test:eggs} |
|
33 |
||
34 |
[omelette]
|
|
35 |
recipe = collective.recipe.omelette |
|
36 |
eggs = ${test:eggs} |
|
37 |
ignores = roman zope.ucol site |