| Line | |
|---|
| 1 | [buildout] |
|---|
| 2 | newest=false |
|---|
| 3 | parts = |
|---|
| 4 | django |
|---|
| 5 | python |
|---|
| 6 | django-extensions |
|---|
| 7 | django-piston |
|---|
| 8 | omelette |
|---|
| 9 | unzip = true |
|---|
| 10 | develop = . |
|---|
| 11 | |
|---|
| 12 | [python] |
|---|
| 13 | recipe = zc.recipe.egg |
|---|
| 14 | interpreter = python |
|---|
| 15 | eggs = ${django:eggs} |
|---|
| 16 | |
|---|
| 17 | [django] |
|---|
| 18 | recipe = djangorecipe |
|---|
| 19 | version = 1.3 |
|---|
| 20 | # trunk |
|---|
| 21 | project = cm |
|---|
| 22 | projectegg = cm |
|---|
| 23 | wsgi = true # gen wsgi |
|---|
| 24 | settings = settings |
|---|
| 25 | #test = cm |
|---|
| 26 | pythonpath = src |
|---|
| 27 | src/cm |
|---|
| 28 | ${django-extensions:location} |
|---|
| 29 | ${django-piston:location} |
|---|
| 30 | eggs = |
|---|
| 31 | django-flash |
|---|
| 32 | django-tagging |
|---|
| 33 | # django-piston |
|---|
| 34 | # api dependency |
|---|
| 35 | # django-css |
|---|
| 36 | # chardet |
|---|
| 37 | feedparser |
|---|
| 38 | PIL |
|---|
| 39 | BeautifulSoup |
|---|
| 40 | html5lib |
|---|
| 41 | pytz |
|---|
| 42 | simplejson |
|---|
| 43 | pyyaml |
|---|
| 44 | south |
|---|
| 45 | # psycopg2/mysql should be optional dependencies ... possible with buildout ??? |
|---|
| 46 | # magic ???????? http://www.jsnp.net/code/magic.py ??? impossible to include this dependency |
|---|
| 47 | # utidylib ?????? http://download.berlios.de/utidylib/uTidylib-0.2.zip |
|---|
| 48 | |
|---|
| 49 | [django-extensions] |
|---|
| 50 | recipe=zerokspot.recipe.git |
|---|
| 51 | repository=git://github.com/django-extensions/django-extensions.git |
|---|
| 52 | #rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c |
|---|
| 53 | |
|---|
| 54 | [django-piston] |
|---|
| 55 | recipe = mercurialrecipe |
|---|
| 56 | repository = http://bitbucket.org/jespern/django-piston |
|---|
| 57 | |
|---|
| 58 | [omelette] |
|---|
| 59 | recipe = collective.recipe.omelette |
|---|
| 60 | eggs = ${django:eggs} |
|---|
Note: See
TracBrowser
for help on using the repository browser.