equal
deleted
inserted
replaced
9 bitbucket.org |
9 bitbucket.org |
10 *.python.org |
10 *.python.org |
11 *.sourceforge.net |
11 *.sourceforge.net |
12 github.com |
12 github.com |
13 |
13 |
14 versions = versions |
|
15 #extends = http://download.ztfy.org/webapp/ztfy.webapp.dev.cfg |
14 #extends = http://download.ztfy.org/webapp/ztfy.webapp.dev.cfg |
16 versions = versions |
15 versions = versions |
17 newest = false |
16 newest = false |
18 #allow-picked-versions = false |
17 #allow-picked-versions = false |
19 |
18 |
20 src = src |
19 src = src |
21 develop = . |
20 develop = |
|
21 . |
|
22 ../ext/lingua |
|
23 ../pyams_catalog |
|
24 ../pyams_file |
|
25 ../pyams_form |
|
26 ../pyams_i18n |
|
27 ../pyams_pagelet |
|
28 ../pyams_skin |
|
29 ../pyams_template |
|
30 ../pyams_viewlet |
|
31 ../pyams_zmi |
22 |
32 |
23 parts = |
33 parts = |
24 package |
34 package |
25 i18n |
35 i18n |
26 pyflakes |
36 pyflakes |
|
37 sphinx |
27 test |
38 test |
28 |
39 |
29 [package] |
40 [package] |
30 recipe = zc.recipe.egg |
41 recipe = zc.recipe.egg |
31 eggs = |
42 eggs = |
32 babel |
43 babel |
|
44 BTrees |
33 chameleon |
45 chameleon |
34 docutils |
46 docutils |
35 httplib2 |
47 httplib2 |
36 persistent |
48 persistent |
37 pyams_utils |
49 pyams_utils |
41 pytz |
53 pytz |
42 transaction |
54 transaction |
43 z3c.form |
55 z3c.form |
44 z3c.pt |
56 z3c.pt |
45 z3c.ptcompat |
57 z3c.ptcompat |
|
58 ZEO |
46 ZODB |
59 ZODB |
47 zope.annotation |
60 zope.annotation |
48 zope.component |
61 zope.component |
49 zope.container |
62 zope.container |
|
63 zope.contentprovider |
50 zope.datetime |
64 zope.datetime |
51 zope.interface |
65 zope.interface |
|
66 zope.intid |
|
67 zope.keyreference |
|
68 zope.lifecycleevent |
52 zope.location |
69 zope.location |
|
70 zope.publisher |
53 zope.schema |
71 zope.schema |
54 zope.site |
72 zope.site |
55 zope.traversing |
73 zope.traversing |
|
74 interpreter = py |
56 |
75 |
57 [i18n] |
76 [i18n] |
58 recipe = zc.recipe.egg |
77 recipe = zc.recipe.egg |
59 eggs = |
78 eggs = |
60 babel |
79 babel |
61 lingua |
80 lingua |
62 |
|
63 #packages = pyams_utils |
|
64 #domain = pyams_utils |
|
65 #output = src/pyams_utils/locales |
|
66 #zcml = <include file="configure.zcml" /> |
|
67 |
81 |
68 [pyflakes] |
82 [pyflakes] |
69 recipe = zc.recipe.egg |
83 recipe = zc.recipe.egg |
70 eggs = pyflakes |
84 eggs = pyflakes |
71 scripts = pyflakes |
85 scripts = pyflakes |
75 [pyflakesrun] |
89 [pyflakesrun] |
76 recipe = collective.recipe.cmd |
90 recipe = collective.recipe.cmd |
77 on_install = true |
91 on_install = true |
78 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
92 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
79 |
93 |
|
94 [sphinx] |
|
95 recipe = collective.recipe.sphinxbuilder |
|
96 eggs = |
|
97 ${package:eggs} |
|
98 pyams_form |
|
99 pyams_zmi |
|
100 source = ${buildout:directory}/docs/source |
|
101 build = ${buildout:directory}/docs/build |
|
102 interpreter = ${buildout:directory}/bin/py |
|
103 |
80 [test] |
104 [test] |
81 recipe = zc.recipe.testrunner |
105 recipe = zc.recipe.testrunner |
82 eggs = pyams_utils [test] |
106 eggs = pyams_utils [test] |
83 |
107 |
84 [versions] |
108 [versions] |
85 pyams_utils = 0.1.3 |
109 pyams_utils = 0.1.4 |