-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
executable file
·51 lines (43 loc) · 1.2 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
[buildout]
find-links =
http://dist.plone.org/release/4.3.3
http://dist.plone.org/thirdparty
extends =
http://dist.plone.org/release/4.3.3/versions.cfg
https://raw.github.com/collective/buildout.plonetest/master/test-4.3.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.githubusercontent.com/plone/plone.app.robotframework/master/versions.cfg
https://raw.githubusercontent.com/prodamspsites/prodam_buildout/master/extensions/versions.cfg
https://raw.githubusercontent.com/prodamspsites/prodam_buildout/master/extensions/fixes.cfg
source.cfg
package-name = prodam.portal
package-extras = [test]
eggs +=
iw.debug
pexpect
collective.twitter.portlets
python-oauth2
parts +=
i18ndude
omelette
code-analysis
[code-analysis]
directory = ${buildout:directory}/src/prodam/portal
pre-commit-hook = True
flake8-ignore = E501
clean-lines = True
deprecated-aliases = True
imports = True
prefer-single-quotes = True
return-status-codes = True
utf8-header = True
[instance]
zcml += iw.debug
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[versions]
prodam.portal =