|
0
|
1 |
[buildout] |
|
|
2 |
parts = |
|
|
3 |
python |
|
|
4 |
django |
|
|
5 |
eggs-dependencies |
|
|
6 |
django-extensions |
|
|
7 |
develop = . |
|
|
8 |
eggs = comt |
|
|
9 |
${eggs-dependencies:eggs} |
|
|
10 |
|
|
|
11 |
[python] |
|
|
12 |
recipe = zc.recipe.egg |
|
|
13 |
interpreter = python |
|
|
14 |
eggs = ${buildout:eggs} |
|
|
15 |
|
|
|
16 |
[django] |
|
|
17 |
recipe = djangorecipe |
|
|
18 |
version = 1.1.1 |
|
|
19 |
# trunk |
|
|
20 |
project = cm |
|
|
21 |
projectegg = cm |
|
|
22 |
wsgi = true # gen wsgi |
|
|
23 |
settings = settings |
|
|
24 |
#test = cm |
|
|
25 |
eggs = ${buildout:eggs} |
|
|
26 |
pythonpath = ${django-extensions:location} |
|
|
27 |
# is there a better way to reference comt/etc? |
|
|
28 |
|
|
|
29 |
[eggs-dependencies] |
|
|
30 |
recipe = zc.recipe.egg:eggs |
|
|
31 |
eggs = |
|
|
32 |
django-flash |
|
|
33 |
django-tagging |
|
|
34 |
# django-css |
|
|
35 |
chardet |
|
|
36 |
feedparser |
|
|
37 |
PIL |
|
|
38 |
BeautifulSoup |
|
|
39 |
html5lib |
|
|
40 |
pytz |
|
|
41 |
simplejson |
|
|
42 |
pyyaml |
|
|
43 |
# psycopg2/mysql should be optional dependencies ... possible with buildout ??? |
|
|
44 |
# magic ???????? http://www.jsnp.net/code/magic.py ??? impossible to include this dependency |
|
|
45 |
# utidylib ?????? http://download.berlios.de/utidylib/uTidylib-0.2.zip |
|
|
46 |
|
|
|
47 |
[django-extensions] |
|
|
48 |
recipe=zerokspot.recipe.git |
|
|
49 |
repository=git://github.com/django-extensions/django-extensions.git |
|
|
50 |
#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c |