Add pocompile section to dev buildout.
This commit is contained in:
parent
75a2d17f19
commit
f3ad58959d
5
dev.cfg
5
dev.cfg
@ -15,6 +15,7 @@ auto-checkout =
|
|||||||
parts +=
|
parts +=
|
||||||
omelette
|
omelette
|
||||||
releaser
|
releaser
|
||||||
|
pocompile
|
||||||
zopepy
|
zopepy
|
||||||
sphinxbuilder
|
sphinxbuilder
|
||||||
sphinxupload
|
sphinxupload
|
||||||
@ -43,6 +44,10 @@ packages = ${instance:location}/lib/python ./
|
|||||||
recipe = zc.recipe.egg
|
recipe = zc.recipe.egg
|
||||||
eggs = jarn.mkrelease
|
eggs = jarn.mkrelease
|
||||||
|
|
||||||
|
[pocompile]
|
||||||
|
recipe = zc.recipe.egg
|
||||||
|
eggs = zest.pocompile
|
||||||
|
|
||||||
[zopepy]
|
[zopepy]
|
||||||
recipe = zc.recipe.egg
|
recipe = zc.recipe.egg
|
||||||
eggs = ${instance:eggs}
|
eggs = ${instance:eggs}
|
||||||
|
Loading…
Reference in New Issue
Block a user