# $Id: Portfile 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem        	1.0
PortGroup         	python25 1.0

name                py25-werkzeug
version             0.5.1
categories-append   devel
depends_lib-append  port:py25-distribute
platforms           darwin
maintainers         arthurk openmaintainer

homepage            http://werkzeug.pocoo.org/
description         The Swiss Army knife of Python web development
long_description    Werkzeug started as simple collection of various \
    utilities for WSGI applications and has become one of the most advanced \
    WSGI utility modules. It includes a powerful debugger, full 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.\
    \
    Werkzeug is unicode aware and doesn't enforce a specific template engine, \
    database adapter or anything else. It doesn't even enforce a specific way \
    of handling requests and leaves all that up to the developer. It's most \
    useful for end user applications which should work on as many server \
    environments as possible (such as blogs, wikis, bulletin boards, etc.).

master_sites        http://pypi.python.org/packages/source/W/Werkzeug/
distname            Werkzeug-${version}
use_zip             yes
checksums           md5     620955f34b8424c92674fe76d5c47679 \
                    sha1    8145f16c86f31404ba30183a2040acfa21e6ee84 \
                    rmd160  4bbe46307f9a896a8203ca70dc2d8d298eae3381

livecheck.type      regex
livecheck.url       http://pypi.python.org/pypi/Werkzeug/
livecheck.regex     Werkzeug (0\.\[0-9\]+\.\[0-9\]+)
