plone.app.discussion/dev.cfg

69 lines
1.6 KiB
INI
Raw Normal View History

2011-11-18 22:40:27 +01:00
[buildout]
extends =
buildout.cfg
extensions = buildout.eggtractor mr.developer
2012-01-09 16:31:52 +01:00
tractor-src-directory =
2011-11-18 22:40:27 +01:00
.
src
auto-checkout =
collective.autoresizetextarea
collective.akismet
collective.z3cform.norobots
plone.formwidget.captcha
plone.formwidget.recaptcha
parts +=
omelette
releaser
2012-01-09 16:31:52 +01:00
pocompile
2011-11-18 22:40:27 +01:00
zopepy
sphinxbuilder
sphinxupload
[instance]
eggs +=
Products.PdbDebugMode
Products.PrintingMailHost
roman
Sphinx
Sphinx-PyPI-upload
repoze.sphinx.autointerface
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
packages = ${instance:location}/lib/python ./
[releaser]
recipe = zc.recipe.egg
eggs = jarn.mkrelease
2011-11-24 08:22:23 +01:00
[pocompile]
recipe = zc.recipe.egg
eggs = zest.pocompile
2011-11-18 22:40:27 +01:00
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
interpreter = ${buildout:directory}/bin/zopepy
[sphinxupload]
recipe = collective.recipe.template
input = inline:
#!/bin/sh
bin/zopepy setup.py upload_sphinx
output = ${buildout:directory}/bin/sphinxupload
mode = 755
[sources]
2011-12-08 09:21:44 +01:00
collective.akismet = svn https://svn.plone.org/svn/collective/collective.akismet/trunk
2011-11-18 22:40:27 +01:00
collective.autoresizetextarea = svn https://svn.plone.org/svn/collective/collective.autoresizetextarea/trunk
collective.z3cform.norobots = svn https://svn.plone.org/svn/collective/collective.z3cform.norobots/trunk
plone.formwidget.captcha = svn https://svn.plone.org/svn/plone/plone.formwidget.captcha/trunk/
plone.formwidget.recaptcha = svn https://svn.plone.org/svn/plone/plone.formwidget.recaptcha/trunk/