-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
57 lines (52 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
[buildout]
unzip = true
extensions =
mr.developer
buildout-versions
sources = sources
parts =
interpreter
test
scripts
versions = versions
auto-checkout = *
[sources]
hexagonit.recipe.cmmi = git [email protected]:hexagonit/hexagonit.recipe.cmmi.git
hexagonit.recipe.download = git [email protected]:hexagonit/hexagonit.recipe.download.git
[versions]
argparse = 1.2.1
buildout-versions = 1.7
distribute = 0.6.27
docutils = 0.9
jarn.mkrelease = 3.5
jarn.viewdoc = 1.4
lazy = 1.0
mr.developer = 1.21
setuptools-git = 0.4.2
setuptools-hg = 0.4
z3c.recipe.scripts = 1.0.1
zc.buildout = 1.5.2
zc.recipe.egg = 1.3.2
zc.recipe.testrunner = 1.4.0
zope.exceptions = 4.0.0.1
zope.interface = 4.0.0
zope.testing = 4.1.1
zope.testrunner = 4.0.4
[interpreter]
recipe = zc.recipe.egg
eggs =
hexagonit.recipe.cmmi
hexagonit.recipe.download
scripts = python
interpreter = python
[test]
recipe = zc.recipe.testrunner
eggs =
hexagonit.recipe.download[test]
hexagonit.recipe.cmmi[test]
defaults = ['--exit-with-status']
[scripts]
recipe = zc.recipe.egg:script
eggs =
jarn.mkrelease
jarn.viewdoc