[3674] | 1 | [buildout] |
---|
| 2 | parts = |
---|
| 3 | lxml |
---|
| 4 | zope2 |
---|
| 5 | zeoserver |
---|
| 6 | productdistros |
---|
| 7 | instance |
---|
| 8 | zopepy |
---|
| 9 | test |
---|
| 10 | |
---|
| 11 | find-links = |
---|
| 12 | http://download.zope.org/ppix/ |
---|
| 13 | http://download.zope.org/distribution/ |
---|
| 14 | http://effbot.org/downloads |
---|
| 15 | |
---|
| 16 | eggs = |
---|
| 17 | lxml == 1.3.3 |
---|
| 18 | |
---|
| 19 | develop = |
---|
| 20 | |
---|
| 21 | [lxml] |
---|
| 22 | recipe = plone.recipe.lxml |
---|
| 23 | egg = lxml == 1.3.3 |
---|
| 24 | |
---|
| 25 | [zope2] |
---|
| 26 | recipe = plone.recipe.zope2install |
---|
| 27 | url = http://www.zope.org/Products/Zope/2.9.8/Zope-2.9.8-final.tgz |
---|
| 28 | |
---|
| 29 | [zeoserver] |
---|
| 30 | recipe = plone.recipe.zope2zeoserver |
---|
| 31 | zope2-location = ${zope2:location} |
---|
| 32 | zeo-var = ${buildout:directory}/var |
---|
| 33 | zeo-address = ${zeoserver:zeo-var}/zeo.soc |
---|
| 34 | |
---|
| 35 | |
---|
| 36 | [productdistros] |
---|
| 37 | recipe = plone.recipe.distros |
---|
| 38 | urls = |
---|
| 39 | http://www.dieter.handshake.de/pyprojects/zope/AdvancedQuery.tgz |
---|
| 40 | http://agendaless.com/Members/tseaver/software/faster/faster-0.5.1/faster-0.5.1.tar.gz |
---|
| 41 | http://www.cps-project.org/static/src/CPS-platform-3.4.4.tar.gz |
---|
| 42 | version-suffix-packages = |
---|
| 43 | faster-0.5.1.tar.gz |
---|
| 44 | nested-packages = |
---|
| 45 | CPS-platform-3.4.4.tar.gz |
---|
| 46 | |
---|
| 47 | |
---|
| 48 | [instance] |
---|
| 49 | recipe = plone.recipe.zope2instance |
---|
| 50 | zope2-location = ${zope2:location} |
---|
| 51 | zeo-client = true |
---|
| 52 | zeo-address = ${zeoserver:zeo-address} |
---|
| 53 | zodb-cache-size = 5000 |
---|
| 54 | zeo-client-cache-size = 50MB |
---|
| 55 | user = admin:westafrica |
---|
| 56 | http-address = 8060 |
---|
| 57 | debug-mode = on |
---|
| 58 | verbose-security = on |
---|
| 59 | eggs = |
---|
| 60 | ${buildout:eggs} |
---|
| 61 | Products.QueueCatalog == 1.6.0 |
---|
| 62 | zcml = |
---|
| 63 | products = |
---|
| 64 | ${buildout:directory}/products |
---|
| 65 | ${productdistros:location} |
---|
| 66 | |
---|
| 67 | [zopepy] |
---|
| 68 | recipe = zc.recipe.egg |
---|
| 69 | eggs = ${instance:eggs} |
---|
| 70 | interpreter = zopepy |
---|
| 71 | extra-paths = ${zope2:location}/lib/python |
---|
| 72 | scripts = zopepy |
---|
| 73 | |
---|
| 74 | [test] |
---|
| 75 | recipe = zc.recipe.testrunner |
---|
| 76 | extra-paths = ${zope2:location}/lib/python |
---|
| 77 | defaults = ['-c'] |
---|
| 78 | eggs = |
---|
| 79 | |
---|