[buildout] parts = django tagging django-robots eggs = Werkzeug PIL docutils [django] recipe = djangorecipe version = 1.2.1 settings = production eggs = ${buildout:eggs} pythonpath = ${tagging:location} ${django-robots:location} [tagging] recipe = infrae.subversion urls = http://django-tagging.googlecode.com/svn/trunk/ . [django-robots] recipe = mercurialrecipe repository = http://bitbucket.org/jezdez/django-robots/