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 |
|
8 #allow-picked-versions = false |
|
9 show-picked-versions = true |
|
10 newest = false |
|
11 |
|
12 allow-hosts = |
|
13 bitbucket.org |
|
14 *.python.org |
|
15 *.sourceforge.net |
|
16 github.com |
|
17 |
|
18 versions = versions |
|
19 |
|
20 src = src |
|
21 develop = |
|
22 . |
|
23 ../ext/lingua |
|
24 ../pyams_catalog |
|
25 ../pyams_file |
|
26 ../pyams_form |
|
27 ../pyams_i18n |
|
28 ../pyams_pagelet |
|
29 ../pyams_skin |
|
30 ../pyams_template |
|
31 ../pyams_viewlet |
|
32 ../pyams_zmi |
|
33 |
|
34 parts = |
|
35 package |
|
36 i18n |
|
37 pyflakes |
|
38 test |
|
39 |
|
40 [package] |
|
41 recipe = zc.recipe.egg |
|
42 eggs = |
|
43 babel |
|
44 BTrees |
|
45 chameleon |
|
46 docutils |
|
47 httplib2 |
|
48 persistent |
|
49 pyams_utils |
|
50 pyramid |
|
51 pyramid_zodbconn |
|
52 pysocks |
|
53 pytz |
|
54 transaction |
|
55 z3c.form |
|
56 z3c.pt |
|
57 z3c.ptcompat |
|
58 ZEO |
|
59 ZODB |
|
60 zope.annotation |
|
61 zope.component |
|
62 zope.container |
|
63 zope.contentprovider |
|
64 zope.datetime |
|
65 zope.interface |
|
66 zope.intid |
|
67 zope.keyreference |
|
68 zope.lifecycleevent |
|
69 zope.location |
|
70 zope.publisher |
|
71 zope.schema |
|
72 zope.site |
|
73 zope.traversing |
|
74 interpreter = py |
|
75 |
|
76 [i18n] |
|
77 recipe = zc.recipe.egg |
|
78 eggs = |
|
79 babel |
|
80 lingua |
|
81 |
|
82 [pyflakes] |
|
83 recipe = zc.recipe.egg |
|
84 eggs = pyflakes |
|
85 scripts = pyflakes |
|
86 entry-points = pyflakes=pyflakes.scripts.pyflakes:main |
|
87 initialization = if not sys.argv[1:]: sys.argv[1:] = ["${buildout:src}"] |
|
88 |
|
89 [pyflakesrun] |
|
90 recipe = collective.recipe.cmd |
|
91 on_install = true |
|
92 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
|
93 |
|
94 [test] |
|
95 recipe = zc.recipe.testrunner |
|
96 eggs = pyams_utils [test] |
|
97 |
|
98 [versions] |
|
99 pyams_utils = 0.1.24.1 |