summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorParth Buch2012-08-28 17:30:19 +0530
committerParth Buch2012-08-28 17:30:19 +0530
commitf0d3f02052585a8bc84860b0ade2b08437acb15d (patch)
treec92f3868e5c292f5343f4c0034db6f816169c083 /buildout.cfg
parent7e38fd922a8dd4742d09758cd1c94fb0302045d3 (diff)
downloadscipywebsite-master.tar.gz
scipywebsite-master.tar.bz2
scipywebsite-master.zip
Added buildoutHEADmaster
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
+