-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
169 lines (151 loc) · 3.75 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
[buildout]
parts =
instance
zopepy
i18ndude
show-picked-versions = true
allow-picked-versions = false
index = https://pypi.org/simple
extends =
http://dist.plone.org/release/4.3.11/versions.cfg
extensions =
mr.developer
versions = versions
auto-checkout =
pcp.contenttypes
pcp.cregsync
pcp.spmtsync
collective.handleclient
Products.AutoUserMakerPASPlugin
Products.Poi
collective.pushsetup
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
debug-mode = off
verbose-security = on
blob-storage = var/blobstorage
environment-vars =
zope_i18n_compile_mo_files true
eggs =
Pillow
Plone
Products.ATBackRef
Products.ATExtensions
Products.ATVocabularyManager
Products.AutoUserMakerPASPlugin
Products.DocFinderTab
Products.PloneFormGen
Products.Poi
Products.UserAndGroupSelectionWidget
collective.contentstats
collective.jbot
collective.pushsetup
incf.countryutils
pcp.contenttypes
pcp.cregsync
pcp.spmtsync
plone4.csrffixes
raptus.autocompletewidget
z3c.jbot
plone.restapi
collective.handleclient
zopyx.plone.cassandra
zopyx.plone.persistentlogger
Products.PloneHotfix20170117
collective.contentrules.mailfromfield
plone.app.dexterity[relations]
zcml =
pcp.spmtsync
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude
[versions]
Products.PloneFormGen = 1.7.20
setuptools = 44.1.1
zc.buildout = 2.13.3
plone.recipe.zope2instance = 4.4.1
plone.protect = 3.0.17
Products.ATBackRef = 2.1
Products.ATExtensions = 1.1
Products.ATVocabularyManager = 1.6.7
Products.DocFinderTab = 1.0.5
Products.Poi = 2.2.10
Products.UserAndGroupSelectionWidget = 2.0.4
collective.contentstats = 1.0.1
collective.jbot = 1.0a3
incf.countryutils = 1.0
raptus.autocompletewidget = 0.1
z3c.jbot = 0.7.2
cssselect = 1.0.0
requests = 2.12.4
Products.MasterSelectWidget = 0.4.8
Pint = 0.7.2
bda.cache = 1.1.3
collective.watcherlist = 3.0
Products.DataGridField = 1.9.5
Products.AddRemoveWidget = 1.5.1
Products.PythonField = 1.1.3
Products.TemplateFields = 1.2.5
Products.TALESField = 1.1.3
plone.api = 1.5.1
imsvdex = 1.1
python-memcached = 1.58
zopyx.plone.persistentlogger = 0.4.4
Products.PloneHotfix20170117 = 1.0
autopep8 = 1.2.4
flake8 = 3.2.1
mccabe = 0.5.3
orderedmultidict = 0.7.11
plone.recipe.codeanalysis = 2.2
plone.rest = 1.0a7
plone.restapi = 1.0a8
pycodestyle = 2.2.0
pyflakes = 1.3.0
zopyx.plone.cassandra = 0.4.0.1
PyJWT = 1.4.2
check-manifest = 0.34
configparser = 3.5.0
enum34 = 1.1.6
furl = 0.5.6
Products.AutoUserMakerPASPlugin = 2.1.1
Products.PrintingMailHost = 1.0
semantic-version = 2.6.0
collective.pfg.soup= 1.6
souper.plone= 1.2.1
souper= 1.0.2
bda.cache=1.1.3
bda.calendar.base=1.2.2
bda.cache=1.1.3
collective.js.datatables=4.1.2
deep = 0.10
uwosh.pfg.d2c = 2.4.6
repoze.catalog = 0.8.3
circus = 0.14.0
tornado = 4.4.2
pyzmq = 16.0.2
psutil = 5.0.1
iowait = 0.2
backports-abc = 0.5
certifi = 2016.9.26
singledispatch = 3.4.0.3
# required by collective.pushsetup
GitPython = 2.1.3
gitdb2 = 2.0.0
smmap2 = 2.0.1
collective.contentrules.mailfromfield = 0.4.0
[sources]
pcp.contenttypes = git https://github.com/EUDAT-DPMT/pcp.contenttypes.git
pcp.cregsync = git https://github.com/EUDAT-DPMT/pcp.cregsync.git
pcp.spmtsync = git https://github.com/EUDAT-DPMT/pcp.spmtsync.git
collective.handleclient = git https://github.com/collective/collective.handleclient.git
Products.AutoUserMakerPASPlugin = git https://github.com/collective/Products.AutoUserMakerPASPlugin.git
Products.Poi = git https://github.com/EUDAT-DPMT/Products.Poi.git
collective.pushsetup = git https://github.com/collective/collective.pushsetup.git