forked from collective/collective.noticeboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelop.cfg
98 lines (84 loc) · 1.77 KB
/
develop.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
[buildout]
extends = buildout.cfg
versions = versions
allow-picked-versions = true
eggs =
# plone.app.debugtoolbar
Products.DocFinderTab
# Products.PrintingMailHost
plone.reload
collective.backtowork
# collective.logbook
# raven
# Allow debugging restricted code
Products.Ienablesettrace
# Post-mortem debugging
Products.PDBDebugMode
# Debugging on the fly
# iw.debug
# Information where a deadlock occurs
# z3c.deadlockdebugger
zcml =
# iw.debug
parts +=
# test
# coverage-test
# coverage-report
# zopeskel
instance
i18ndude
omelette
zopepy
checkversions
codeintel
i18nize
extensions +=
buildout.dumppickedversions
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude
[zopeskel]
unzip = true
recipe = zc.recipe.egg
eggs =
ZopeSkel
${instance:eggs}
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
packages = ${instance:location}/lib/python ./
ignore-develop = False
[zopepy]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
interpreter = zopepy
[checkversions]
recipe=zc.recipe.egg
eggs=z3c.checkversions [buildout]
[codeintel]
recipe = corneti.recipes.codeintel
eggs = ${instance:eggs}
extra-paths =
${omelette:location}
[i18nize]
recipe = collective.recipe.template
input = ${buildout:directory}/templates/i18nize.in
output = ${buildout:bin-directory}/i18nize
mode = 775
dollar = $
domain = collective.noticeboard
packagepath = ${buildout:directory}/src/collective/noticeboard
languages = de en
[versions]
i18ndude = 3.2.2
ipdb = 0.6.1
ipython = 0.13
iw.debug = 0.3
Pillow = 1.7.7
Products.DocFinderTab = 1.0.5
Products.PDBDebugMode = 1.3.1
collective.backtowork = 0.6.4
collective.recipe.template = 1.9
corneti.recipes.codeintel = 0.2.1
Products.Ienablesettrace = 1.0