dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 0658e870dd5fbb2f99ebb4d9f898a8b01a8380da
parent 38bc4950b8605c79073d2ad6f16908c09b57f82f
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 31 Oct 2010 15:12:00 +1000

added Werkzeug

Diffstat:
Apackages/dev-python/Werkzeug/Werkzeug-0.6.2.exheres-0 | 29+++++++++++++++++++++++++++++
1 file changed, 29 insertions(+), 0 deletions(-)
diff --git a/packages/dev-python/Werkzeug/Werkzeug-0.6.2.exheres-0 b/packages/dev-python/Werkzeug/Werkzeug-0.6.2.exheres-0
@@ -0,0 +1,29 @@
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require pypi distutils [ python_dep=2.5 ]
+
+SUMMARY="Utility library for Python WSGI web applications"
+DESCRIPTION="
+Werkzeug started as a simple collection of various utilities for WSGI applications and has become 
+one of the most advanced WSGI utility modules. It includes a powerful debugger, fully featured 
+request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP 
+dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community 
+contributed addon modules.
+"
+HOMEPAGE="http://werkzeug.pocoo.org/"
+
+LICENCES="BSD-3"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+    test:
+        dev-python/nose
+"
+
+BUGS_TO="djc@djc.id.au"
+
+src_test() {
+    edo make test
+}