forked from ofri/Open-Knesset
-
Notifications
You must be signed in to change notification settings - Fork 1
/
buildout.cfg
94 lines (82 loc) · 2.04 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
[buildout]
unzip = true
prefer-final = true
versions = versions
extensions = buildout.dumppickedversions
parts = python django console_scripts activity_stream tagging planet
develop = .
eggs =
Open-Knesset
find-links =
http://bitbucket.org/jespern/django-piston/get/tip.tar.gz#egg=django-piston
http://github.com/daonb/django-extensions/tarball/master#egg=django-extensions
[activity_stream]
recipe=zerokspot.recipe.git
repository=git://github.com/daonb/django-activity-stream.git
[tagging]
recipe=zerokspot.recipe.git
repository=git://github.com/akariv/django-tagging.git
[planet]
recipe=zerokspot.recipe.git
repository=git://github.com/daonb/django-planet.git
[gravatar]
recipe=zerokspot.recipe.git
repository=git://github.com/DrMegahertz/django-gravatar.git
[mkdir]
recipe = z3c.recipe.mkdir
paths =
# ${buildout:directory}/foo/bar
[versions]
pep8 = 0.5.0
South = 0.7.1
django-extensions = 0.5
django-haystack = 1.0.1-final
django-pagination = 1.0.7
django-tagging = 0.3.1
feedparser = 4.1
oauth = 1.0.1
py = 1.3.1
pyth = 0.5.5
python-openid = 2.2.4
python-yadis = 1.1.0
setuptools = 0.6c11
Whoosh = 0.3.18
djangorecipe >= 0.20
infrae.subversion = 1.4.5
django-debug-toolbar >= 0.8.3
django-piston >= 0.2.2
django-planet >= 0.1
django-gravatar >= 0.1
simplejson = 2.1.1
zc.buildout = 1.4.3
zc.recipe.egg = 1.2.2
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
[django]
recipe = djangorecipe
version = 1.2.1
wsgi = true
project = knesset
projectegg = knesset
settings = settings
testsettings = testsettings
eggs = ${buildout:eggs}
test = mks user laws links committees
extra-paths =
${activity_stream:location}
${tagging:location}
${planet:location}
${gravatar:location}
[console_scripts]
recipe = zc.recipe.egg
interperter = python
eggs =
${buildout:eggs}
pep8
# this one allows us to use ${buildout:directory} in the apache conf template!
[apacheconf]
recipe = collective.recipe.template
input = ${buildout:directory}/etc/Open-Knesset.apache.conf.in
output = ${buildout:directory}/etc/Open-Knesset.apache.conf