7a7a708fc0
svn path=/plone.app.discussion/trunk/; revision=50077
58 lines
1.1 KiB
INI
58 lines
1.1 KiB
INI
[buildout]
|
|
extends =
|
|
http://svn.plone.org/svn/collective/buildout/plonetest/plone-4.1.x.cfg
|
|
|
|
package-name = plone.app.discussion
|
|
package-directory = plone/app/discussion
|
|
|
|
parts +=
|
|
omelette
|
|
test
|
|
releaser
|
|
zopepy
|
|
sphinxbuilder
|
|
sphinxupload
|
|
|
|
develop = .
|
|
|
|
[instance]
|
|
eggs +=
|
|
Products.PdbDebugMode
|
|
Products.PrintingMailHost
|
|
Sphinx
|
|
Sphinx-PyPI-upload
|
|
repoze.sphinx.autointerface
|
|
iw.debug
|
|
|
|
[omelette]
|
|
recipe = collective.recipe.omelette
|
|
eggs = ${instance:eggs}
|
|
packages = ${instance:location}/lib/python ./
|
|
|
|
[test]
|
|
recipe = collective.xmltestreport
|
|
eggs = ${buildout:package-name} [test]
|
|
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
|