| 1 | [buildout] |
|---|
| 2 | parts = |
|---|
| 3 | zope2 |
|---|
| 4 | productdistros |
|---|
| 5 | instance |
|---|
| 6 | fss |
|---|
| 7 | zopepy |
|---|
| 8 | test |
|---|
| 9 | test-coverage |
|---|
| 10 | coverage-report |
|---|
| 11 | |
|---|
| 12 | # Add additional egg download sources here. dist.plone.org contains archives |
|---|
| 13 | # of Plone packages. |
|---|
| 14 | find-links = |
|---|
| 15 | http://dist.plone.org/thirdparty |
|---|
| 16 | http://dist.plone.org |
|---|
| 17 | http://download.zope.org/ppix/ |
|---|
| 18 | http://download.zope.org/distribution/ |
|---|
| 19 | http://effbot.org/downloads |
|---|
| 20 | ftp://xmlsoft.org/libxml2/python/libxml2-python-2.6.15.tar.gz |
|---|
| 21 | http://ufpr.dl.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz |
|---|
| 22 | http://pypi.python.org/packages/source/p/plone.reload/plone.reload-0.10.tar.gz |
|---|
| 23 | |
|---|
| 24 | extends = http://dist.plone.org/release/3.2.3/versions.cfg |
|---|
| 25 | versions = versions |
|---|
| 26 | |
|---|
| 27 | # Add additional eggs here |
|---|
| 28 | # elementtree is required by Plone |
|---|
| 29 | eggs = |
|---|
| 30 | Plone |
|---|
| 31 | PIL |
|---|
| 32 | elementtree |
|---|
| 33 | libxml2-python |
|---|
| 34 | PyXML |
|---|
| 35 | BeautifulSoup |
|---|
| 36 | infrae.subversion |
|---|
| 37 | collective.captcha |
|---|
| 38 | collective.plonebookmarklets |
|---|
| 39 | collective.contentlicensing |
|---|
| 40 | collective.imstransport |
|---|
| 41 | collective.jaop |
|---|
| 42 | collective.oaiintercom |
|---|
| 43 | collective.searchandreplace |
|---|
| 44 | collective.zipfiletransport |
|---|
| 45 | enpraxis.leftskin |
|---|
| 46 | enpraxis.staticsite |
|---|
| 47 | enpraxis.educommons |
|---|
| 48 | enpraxis.wordpressexchange |
|---|
| 49 | plone.reload |
|---|
| 50 | iw.fss |
|---|
| 51 | plone.mocktestcase |
|---|
| 52 | Products.CacheSetup |
|---|
| 53 | |
|---|
| 54 | # Reference any eggs you are developing here, one per line |
|---|
| 55 | # e.g.: develop = src/my.package |
|---|
| 56 | develop = |
|---|
| 57 | src/collective.plonebookmarklets |
|---|
| 58 | src/collective.contentlicensing |
|---|
| 59 | src/collective.imstransport |
|---|
| 60 | src/collective.jaop |
|---|
| 61 | src/collective.oaiintercom |
|---|
| 62 | src/collective.searchandreplace |
|---|
| 63 | src/collective.zipfiletransport |
|---|
| 64 | src/enpraxis.leftskin |
|---|
| 65 | src/enpraxis.staticsite |
|---|
| 66 | src/enpraxis.educommons |
|---|
| 67 | src/enpraxis.wordpressexchange |
|---|
| 68 | |
|---|
| 69 | [versions] |
|---|
| 70 | zope.component = 3.5.1 |
|---|
| 71 | |
|---|
| 72 | [zope2] |
|---|
| 73 | recipe = plone.recipe.zope2install |
|---|
| 74 | url = ${versions:zope2-url} |
|---|
| 75 | fake-zope-eggs = true |
|---|
| 76 | skip-fake-eggs = |
|---|
| 77 | ZConfig |
|---|
| 78 | ZODB3 |
|---|
| 79 | pytz |
|---|
| 80 | zope.testing |
|---|
| 81 | zope.component |
|---|
| 82 | zope.i18n |
|---|
| 83 | |
|---|
| 84 | # Use this section to download additional old-style products. |
|---|
| 85 | # List any number of URLs for product tarballs under URLs (separate |
|---|
| 86 | # with whitespace, or break over several lines, with subsequent lines |
|---|
| 87 | # indented). If any archives contain several products inside a top-level |
|---|
| 88 | # directory, list the archive file name (i.e. the last part of the URL, |
|---|
| 89 | # normally with a .tar.gz suffix or similar) under 'nested-packages'. |
|---|
| 90 | # If any archives extract to a product directory with a version suffix, list |
|---|
| 91 | # the archive name under 'version-suffix-packages'. |
|---|
| 92 | [productdistros] |
|---|
| 93 | recipe = plone.recipe.distros |
|---|
| 94 | urls = |
|---|
| 95 | http://www.infrae.com/download/ProxyIndex/1.2.1/ProxyIndex-1.2.1.tgz |
|---|
| 96 | http://plone.org/products/linguaplone/releases/2.1.1/LinguaPlone-2.1.1.tar.gz |
|---|
| 97 | nested-packages = |
|---|
| 98 | version-suffix-packages = |
|---|
| 99 | |
|---|
| 100 | [instance] |
|---|
| 101 | recipe = plone.recipe.zope2instance |
|---|
| 102 | zope2-location = ${zope2:location} |
|---|
| 103 | user = admin:test1234 |
|---|
| 104 | http-address = 8080 |
|---|
| 105 | debug-mode = on |
|---|
| 106 | verbose-security = on |
|---|
| 107 | zcml = |
|---|
| 108 | plone.mocktestcase |
|---|
| 109 | |
|---|
| 110 | # If you want Zope to know about any additional eggs, list them here. |
|---|
| 111 | # This should include any development eggs you listed in develop-eggs above, |
|---|
| 112 | # e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package |
|---|
| 113 | eggs = |
|---|
| 114 | ${buildout:eggs} |
|---|
| 115 | |
|---|
| 116 | # If you want to register ZCML slugs for any packages, list them here. |
|---|
| 117 | # e.g. zcml = my.package my.other.package |
|---|
| 118 | zcml = |
|---|
| 119 | collective.plonebookmarklets |
|---|
| 120 | collective.contentlicensing |
|---|
| 121 | collective.imstransport |
|---|
| 122 | collective.jaop |
|---|
| 123 | collective.oaiintercom |
|---|
| 124 | collective.searchandreplace |
|---|
| 125 | collective.zipfiletransport |
|---|
| 126 | enpraxis.leftskin |
|---|
| 127 | enpraxis.leftskin-overrides |
|---|
| 128 | enpraxis.staticsite |
|---|
| 129 | enpraxis.educommons |
|---|
| 130 | enpraxis.educommons-overrides |
|---|
| 131 | enpraxis.wordpressexchange |
|---|
| 132 | iw.fss |
|---|
| 133 | iw.fss-meta |
|---|
| 134 | plone.reload |
|---|
| 135 | |
|---|
| 136 | |
|---|
| 137 | |
|---|
| 138 | products = |
|---|
| 139 | ${buildout:directory}/products |
|---|
| 140 | ${productdistros:location} |
|---|
| 141 | |
|---|
| 142 | [zopepy] |
|---|
| 143 | recipe = zc.recipe.egg |
|---|
| 144 | eggs = ${instance:eggs} |
|---|
| 145 | interpreter = zopepy |
|---|
| 146 | extra-paths = ${zope2:location}/lib/python |
|---|
| 147 | scripts = zopepy |
|---|
| 148 | |
|---|
| 149 | [test] |
|---|
| 150 | recipe = collective.recipe.z2testrunner |
|---|
| 151 | defaults = --ndiff -v |
|---|
| 152 | zope2part = instance |
|---|
| 153 | packages = collective.plonebookmarklets |
|---|
| 154 | collective.searchandreplace |
|---|
| 155 | collective.imstransport |
|---|
| 156 | collective.zipfiletransport |
|---|
| 157 | collective.jaop |
|---|
| 158 | collective.oaiintercom |
|---|
| 159 | enpraxis.educommons |
|---|
| 160 | enpraxis.leftskin |
|---|
| 161 | enpraxis.staticsite |
|---|
| 162 | |
|---|
| 163 | [test-coverage] |
|---|
| 164 | recipe = collective.recipe.z2testrunner |
|---|
| 165 | packages = ${test:packages} |
|---|
| 166 | zope2part = instance |
|---|
| 167 | defaults = --ndiff -v --coverage=${buildout:directory}/coverage |
|---|
| 168 | |
|---|
| 169 | [coverage-report] |
|---|
| 170 | recipe = zc.recipe.egg |
|---|
| 171 | eggs = z3c.coverage |
|---|
| 172 | scripts = coverage=coverage-report |
|---|
| 173 | arguments = ('${buildout:directory}/coverage', '${buildout:directory}/coverage/report') |
|---|
| 174 | |
|---|
| 175 | [fss] |
|---|
| 176 | recipe = iw.recipe.fss |
|---|
| 177 | zope-instances = |
|---|
| 178 | ${instance:location} |
|---|
| 179 | storages = |
|---|
| 180 | # The first is always generic |
|---|
| 181 | global / |
|---|