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