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