equal
deleted
inserted
replaced
33 |
33 |
34 parts = |
34 parts = |
35 package |
35 package |
36 i18n |
36 i18n |
37 pyflakes |
37 pyflakes |
38 sphinx |
|
39 test |
38 test |
40 |
39 |
41 [package] |
40 [package] |
42 recipe = zc.recipe.egg |
41 recipe = zc.recipe.egg |
43 eggs = |
42 eggs = |
90 [pyflakesrun] |
89 [pyflakesrun] |
91 recipe = collective.recipe.cmd |
90 recipe = collective.recipe.cmd |
92 on_install = true |
91 on_install = true |
93 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
92 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
94 |
93 |
95 [sphinx] |
|
96 recipe = collective.recipe.sphinxbuilder |
|
97 eggs = |
|
98 ${package:eggs} |
|
99 pyams_form |
|
100 pyams_zmi |
|
101 source = ${buildout:directory}/docs/source |
|
102 build = ${buildout:directory}/docs/build |
|
103 interpreter = ${buildout:directory}/bin/py |
|
104 |
|
105 [test] |
94 [test] |
106 recipe = zc.recipe.testrunner |
95 recipe = zc.recipe.testrunner |
107 eggs = pyams_utils [test] |
96 eggs = pyams_utils [test] |
108 |
97 |
109 [versions] |
98 [versions] |
110 pyams_utils = 0.1.9 |
99 pyams_utils = 0.1.10 |