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