-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuildout.cfg
282 lines (252 loc) · 6.67 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
#Get Shapely from our own index to work around ctypes dependency problem
[home]
eggcarton = /home/zope/pleiades/eggcarton
[buildout]
parts =
# agx-scripts
pil-src
pil-install
cython-src
cython-install
ctypes-src
ctypes-install
libxml2
libxslt
lxml-download
lxml-install
pyproj
libgeos
shapely
# libspatialindex
# rtree
PleiadesEntity
zope2
productdistros
instance
zopepy
setenv
kss-patch
atvm-patch
pai-patch
find-links =
${home:eggcarton}
http://dist.plone.org/
http://effbot.org/downloads
extends = plone335.cfg http://good-py.appspot.com/release/plone.app.discussion/1.0 versions.cfg
versions = versions
eggs =
nose
elementtree
geopy
simplejson
uuid
imsvdex
geojson
numpy
Plone
Products.CompoundField
Products.ATBackRef
plone.app.ldap
Products.PloneLDAP
Products.CacheSetup
zgeo.geographer
zgeo.plone.geographer
zgeo.atom
zgeo.plone.atom
zgeo.kml
zgeo.plone.kml
pleiades.normalizer
pleiades.transliteration
keytree
pleiades.workspace
pleiades.theme
pleiades.vocabularies
pleiades.policy
pleiades.kml
pleiades.atom
pleiades.json
pleiades.openlayers
# pleiades.portlet.references
pleiades.notredame
pleiades.capgrids
pleiades.sitemap
pleiades.placematch
pleiades.reconciliation
pleiades.dump
pleiades.bulkup
archetypes.referencebrowserwidget==1.0rc2
plonetheme.notredame
pleiades.notredame
plone.app.discussion
Products.RedirectionTool
plone.contentratings
pleiades.contentratings
rdflib
pleiades.rdf
pleiades.iterate
pleiades.portlet.flickr
# Rtree
# zgeo.rtree
# zgeo.spatialindex
[python]
executable = ${buildout:directory}/bin/python2.4
[cython-src]
recipe = hexagonit.recipe.download
url = http://pypi.python.org/packages/source/C/Cython/Cython-0.14.tar.gz
[cython-install]
recipe = z3c.recipe.egg:setup
setup = ${cython-src:location}/Cython-0.10.4
args =
clean
build
install
[libxml2]
recipe = zc.recipe.cmmi
url = http://xmlsoft.org/sources/libxml2-2.7.2.tar.gz
extra_options = --without-python
[libxslt]
recipe = zc.recipe.cmmi
url = http://xmlsoft.org/sources/libxslt-1.1.24.tar.gz
extra_options = --with-libxml-prefix=${buildout:directory}/parts/libxml2/
--without-python
[lxml-download]
recipe = plone.recipe.distros
urls = http://codespeak.net/lxml/lxml-2.1.4.tgz
version-suffix-packages = lxml-2.1.4.tgz
[lxml-install]
recipe = z3c.recipe.egg:setup
setup = ${lxml-download:location}/lxml
args =
clean
build
--with-xslt-config=${buildout:directory}/parts/libxslt/bin/xslt-config
install
[pil-src]
recipe = hexagonit.recipe.download
url = http://effbot.org/media/downloads/Imaging-1.1.6.tar.gz
[pil-install]
setup = ${pil-src:location}/Imaging-1.1.6
recipe = iw.recipe.cmd
on_install = true
cmds = cd ${pil-src:location}/Imaging-1.1.6; python setup.py install
[pyproj]
recipe = zc.recipe.egg:eggs
index = http://atlantides.org/eggcarton/index
eggs = pyproj
[libgeos]
recipe = hexagonit.recipe.cmmi
# url = http://download.osgeo.org/geos/geos-3.0.3.tar.bz2
url = http://download.osgeo.org/geos/geos-3.2.2.tar.bz2
[ctypes-src]
recipe = hexagonit.recipe.download
url = http://atlantides.org/eggcarton/ctypes-1.0.2.tar.gz
[ctypes-install]
recipe = z3c.recipe.egg:setup
setup = ${ctypes-src:location}/ctypes-1.0.2
args =
clean
build
install
[shapely]
recipe = zc.recipe.egg:custom
eggs = Shapely
include-dirs =
${libgeos:location}/include
library-dirs =
${libgeos:location}/lib
libraries = geos
#[libspatialindex]
#recipe = hexagonit.recipe.cmmi
#url = http://trac.gispython.org/projects/SpatialIndex/attachment/wiki/Releases/spatialindex-1.3.2.tar.gz?format=raw
#[rtree]
#recipe = zc.recipe.egg:custom
#egg = Rtree
#include-dirs =
# ${libspatialindex:location}/include
#library-dirs =
# ${libspatialindex:location}/lib
#rpath =
# ${libspatialindex:location}/lib
#libraries = spatialindex
[PleiadesEntity]
recipe = infrae.subversion
location = products
urls =
http://atlantides.org/svn/pleiades/PleiadesEntity/trunk PleiadesEntity
[kss-patch]
recipe = iw.recipe.cmd
on_install = true
cmds = cd eggs/kss.core*.egg; patch -p0 -l < ${buildout:directory}/patches/kss.core-permissions.patch
[atvm-patch]
recipe = iw.recipe.cmd
on_install = true
cmds = cd parts/productdistros; patch -p0 -l < ${buildout:directory}/patches/atvm-interface.patch
[pai-patch]
recipe = iw.recipe.cmd
on_install = true
cmds = cd eggs/plone.app.iterate*.egg; patch -p0 -l < ${buildout:directory}/patches/plone.app.iterate-infos.patch
[agx-scripts]
recipe = zc.recipe.egg:scripts
eggs =
archgenxml
i18ndude
${buildout:eggs}
[zope2]
recipe = plone.recipe.zope2install
url = ${versions:zope2-url}
fake-zope-eggs = true
additional-fake-eggs =
ZConfig
ZODB3
pytz
zope.interface=3.4
[productdistros]
recipe = plone.recipe.distros
urls =
http://plone.org/products/atvocabularymanager/releases/1.4/atvocabularymanager-1-4.tgz
http://plone.org/products/orderablereferencefield/releases/1.0/orderablereferencefield-1-0-tar.gz
# http://plone.org/products/linguaplone/releases/2.1.1/LinguaPlone-2.1.1.tar.gz
nested-packages =
version-suffix-packages =
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
http-address = 9080
environment-vars =
# LD_LIBRARY_PATH ${libgeos:location}/lib:${libxml2:location}/lib:${libxslt:location}/lib:${libspatialindex:location}/lib
LD_LIBRARY_PATH ${libgeos:location}/lib:${libxml2:location}/lib:${libxslt:location}/lib
# DYLD_LIBRARY_PATH ${libgeos:location}/lib:${libxml2:location}/lib:${libxslt:location}/lib:${libspatialindex:location}/lib
GMAPS_KEY ABQIAAAAtVyXL2o7HAFbw73xSniLfhQ2dHhbVVaz2wAxXxViKF6CJLVMtxSsxoh3qq0OgSXQYgR-U7rv12D-cQ
VAYTROU_URI http://localhost:8889
eggs =
${buildout:eggs}
${pyproj:eggs}
${shapely:eggs}
ZPublisherEventsBackport
zcml =
plone.app.ldap
pleiades.policy
pleiades.notredame
pleiades.placematch
pleiades.contentratings-overrides
pleiades.iterate
pleiades.portlet.flickr
products =
${buildout:directory}/products
${productdistros:location}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
extra-paths = ${zope2:location}/lib/python
scripts = zopepy
environment-vars =
LD_LIBRARY_PATH ${libgeos:location}/lib:${libxml2:location}/lib:${libxslt:location}/lib
[setenv]
recipe = z3c.recipe.filetemplate
files = setenv
libgeos = ${libgeos:location}/lib
libxml2 = ${libxml2:location}/lib
libxslt = ${libxslt:location}/lib
#libspatialindex = ${libspatialindex:location}/lib