-
Notifications
You must be signed in to change notification settings - Fork 7
/
buildout.cfg
170 lines (139 loc) · 3.95 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
[buildout]
# Python Package Index Server
index = https://pypi.org/simple/
# By default, zc.buildout doesn’t unzip zip-safe eggs packages. This
# follows the policy followed by setuptools itself. Experience shows
# this policy to to be inconvenient. Zipped eggs make debugging more
# difficult and often import more slowly.
# You can include an unzip option in the buildout section to change
# the default unzipping policy.
# It is very useful when you using the omelette recipe for debugging
# python eggs packages
unzip = true
# Don't download new things unless needed to satisfy dependencies.
# Override this on the command line with the "-n" flag.
#
newest = false
# allow picked versions
allow-picked-versions = true
# show picked versions wherever we do an automatic choice
#show-picked-versions = true
versions = versions
extensions =
mr.developer
buildout.threatlevel
extends =
http://dist.plone.org/release/4.3-latest/versions.cfg
versions.cfg
themes.cfg
# If you change your Plone version, you'll also need to update
# the repository link below.
#
find-links =
http://dist.plone.org/release/4.3-latest/
http://dist.plone.org/thirdparty/
############################################ uwosh.mobile.tools
# http://www.uwosh.edu/ploneprojects/software/uwosh.mobile.tools/releases/0.0.2/uwosh.mobile.tools-0.0.2.zip
############################################
# Parts Specification
#--------------------
# Specifies the components that should be included in the buildout.
# Most are defined in the base.cfg extension; you may add your
# own if you need them at the end of this file.
#
parts =
instance
instance-sitecustomize
decogrid
zopepy
omelette
zopeskel
i18ndude
############################################
# Eggs
# ----
# Add an indented line to the eggs section for any Python
# eggs or packages you wish to include in your Plone instance.
#
eggs +=
experimental.btree
five.pt
sauna.reload
plone.app.debugtoolbar
${buildout:auto-checkout}
############################################
# ZCML Slugs
# ----------
# Some eggs need ZCML slugs to tell Zope to
# use them. This is increasingly rare.
#
zcml +=
# See https://pypi.org/project/plone.recipe.zope2instance for
# relevant details.
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8081
verbose-security = off
debug-mode = off
event-log-level = info
eggs =
Plone
plone.app.upgrade
${buildout:eggs}
zcml =
${buildout:zcml}
environment-vars =
PTS_LANGUAGES en es
zope_i18n_allowed_languages en es
zope_i18n_compile_mo_files false
zope-conf-additional = %import sauna.reload
# See https://pypi.org/project/collective.recipe.template for
# relevant details.
[instance-sitecustomize]
recipe = collective.recipe.template
output = ${buildout:bin-directory}/sitecustomize.py
mode = 600
input = inline:
import sys
sys.setdefaultencoding('utf-8')
# See https://pypi.org/project/zc.recipe.egg for
# relevant details.
[decogrid]
recipe = zc.recipe.egg
eggs = kombinat.decogrid
# See https://pypi.org/project/zc.recipe.egg for
# relevant details.
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
# The symlinks all Python source code to parts/omelette folder when buildout is run
# windows users will need to install additional software for this part to build
# correctly. See https://pypi.org/project/collective.recipe.omelette for
# relevant details.
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
# See https://pypi.org/project/zc.recipe.egg for
# relevant details.
[zopeskel]
recipe = zc.recipe.egg
eggs =
################# Scaffolding
ZopeSkel
PasteScript
PasteDeploy
Paste
toutpt.zopeskel
vs.zopeskel.diazo
zopeskel.diazochildtheme
zopeskel.diazotheme
zest.releaser
# See https://pypi.org/project/zc.recipe.egg for
# relevant details.
[i18ndude]
recipe = zc.recipe.egg
unzip = true
eggs = i18ndude