-
Notifications
You must be signed in to change notification settings - Fork 3
/
buildout.cfg
117 lines (111 loc) · 2.35 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
[buildout]
extra_paths =
${pinax:location}
find-links =
http://pypi.pinaxproject.com/
http://pypi2.pinaxproject.com/
http://pypi.pinaxproject.com/releases/0.7/
http://pypi2.pinaxproject.com/releases/0.7/
versions = versions
parts =
zlib
PIL
interpreter
pinax
unzip = true
eggs =
Django
BeautifulSoup
creole
PIL
Pygments
sorl
diff-match-patch
django-ajax-validation
django-announcements
django-app-plugins
django-atomformat
django-avatar
django-bookmarks
django-db-log
django-dbtemplates
django-email-confirmation
django-extensions
django-filter
django-flag
django-friends
django-frontendadmin
django-generic-flatblocks
django-locations
django-mailer
django-markup
django-messages
django-microblogging
django-notification
django-oembed
django-openid
django-pagination
django-photologue
django-robots
django-sorting
django-staticfiles
django-swaps
django-tagging
django-threadedcomments
django-timezones
django-uni-form
django-voting
django-wikiapp
docutils
elementtree
feedparser
gdata
geopy
ipython
python-dateutil
python-openid
python-twitter
python-yadis
pytz
simplejson
textile
vobject
ybrowserauth
template_utils
[versions]
PIL = 1.1.6
pytz = 2009l
Django = 1.0.4
django-wikiapp = 0.2.0
django-sorting = 0.1
# Build zlib for PIL, and PIL so we don't rely on something in the system
[zlib]
recipe = hexagonit.recipe.cmmi
url = http://www.zlib.net/zlib-1.2.3.tar.gz
configure-options = --shared
[PIL]
recipe = zc.recipe.egg:custom
egg = PIL
find-links = http://dist.repoze.org/
include-dirs = ${zlib:location}/include
library-dirs = ${zlib:location}/lib
rpath = ${zlib:location}/lib
[interpreter]
# A python interpreter with our eggs and libraries on its sys.path
recipe = zc.recipe.egg:scripts
eggs = ${buildout:eggs}
extra-paths = ${buildout:extra_paths}
scripts =
python
ipython
pinax-admin
django-admin
entry-points =
pinax-admin=pinax.core.management:execute_from_command_line
django-admin=django.core.management:execute_from_command_line
interpreter = python
[pinax]
recipe = zerokspot.recipe.git
repository = git://github.com/pinax/pinax.git
as_egg= true
rev = 53422fc1e966757948dc96453485acd327422df5