1 | [buildout] |
---|
2 | parts = |
---|
3 | libxml2 |
---|
4 | libxslt |
---|
5 | lxml |
---|
6 | zope2 |
---|
7 | zeoserver |
---|
8 | productdistros |
---|
9 | instance |
---|
10 | zopepy |
---|
11 | find-links = |
---|
12 | http://download.zope.org/ppix/ |
---|
13 | http://download.zope.org/distribution/ |
---|
14 | http://effbot.org/downloads |
---|
15 | eggs = |
---|
16 | develop = |
---|
17 | |
---|
18 | [lxml-environment] |
---|
19 | XSLT_CONFIG=${buildout:directory}/parts/libxslt/bin/xslt-config |
---|
20 | XML2_CONFIG=${buildout:directory}/parts/libxml2/bin/xml2-config |
---|
21 | |
---|
22 | [lxml] |
---|
23 | recipe = zc.recipe.egg:custom |
---|
24 | egg = lxml |
---|
25 | include-dirs = ${libxml2:location}/include/libxml2 |
---|
26 | ${libxslt:location}/include |
---|
27 | library-dirs = ${libxml2:location}/lib |
---|
28 | ${libxslt:location}/lib |
---|
29 | rpath = ${libxml2:location}/lib |
---|
30 | ${libxslt:location}/lib |
---|
31 | environment = lxml-environment |
---|
32 | |
---|
33 | [libxml2] |
---|
34 | recipe = zc.recipe.cmmi |
---|
35 | url = http://dist.repoze.org/lemonade/dev/cmmi/libxml2-2.6.32.tar.gz |
---|
36 | extra_options = --without-python |
---|
37 | |
---|
38 | [libxslt] |
---|
39 | recipe = zc.recipe.cmmi |
---|
40 | url = http://dist.repoze.org/lemonade/dev/cmmi/libxslt-1.1.24.tar.gz |
---|
41 | extra_options = --with-libxml-prefix=${libxml2:location} |
---|
42 | --without-python |
---|
43 | |
---|
44 | [zope2] |
---|
45 | recipe = plone.recipe.zope2install |
---|
46 | url = http://www.zope.org/Products/Zope/2.9.8/Zope-2.9.8-final.tgz |
---|
47 | |
---|
48 | [zeoserver] |
---|
49 | recipe = plone.recipe.zope2zeoserver |
---|
50 | zope2-location = ${zope2:location} |
---|
51 | zeo-var = ${buildout:directory}/var |
---|
52 | zeo-address = ${zeoserver:zeo-var}/zeo.soc |
---|
53 | zeopack = ${zope2:location}/utilities/ZODBTools/zeopack.py |
---|
54 | |
---|
55 | [productdistros] |
---|
56 | recipe = plone.recipe.distros |
---|
57 | urls = |
---|
58 | http://www.dieter.handshake.de/pyprojects/zope/AdvancedQuery.tgz |
---|
59 | http://agendaless.com/Members/tseaver/software/faster/faster-0.5.1/faster-0.5.1.tar.gz |
---|
60 | http://www.cps-project.org/static/src/CPS-platform-3.4.4.tar.gz |
---|
61 | version-suffix-packages = |
---|
62 | faster-0.5.1.tar.gz |
---|
63 | nested-packages = |
---|
64 | CPS-platform-3.4.4.tar.gz |
---|
65 | |
---|
66 | |
---|
67 | [instance] |
---|
68 | recipe = plone.recipe.zope2instance |
---|
69 | zope2-location = ${zope2:location} |
---|
70 | zeo-client = true |
---|
71 | zeo-address = ${zeoserver:zeo-address} |
---|
72 | zodb-cache-size = 5000 |
---|
73 | zeo-client-cache-size = 50MB |
---|
74 | user = admin:westafrica |
---|
75 | http-address = 8060 |
---|
76 | debug-mode = on |
---|
77 | verbose-security = on |
---|
78 | eggs = |
---|
79 | ${buildout:eggs} |
---|
80 | Products.QueueCatalog == 1.6.0 |
---|
81 | lxml |
---|
82 | zcml = |
---|
83 | products = |
---|
84 | ${buildout:directory}/products |
---|
85 | ${productdistros:location} |
---|
86 | |
---|
87 | [zopepy] |
---|
88 | recipe = zc.recipe.egg |
---|
89 | eggs = ${instance:eggs} |
---|
90 | interpreter = zopepy |
---|
91 | extra-paths = ${zope2:location}/lib/python |
---|
92 | scripts = zopepy |
---|