| 2 | | parts = |
| 3 | | plone |
| 4 | | zope2 |
| 5 | | productdistros |
| 6 | | instance |
| 7 | | zopepy |
| 8 | | |
| 9 | | # Add additional egg download sources here. dist.plone.org contains archives |
| 10 | | # of Plone packages. |
| 11 | | find-links = |
| 12 | | http://dist.plone.org |
| 13 | | http://download.zope.org/ppix/ |
| 14 | | http://download.zope.org/distribution/ |
| 15 | | http://effbot.org/downloads |
| 16 | | |
| 17 | | # Add additional eggs here |
| 18 | | # elementtree is required by Plone |
| 19 | | eggs = |
| 20 | | elementtree |
| 21 | | plone4bio.base |
| 22 | | plone4bio.pscoils |
| 23 | | |
| 24 | | # Reference any eggs you are developing here, one per line |
| 25 | | # e.g.: develop = src/my.package |
| 26 | | develop = |
| 27 | | src/plone4bio.base |
| 28 | | src/plone4bio.pscoils |
| 29 | | |
| 30 | | [plone] |
| 31 | | recipe = plone.recipe.plone |
| 32 | | |
| 33 | | [zope2] |
| 34 | | recipe = plone.recipe.zope2install |
| 35 | | url = ${plone:zope2-url} |
| 36 | | |
| 37 | | # Use this section to download additional old-style products. |
| 38 | | # List any number of URLs for product tarballs under URLs (separate |
| 39 | | # with whitespace, or break over several lines, with subsequent lines |
| 40 | | # indented). If any archives contain several products inside a top-level |
| 41 | | # directory, list the archive file name (i.e. the last part of the URL, |
| 42 | | # normally with a .tar.gz suffix or similar) under 'nested-packages'. |
| 43 | | # If any archives extract to a product directory with a version suffix, list |
| 44 | | # the archive name under 'version-suffix-packages'. |
| 45 | | [productdistros] |
| 46 | | recipe = plone.recipe.distros |
| 47 | | urls = |
| 48 | | nested-packages = |
| 49 | | version-suffix-packages = |
| | 2 | extends = base.cfg |