buildout.cfg
author raph
Mon, 22 Mar 2010 11:02:39 +0100
changeset 224 cc85d241b81d
parent 29 644cf0d39b25
child 283 875e57f5f6ac
child 286 b8672f57ba3c
child 287 fc5ed157ebfe
permissions -rw-r--r--
Merge with 849f10e1beec1446cb030ec31448be1e82c81a6f

[buildout]
newest=false
parts = 
	django
	python
	django-extensions
develop = .

[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${django:eggs}

[django]
recipe = djangorecipe
version = 1.1.1
# trunk
project = cm
projectegg = cm
wsgi = true # gen wsgi
settings = settings
#test = cm
pythonpath = src
	src/cm
	${django-extensions:location}
eggs = 
	django-flash
	django-tagging
#	django-css	
	chardet
	feedparser
	PIL
	BeautifulSoup
	html5lib
	pytz
	simplejson
	pyyaml
	south
# psycopg2/mysql should be optional dependencies ... possible with buildout ???
#	magic ???????? http://www.jsnp.net/code/magic.py ??? impossible to include this dependency
#	utidylib ?????? http://download.berlios.de/utidylib/uTidylib-0.2.zip

[django-extensions]
recipe=zerokspot.recipe.git
repository=git://github.com/django-extensions/django-extensions.git
#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c