[buildout] parts = plone zope2 productdistros instance zopepy test coverage-test coverage-report # Add additional egg download sources here. dist.plone.org contains archives # of Plone packages. find-links = http://dist.plone.org http://download.zope.org/ppix/ http://download.zope.org/distribution/ http://effbot.org/downloads # Add additional eggs here # elementtree is required by Plone eggs = elementtree p4a.plonecalendar p4a.ploneevent # Reference any eggs you are developing here, one per line # e.g.: develop = src/my.package develop = src/p4a.plonecalendar src/p4a.calendar src/dateable.chronos src/dateable.kalends src/p4a.ploneevent src/p4a.common src/p4a.subtyper [plone] recipe = plone.recipe.plone [zope2] recipe = plone.recipe.zope2install url = ${plone:zope2-url} # Use this section to download additional old-style products. # List any number of URLs for product tarballs under URLs (separate # with whitespace, or break over several lines, with subsequent lines # indented). If any archives contain several products inside a top-level # directory, list the archive file name (i.e. the last part of the URL, # normally with a .tar.gz suffix or similar) under 'nested-packages'. # If any archives extract to a product directory with a version suffix, list # the archive name under 'version-suffix-packages'. [productdistros] recipe = plone.recipe.distros urls = http://plone.org/products/calendaring/releases/0.4/calendaring-0-4-0.tgz nested-packages = version-suffix-packages = [instance] recipe = plone.recipe.zope2instance zope2-location = ${zope2:location} user = admin:admin http-address = 8080 debug-mode = on verbose-security = on # If you want Zope to know about any additional eggs, list them here. # This should include any development eggs you listed in develop-eggs above, # e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package eggs = ${buildout:eggs} ${plone:eggs} # If you want to register ZCML slugs for any packages, list them here. # e.g. zcml = my.package my.other.package zcml = p4a.plonecalendar-meta p4a.plonecalendar p4a.ploneevent products = ${productdistros:location} ${plone:products} ${buildout:directory}/products [zopepy] recipe = zc.recipe.egg eggs = ${instance:eggs} interpreter = zopepy extra-paths = ${zope2:location}/lib/python scripts = zopepy [test] recipe = collective.recipe.scriptgen cmd = ${buildout:directory}/bin/instance arguments = test -v --ndiff -sp4a.calendar -sp4a.plonecalendar -sdateable.chronos -sdateable.kalends [coverage-test] recipe = collective.recipe.scriptgen cmd = ${test:cmd} arguments = ${test:arguments} --coverage ${buildout:directory}/coverage [coverage-report] recipe = zc.recipe.egg eggs = z3c.coverage scripts = coverage arguments = ('${buildout:directory}/coverage', '${buildout:directory}/coverage/report')