-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuildout.cfg
80 lines (66 loc) · 1.55 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
[buildout]
MYPROJECT_NAME = gallery
unzip = true
parts =
venv
django
django-piston
django-command-extensions
signedauth
omelette
find-links =
http://download.zope.org/distribution/
eggs =
PILwoTk
psycopg2
python-ldap==2.3.13
django-auth-ldap
django-tagging
django-imagekit==0.3.6
hachoir-metadata
hachoir-parser
hachoir-core
django-notify
django-flowplayer
bm.gallery
django-keyedcache
httplib2
South
django-mediagenerator
gunicorn
extra_paths =
${django-command-extensions:location}
${django-piston:location}/django-piston
${signedauth:location}
develop =
src/bm.gallery
src/django-flowplayer
versions = versions
[versions]
zc.buildout = 1.4.3
zc.recipe.egg = 1.2.2
django = 1.3.1
[venv]
recipe = rjm.recipe.venv
venv_options = --no-site-packages --with-distribute
[django]
recipe = djangorecipe
wsgi = true
settings = settings
projectegg = bm.gallery
project = ${buildout:MYPROJECT_NAME}
eggs = ${buildout:eggs}
extra-paths = ${buildout:extra_paths}
[django-piston]
recipe = hexagonit.recipe.download
url = http://bitbucket.org/jespern/django-piston/downloads/django-piston-0.2.2.tar.gz
http://bitbucket.org/prencher/django-piston/get/f156b38f5567.gz
[django-command-extensions]
recipe = zerokspot.recipe.git
repository = git://github.com/django-extensions/django-extensions.git
[signedauth]
recipe = zerokspot.recipe.git
repository = git://github.com/bkroeze/django-signedauth.git
[omelette]
recipe = collective.recipe.omelette
eggs = ${buildout:eggs}