summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg37
1 files changed, 37 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg
new file mode 100644
index 0000000..363cc95
--- /dev/null
+++ b/buildout.cfg
@@ -0,0 +1,37 @@
+[buildout]
+parts = django tagging django-robots 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}
+
+[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
+