buildout.cfg
author Parth buch <parth.buch.115@gmail.com>
Sat, 03 Dec 2011 12:51:00 +0530
branch2011
changeset 491 3c981ecb6b8e
parent 389 fe49720e67bf
child 477 54e05b1ec765
permissions -rw-r--r--
updated the schedule

[buildout]
parts = django tagging django-robots south reportlab
eggs = 
    Werkzeug
    PIL
    docutils

[versions]
django        = 1.3
reportlab=2.5
django=1.3

[reportlab]
recipe=zc.recipe.egg
eggs=
    reportlab
find-links=
    http://distfiles.minitage.org/public/externals/minitage/

[django]
recipe = djangorecipe
settings = production
eggs =
    ${buildout:eggs}
    ${reportlab:eggs}
pythonpath = 
    ${tagging:location}
    ${django-robots:location}
    ${south:location}

[tagging]
recipe = infrae.subversion
urls = http://django-tagging.googlecode.com/svn/trunk/ .

[django-robots]
recipe = zerokspot.recipe.git
repository = https://github.com/jezdez/django-robots.git

[south]
recipe = mercurialrecipe
repository = http://bitbucket.org/andrewgodwin/south/