-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbuildout.cfg
More file actions
315 lines (266 loc) · 8.14 KB
/
buildout.cfg
File metadata and controls
315 lines (266 loc) · 8.14 KB
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
[buildout]
# v9.234 -> increase this number when releasing
extends = eea.cfg
find-links =
https://eggrepo.eea.europa.eu/simple/
https://pypi.org/simple/
https://dist.plone.org/thirdparty/
https://dist.plone.org/
index = https://pypi.python.org/simple
parts += i18ndude
auto-checkout =
eea.climateadapt
eea.coremetadata
eea.notifications
eea.rabbitmq.plone
eea.depiction
plone.app.multilingual
Products.CMFCore
eea.rdfmarshaller
collective.cover
collective.volto.subsites
collective.easyform
collective.exportimport
plone.scale
plone.restapi
edw.logger
collective.sweeteditor
collective.excelexport
# plone.namedfile
always-checkout = true
# please don't toggle this to "true". Bad things will happen to you!
allow-picked-versions= false
[configuration]
shared-blob = off
eggs +=
BeautifulSoup
Products.PloneHotfix20170117
Products.PloneHotfix20171128
Products.PloneHotfix20200121
Products.PloneHotfix20210518
SQLAlchemy
collective.cover
collective.easyform
collective.excelexport
collective.geolocationbehavior
collective.js.datatables
collective.sweeteditor
eea.cache
eea.climateadapt
eea.coremetadata
eea.notifications
eea.pdf
eea.progressbar
eea.rdfmarshaller
plone.app.async
plone.app.contenttypes
plone.app.imagecropping
plone.app.ldap
plone.app.redirector
plone.app.referenceablebehavior
plone.formwidget.captcha
plone.formwidget.recaptcha
tlspu.cookiepolicy
zope.sqlalchemy
plone.restapi
plone.app.multilingual
google-api-python-client
collective.volto.subsites
XlsxWriter
plone.reload
Products.RedirectionTool
plone.scale
plone.restapi
Products.ZMIntrospection
collective.exportimport
zcml +=
plone.restapi-permissions
collective.cover
collective.excelexport
collective.geolocationbehavior
collective.js.datatables
collective.sweeteditor
eea.cache
eea.cache-overrides
eea.climateadapt
eea.climateadapt.browser-overrides
eea.notifications
eea.pdf
eea.rdfmarshaller
plone.formwidget.captcha
plone.formwidget.recaptcha
plone.app.contenttypes
plone.app.iterate
plone.app.ldap
plone.app.redirector
plone.app.referenceablebehavior
collective.volto.subsites
plone.reload
collective.exportimport
[dbinstance]
recipe =
[sources]
# eea.climateadapt = git https://github.com/eea/eea.climateadapt.plone.git pushurl=git@github.com:eea/eea.climateadapt.plone.git
eea.climateadapt = git https://github.com/eea/eea.climateadapt.plone.git branch=master
#eea.glossary = git https://github.com/eea/eea.glossary.git branch=develop
eea.rabbitmq.plone = git https://github.com/eea/eea.rabbitmq.plone.git
eea.notifications = git https://github.com/eea/eea.notifications.git
eea.depiction = git https://github.com/eea/eea.depiction.git
plone.app.multilingual = git https://github.com/plone/plone.app.multilingual.git branch=2.x
Products.CMFCore = git https://github.com/zopefoundation/Products.CMFCore.git branch=2.2
eea.rdfmarshaller = git https://github.com/eea/eea.rdfmarshaller.git branch=fix_unauthorized_multilang_py27
collective.cover = git https://github.com/eea/collective.cover branch=plone_app_widgets_compatibility
collective.volto.subsites = git https://github.com/eea/collective.volto.subsites branch=plone4
eea.progressbar = git https://github.com/eea/eea.progressbar.git
eea.coremetadata = git https://github.com/eea/eea.coremetadata.git branch=plone4_compat
collective.easyform = git https://github.com/eea/collective.easyform.git branch=cca_plone4_compatible
collective.exportimport = git https://github.com/collective/collective.exportimport.git rev=bae323d313a668b4444020a825f86e5eb3cbed4d
collective.sweeteditor = git https://github.com/collective/collective.sweeteditor.git branch=master
collective.excelexport = git https://github.com/eea/collective.excelexport.git branch=cca_plone4_compatible
edw.logger = git https://github.com/eaudeweb/edw.logger.git pushurl=git@github.com:eaudeweb/edw.logger.git
# this is plone.scale 3.1.2
plone.scale = git https://github.com/plone/plone.scale.git rev=105ab972fd4ac1b66aa3195766f5ccc5ba214a20
# this is plone.namedfile a branch named 3.1.2-svg, but it's based on 3.0.11 tag
#plone.namedfile = git https://github.com/eea/plone.namedfile.git rev=5047de6e90625dda81942dc4731a93f531ad2629
# this is plone.restapi p4_compatibility branch
plone.restapi = git https://github.com/eea/plone.restapi.git rev=a166739771a3703783110530503bdfa46ccae432
# 0e632efb94206431878338dc843cff3a65ab5a04
# 14d2de95eb58fddb7a6e8772f17a415df094b9f5
# b5b1b0e48e317c86d2166a63dc237cc45ed9447e
# See https://github.com/eea/plone.restapi/commits/p4_compatibility/
# this is plone.restapi 7.8.1
# d9e935032469bb72ce80140e99517a4507aae8be
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude
[versions]
# hotfix release for eea.depiction, solves pdf generation
eea.depiction =
#python-dateutil = 1.5eea
#plone.recipe.zope2instance = 4.2.13.eea
Products.PloneHotfix20170117 = 1.0
Products.PloneHotfix20171128 = 1.0
Products.PloneHotfix20200121 = 1.1
Products.PloneHotfix20210518 = 1.6
# last plone 4 compatible version
plone.app.contenttypes = 1.1b5
plone.app.dexterity = 2.0.13
plone.dexterity = 2.3.3
#plone.dexterity = 2.3.1
# collective.cover compatibility
# collective.js.bootstrap = 2.3.1.1
collective.js.bootstrap = 3.3.5
#plone.app.blocks = 2.0.0
plone.app.blocks = 2.2.1
plone.app.tiles = 1.0.1
plone.tiles = 1.4.0
plone.app.event = 1.2.7
plone.event = 1.1
plone.restapi = 7.7.0
# for testing compatibility with newer versions of jQuery
# plone.app.jquery = 1.7.2
# remove unassociated template warnings
grokcore.view = 2.9
plone.app.jquery = 1.9.1.3
# collective
# collective.easyform = 1.0a3.eea - not found
collective.easyform = 1.0a3
collective.dexteritytextindexer = 2.0.1
zope.sqlalchemy = 0.7.6
iw.debug = 0.3
pycountry = 1.17
z3c.jbot = 0.7.2
collective.js.galleria = 1.2.5
plone.formwidget.querystring = 1.1.5
SQLAlchemy = 1.0.9
plone.app.drafts = 1.0b3
plone.formwidget.recurrence = 2.0.1
icalendar = 3.9.1
collective.elephantvocabulary = 0.2.5
Products.DateRecurringIndex = 2.1
# pin eea.daviz since v10 atm is broken
# eea.daviz = 9.9
joblib = 0.14.1
google-api-python-client = 2.10.0
plone.app.iterate = 3.1.4
# compilation problem on ubuntu
ipython = 3.2.1
tokenlib = 0.3.1
# custom eea.climateadapt versions
plone.app.widgets = 1.10.dev4
collective.cover = 1.2b2.dev2
# collective.sweeteditor = 0.4.dev1
# collective.excelexport = 1.8.0
plone.app.querystring = 1.3.15
plone.app.layout = 2.3.20
plone.app.multilingual = 2.0.5
collective.geolocationbehavior = 1.4
# Required by:
# collective.geolocationbehavior==1.4
plone.formwidget.geolocation = 1.4
plone.app.contentmenu = 2.0.12
plone.formwidget.recaptcha = 2.0a2
# Required by:
# plone.formwidget.recaptcha==2.0a2
norecaptcha = 0.3.0
plone.app.imagecropping = 1.3
# Required by:
# pdbpp==0.8.3
wmctrl = 0.3
eea.faceted.inheritance = 5.1
eea.facetednavigation = 9.16
eea.faceted.vocabularies = 6.3
eea.rabbitmq.client = 1.7
eea.relations = 9.9
# google auth
# google-auth = 1.6.3
setuptools=40.3.0
six = 1.13.0
#pydot < 1.1.0
pydot = 1.0.29
httplib2 = 0.15.0
# needed for collective.cover tiles
plone.subrequest = 1.8.5
cachetools = 4.2.1
plone.rest = 2.0.0
# from buildout report
appdirs = 1.4.4
breadability = 0.1.20
cached-property = 1.5.2
collective.js.datatables = 4.1.2
defusedxml = 0.7.1
docopt = 0.6.2
google-api-core = 1.34.0
google-auth = 1.35.0
google-auth-httplib2 = 0.1.0
googleapis-common-protos = 1.57.0
plone.formwidget.captcha = 1.0.3
protobuf = 3.20.3
uritemplate = 3.0.1
# Required by:
# eea.climateadapt==1.4.dev0
langdetect = 1.0.9
# Required by:
# plone.formwidget.captcha==1.0.3
skimpyGimpy = 1.4
# Required by:
# collective.excelexport==1.8.dev0
xlwt = 1.3.0
XlsxWriter = 1.2.7
plone.reload = 3.0.2
regex = 2021.8.3
click = 7.1.2
nltk = 3.8.1
Products.RedirectionTool = 1.4.1
eea.coremetadata = 3.2
# needed for JSONField widget argument
plone.schema = 1.4.0
plone.schemaeditor = 2.0.7
# collective.exportimport requirements
ijson = 3.2.3
hurry.filesize = 0.9
# tibi image scaling
plone.scale = 3.1.2
# last pillow compatible with python2
pillow = 6.2.2