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 versions = versions |
|
15 #extends = http://download.ztfy.org/webapp/ztfy.webapp.dev.cfg |
|
16 versions = versions |
|
17 newest = false |
|
18 #allow-picked-versions = false |
|
19 |
|
20 src = src |
|
21 develop = . |
|
22 |
|
23 parts = |
|
24 package |
|
25 i18n |
|
26 pyflakes |
|
27 test |
|
28 |
|
29 [package] |
|
30 recipe = zc.recipe.egg |
|
31 eggs = |
|
32 babel |
|
33 chameleon |
|
34 docutils |
|
35 httplib2 |
|
36 persistent |
|
37 pyams_utils |
|
38 pyramid |
|
39 pyramid_zodbconn |
|
40 pysocks |
|
41 pytz |
|
42 transaction |
|
43 z3c.form |
|
44 z3c.pt |
|
45 z3c.ptcompat |
|
46 ZODB |
|
47 zope.annotation |
|
48 zope.component |
|
49 zope.container |
|
50 zope.datetime |
|
51 zope.interface |
|
52 zope.schema |
|
53 zope.security |
|
54 zope.site |
|
55 zope.traversing |
|
56 |
|
57 [i18n] |
|
58 recipe = zc.recipe.egg |
|
59 eggs = |
|
60 babel |
|
61 lingua |
|
62 |
|
63 #packages = pyams_utils |
|
64 #domain = pyams_utils |
|
65 #output = src/pyams_utils/locales |
|
66 #zcml = <include file="configure.zcml" /> |
|
67 |
|
68 [pyflakes] |
|
69 recipe = zc.recipe.egg |
|
70 eggs = pyflakes |
|
71 scripts = pyflakes |
|
72 entry-points = pyflakes=pyflakes.scripts.pyflakes:main |
|
73 initialization = if not sys.argv[1:]: sys.argv[1:] = ["${buildout:src}"] |
|
74 |
|
75 [pyflakesrun] |
|
76 recipe = collective.recipe.cmd |
|
77 on_install = true |
|
78 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
|
79 |
|
80 [test] |
|
81 recipe = zc.recipe.testrunner |
|
82 eggs = pyams_utils [test] |
|
83 |
|
84 [versions] |
|
85 pyams_utils = 0.1.0 |