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/pyams |
4 find-links = http://download.ztfy.org/pyams |
5 |
|
6 socket-timeout = 3 |
5 socket-timeout = 3 |
7 show-picked-versions = true |
|
8 newest = false |
|
9 |
|
10 allow-hosts = |
|
11 bitbucket.org |
|
12 *.python.org |
|
13 *.sourceforge.net |
|
14 github.com |
|
15 |
6 |
16 versions = versions |
7 versions = versions |
|
8 allow-picked-versions = false |
|
9 show-picked-version = true |
17 newest = false |
10 newest = false |
18 #allow-picked-versions = false |
|
19 |
11 |
20 src = src |
12 src = src |
21 develop = |
13 develop = |
22 . |
14 . |
23 ../ext/lingua |
15 ../ext/lingua |
32 |
24 |
33 parts = |
25 parts = |
34 package |
26 package |
35 i18n |
27 i18n |
36 pyflakes |
28 pyflakes |
|
29 pylint |
37 test |
30 test |
38 |
31 |
39 [package] |
32 [package] |
40 recipe = zc.recipe.egg |
33 recipe = zc.recipe.egg |
41 eggs = |
34 eggs = pyams_form |
42 pyams_form |
|
43 pyams_skin |
|
44 pyramid |
|
45 z3c.form |
|
46 zope.component |
|
47 zope.interface |
|
48 |
35 |
49 [i18n] |
36 [i18n] |
50 recipe = zc.recipe.egg |
37 recipe = zc.recipe.egg |
51 eggs = |
38 eggs = |
52 babel |
39 babel |
62 [pyflakesrun] |
49 [pyflakesrun] |
63 recipe = collective.recipe.cmd |
50 recipe = collective.recipe.cmd |
64 on_install = true |
51 on_install = true |
65 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
52 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
66 |
53 |
|
54 [pylint] |
|
55 recipe = zc.recipe.egg |
|
56 eggs = |
|
57 ${package:eggs} |
|
58 pylint |
|
59 entry-points = pylint=pylint.lint:Run |
|
60 arguments = sys.argv[1:] |
|
61 |
67 [test] |
62 [test] |
68 recipe = zc.recipe.testrunner |
63 recipe = zc.recipe.testrunner |
69 eggs = pyams_form [test] |
64 eggs = pyams_form [test] |
70 |
65 |
71 [versions] |
66 [versions] |
72 pyams_form = 0.1.26.1 |
67 pyams_form = 0.1.27 |