76 lines
1.7 KiB
INI
76 lines
1.7 KiB
INI
|
[buildout]
|
||
|
extends =
|
||
|
buildout.cfg
|
||
|
extensions = buildout.eggtractor mr.developer
|
||
|
tractor-src-directory =
|
||
|
.
|
||
|
src
|
||
|
auto-checkout =
|
||
|
collective.autoresizetextarea
|
||
|
collective.akismet
|
||
|
collective.z3cform.norobots
|
||
|
plone.formwidget.captcha
|
||
|
plone.formwidget.recaptcha
|
||
|
|
||
|
parts +=
|
||
|
omelette
|
||
|
test
|
||
|
releaser
|
||
|
zopepy
|
||
|
sphinxbuilder
|
||
|
sphinxupload
|
||
|
|
||
|
#develop = .
|
||
|
versions = versions
|
||
|
|
||
|
[versions]
|
||
|
plone.app.discussion = 2.1.1dev
|
||
|
|
||
|
[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 ./
|
||
|
|
||
|
[test]
|
||
|
recipe = zc.recipe.testrunner
|
||
|
eggs = ${test:eggs}
|
||
|
defaults = ['--auto-color', '--auto-progress']
|
||
|
|
||
|
[releaser]
|
||
|
recipe = zc.recipe.egg
|
||
|
eggs = jarn.mkrelease
|
||
|
|
||
|
[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]
|
||
|
collective.akismet = svn https://svn.plone.org/svn/collective/collective.autoresizetextarea/trunk
|
||
|
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/
|