-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuildout.cfg
139 lines (113 loc) · 3.1 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
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-4.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
allow-picked-versions = true
show-picked-versions = true
extensions +=
mr.developer
parts +=
code-analysis
createcoverage
instance
test
omelette
robot
develop = .
auto-checkout =
collective.eeafaceted.z3ctable
imio.helpers
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
eggs =
Plone
Pillow
collective.iconifiedcategory [test]
environment-vars =
zope_i18n_compile_mo_files true
[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage
[code-analysis]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/src/collective
flake8-exclude = bootstrap.py,bootstrap-buildout.py,docs,*.egg.,omelette
flake8-max-complexity = 18
flake8-max-line-length = 120
flake8-ignore = W606, B902
flake8-extensions =
flake8-blind-except
flake8-debugger
flake8-coding
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[test]
recipe = zc.recipe.testrunner
eggs = ${instance:eggs}
ipdb
defaults = ['-s', 'collective.iconifiedcategory', '--auto-color', '--auto-progress']
[coverage]
recipe = zc.recipe.egg
eggs = coverage
initialization =
include = '--source=${buildout:directory}/src/collective/iconifiedcategory'
sys.argv = sys.argv[:] + ['run', include, 'bin/test', '--all', '-s', 'collective.iconifiedcategory']
[report]
recipe = zc.recipe.egg
eggs = coverage
scripts = coverage=report
initialization =
sys.argv = sys.argv[:] + ['html', '-i']
[robot]
recipe = zc.recipe.egg
eggs =
${test:eggs}
plone.app.robotframework[debug,ride,reload]
[releaser]
recipe = zc.recipe.egg
eggs = zest.releaser
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[remotes]
collective = https://github.com/collective
collective_push = git@github.com:collective
plone = https://github.com/plone
plone_push = git@github.com:plone
ftw = https://github.com/4teamwork
ftw_push = git@github.com:4teamwork
imio = https://github.com/IMIO
imio_push = git@github.com:IMIO
zopefoundation = https://github.com/zopefoundation
zopefoundation_push = git@github.com:zopefoundation
zopesvn = svn://svn.zope.org/repos/main/
[sources]
collective.eeafaceted.z3ctable = git ${remotes:collective}/collective.eeafaceted.z3ctable.git pushurl=${remotes:collective_push}/collective.eeafaceted.z3ctable.git
imio.helpers = git ${remotes:imio}/imio.helpers.git pushurl=${remotes:imio_push}/imio.helpers.git
[versions]
setuptools = 44.1.1
zc.buildout = 2.13.3
# Don't use a released version of collective.iconifiedcategory
collective.iconifiedcategory =
# python 2 ...
traitlets = 4.3.3
future = 0.18.2
natsort = 6.2.0
# misc
zc.lockfile = 2.0
# required by collective.eeafaceted.z3ctable
plone.formwidget.namedfile = 2.0.5
pep517 = 0.8.2
eea.facetednavigation = 14.7
backports.functools-lru-cache = 1.5
# Required by:
# z3c.unconfigure = 1.1
zope.configuration = 3.8.1
# a future version sufficient to get html.escape
future = 0.18.2
z3c.table = 2.2
six = 1.16.0
imio.helpers =