forked from conestack/node.ext.ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
66 lines (50 loc) · 1.09 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[buildout]
extends = ldap.cfg
develop = .
parts +=
smbpasswd
coverage
py
omelette
dependencytree
extensions = mr.developer
sources-dir = ${buildout:directory}/devsrc
always-checkout = true
auto-checkout =
node.ext.ugm
[sources]
node.ext.ugm = git git://github.com/bluedynamics/node.ext.ugm.git
[smbpasswd]
recipe = zc.recipe.egg
eggs = smbpasswd
find-links = http://barryp.org/static/software/download/py-smbpasswd/1.0.1/py-smbpasswd-1.0.1.tar.gz
[test]
recipe = zc.recipe.testrunner
eggs =
${python-ldap:egg}
node.ext.ugm [test]
node.ext.ldap [test]
node [test]
environment = testenv
defaults = ['--auto-color', '--auto-progress']
[coverage]
recipe = zc.recipe.testrunner
eggs = ${test:eggs}
defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
environment = testenv
[py]
recipe = zc.recipe.egg
interpreter = py
eggs = ${test:eggs}
scripts =
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
ignore-develop = True
[dependencytree]
recipe = zc.recipe.egg
eggs =
${test:eggs}
tl.eggdeps
ignore-develop = True
scripts =