dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/dev-python/Werkzeug/Werkzeug-0.6.2.exheres-0 (846B) - raw

      1 # Copyright 2010 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require pypi distutils [ python_dep=2.5 ]
      5 
      6 SUMMARY="Utility library for Python WSGI web applications"
      7 DESCRIPTION="
      8 Werkzeug started as a simple collection of various utilities for WSGI applications and has become 
      9 one of the most advanced WSGI utility modules. It includes a powerful debugger, fully featured 
     10 request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP 
     11 dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community 
     12 contributed addon modules.
     13 "
     14 HOMEPAGE="http://werkzeug.pocoo.org/"
     15 
     16 LICENCES="BSD-3"
     17 SLOT="0"
     18 PLATFORMS="~amd64 ~x86"
     19 
     20 DEPENDENCIES="
     21     test:
     22         dev-python/nose
     23 "
     24 
     25 BUGS_TO="djc@djc.id.au"
     26 
     27 src_test() {
     28     edo make test
     29 }