equal
deleted
inserted
replaced
32 |
32 |
33 parts = |
33 parts = |
34 package |
34 package |
35 i18n |
35 i18n |
36 pyflakes |
36 pyflakes |
37 sphinx |
|
38 test |
37 test |
39 |
38 |
40 [package] |
39 [package] |
41 recipe = zc.recipe.egg |
40 recipe = zc.recipe.egg |
42 eggs = |
41 eggs = |
74 [pyflakesrun] |
73 [pyflakesrun] |
75 recipe = collective.recipe.cmd |
74 recipe = collective.recipe.cmd |
76 on_install = true |
75 on_install = true |
77 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
76 cmds = ${buildout:develop}/bin/${pyflakes:scripts} |
78 |
77 |
79 [sphinx] |
|
80 recipe = collective.recipe.sphinxbuilder |
|
81 source = ${buildout:directory}/apidoc/source |
|
82 build = ${buildout:directory}/apidoc/build |
|
83 interpreter = ${buildout:directory}/bin/py |
|
84 |
|
85 [test] |
78 [test] |
86 recipe = zc.recipe.testrunner |
79 recipe = zc.recipe.testrunner |
87 eggs = pyams_skin [test] |
80 eggs = pyams_skin [test] |
88 |
81 |
89 [versions] |
82 [versions] |