forked from morepath/morepath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
59 lines (51 loc) · 1.07 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
[buildout]
develop =
.
fixture_packages/base
fixture_packages/sub
fixture_packages/no_mp
fixture_packages/no_mp_sub
fixture_packages/ns
fixture_packages/ns2
fixture_packages/no_mp_ns
parts = devpython py.test sphinxpython sphinxbuilder releaser
versions = versions
show-picked-versions = true
extensions = mr.developer
auto-checkout = reg
[versions]
venusian = 1.0a8
[sources]
reg = git [email protected]:morepath/reg.git
[devpython]
recipe = zc.recipe.egg
interpreter = devpython
eggs = morepath [test]
pyflakes
flake8
radon
[py.test]
recipe = zc.recipe.egg
eggs = morepath
morepath[test]
pytest
snot
base
sub
no_mp
no_mp_sub
ns
ns2
no_mp_ns
[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/doc
build = ${buildout:directory}/doc/build
interpreter = ${buildout:directory}/bin/sphinxpython
[sphinxpython]
recipe = zc.recipe.egg
interpreter = ${:_buildout_section_name_}
eggs = morepath
[releaser]
recipe = zc.recipe.egg
eggs = zest.releaser