equal
deleted
inserted
replaced
|
1 [buildout] |
|
2 eggs-directory = /var/local/env/pyams/eggs |
|
3 extends = http://download.ztfy.org/pyams/pyams-dev.cfg |
|
4 find-links = http://download.ztfy.org/eggs |
|
5 |
|
6 socket-timeout = 3 |
|
7 show-picked-versions = true |
|
8 newest = false |
|
9 |
|
10 versions = versions |
|
11 newest = false |
|
12 #allow-picked-versions = false |
|
13 |
|
14 src = src |
|
15 develop = |
|
16 . |
|
17 |
|
18 parts = |
|
19 package |
|
20 i18n |
|
21 pyflakes |
|
22 test |
|
23 |
|
24 [package] |
|
25 recipe = zc.recipe.egg |
|
26 eggs = |
|
27 |
|
28 [i18n] |
|
29 recipe = zc.recipe.egg |
|
30 eggs = |
|
31 babel |
|
32 lingua |
|
33 |
|
34 [pyflakes] |
|
35 recipe = zc.recipe.egg |
|
36 eggs = pyflakes |
|
37 scripts = pyflakes |
|
38 entry-points = pyflakes=pyflakes.scripts.pyflakes:main |
|
39 initialization = if not sys.argv[1:]: sys.argv[1:] = ["${buildout:src}"] |
|
40 |
|
41 [pyflakesrun] |
|
42 recipe = collective.recipe.cmd |
|
43 on_install = true |
|
44 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
|
45 |
|
46 [test] |
|
47 recipe = zc.recipe.testrunner |
|
48 eggs = pyams_apm [test] |
|
49 |
|
50 [versions] |
|
51 pyams_apm = 0.1.0 |