equal
deleted
inserted
replaced
1 [buildout] |
1 [buildout] |
2 eggs-directory = /var/local/env/pyams/eggs |
2 eggs-directory = eggs |
3 extends = http://download.ztfy.org/pyams/pyams-dev.cfg |
3 extends = http://download.ztfy.org/pyams/pyams-dev.cfg |
4 find-links = http://download.ztfy.org/eggs |
4 find-links = http://download.ztfy.org/eggs |
5 |
|
6 socket-timeout = 3 |
5 socket-timeout = 3 |
7 |
6 |
8 #allow-picked-versions = false |
7 versions = versions |
|
8 allow-picked-versions = false |
9 show-picked-versions = true |
9 show-picked-versions = true |
10 newest = false |
10 newest = false |
11 |
|
12 allow-hosts = |
|
13 bitbucket.org |
|
14 *.python.org |
|
15 *.sourceforge.net |
|
16 github.com |
|
17 |
|
18 versions = versions |
|
19 |
11 |
20 src = src |
12 src = src |
21 develop = |
13 develop = |
22 . |
14 . |
23 ../ext/lingua |
15 ../ext/lingua |
24 |
16 |
25 parts = |
17 parts = |
26 package |
18 package |
27 i18n |
19 i18n |
28 pyflakes |
20 pyflakes |
|
21 pylint |
29 test |
22 test |
30 |
23 |
31 [package] |
24 [package] |
32 recipe = zc.recipe.egg |
25 recipe = zc.recipe.egg |
33 eggs = |
26 eggs = pyams_template |
34 pyams_template |
27 interpreter = py |
35 pyramid |
|
36 pyramid_chameleon |
|
37 zope.component |
|
38 zope.configuration |
|
39 zope.interface |
|
40 zope.schema |
|
41 |
28 |
42 [i18n] |
29 [i18n] |
43 recipe = zc.recipe.egg |
30 recipe = zc.recipe.egg |
44 eggs = |
31 eggs = |
45 babel |
32 babel |
55 [pyflakesrun] |
42 [pyflakesrun] |
56 recipe = collective.recipe.cmd |
43 recipe = collective.recipe.cmd |
57 on_install = true |
44 on_install = true |
58 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
45 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
59 |
46 |
|
47 [pylint] |
|
48 recipe = zc.recipe.egg |
|
49 eggs = |
|
50 pyams_template |
|
51 pylint |
|
52 entry-points = pylint=pylint.lint:Run |
|
53 arguments = sys.argv[1:] |
|
54 |
60 [test] |
55 [test] |
61 recipe = zc.recipe.testrunner |
56 recipe = zc.recipe.testrunner |
62 eggs = pyams_template [test] |
57 eggs = pyams_template [test] |
63 |
58 |
64 [versions] |
59 [versions] |
65 pyams_template = 0.1.2 |
60 pyams_template = 0.1.3 |