-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
89 lines (68 loc) · 1.8 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
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-5.2.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.github.com/plone/plone.app.robotframework/master/versions.cfg
https://raw.githubusercontent.com/it-spirit/buildout.plone/master/common.cfg
versions = versions
package-name = pkan.dcatapde
package-extras = [test]
eggs +=
Products.PrintingMailHost
test-eggs +=
Pillow
robot_tests_folder = ${buildout:directory}/src/pkan/dcatapde/tests/robot
parts +=
createcoverage
i18ndude
node
omelette
rebuild_docs-sh
rebuild_i18n-sh
releaser
robot
testnorobot
sphinxbuilder
updatedocsimages
# zptlint
extensions +=
mr.developer
auto-checkout = *
sources-dir = checkouts
[code-analysis]
directory = ${buildout:directory}/src/pkan/
multiprocessing = True
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[sources]
plonetheme.barcelonetang = git https://github.com/it-spirit/plonetheme.barcelonetang branch=bbg
pkan.widgets = git https://github.com/BB-Open/pkan.widgets.git
ps.zope.i18nfield = git https://github.com/inqbus/ps.zope.i18nfield.git branch=python3
surf = git https://github.com/PonteIneptique/surfrdf.git
zptlint = git https://github.com/it-spirit/spirit.zptlint.git
[versions]
# Don't use a released version of pkan.dcatapde
pkan.dcatapde =
# Override some version pinning from Plone
docutils = 0.16
requests = 2.22.0
mailinglogger = 5.0.0
Record = 3.5
zope.testing = 4.7
zope.container = 4.2.2
plone.app.robotframework = 1.5.2
chardet = 3.0.2
urllib3 = 1.25.10
pyflakes = 2.4.0
idna = 2.8
importlib-metadata =
isort = 4.3.21
pycodestyle = 2.8
zc.buildout = 2.13.1
setuptools = 41.0.1
zipp =
zipp =
SPARQLWrapper = 1.8.5
rdflib = 4.2.2
rdflib-jsonld = 0.5.0