# $Id: Portfile 67420 2010-05-09 05:02:52Z perry@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-webtest
version                 1.2.1
maintainers             perry openmaintainer
platforms               darwin

description             Helper to test WSGI applications
long_description        ${description}
license                 MIT
homepage                http://pypi.python.org/pypi/WebTest/

livecheck.regex         {: WebTest (.+)<}
livecheck.type          regex
livecheck.url           ${homepage}

depends_build-append    port:py26-distribute
depends_lib-append      port:py26-webob

distname                WebTest-${version}
master_sites            http://pypi.python.org/packages/source/W/WebTest/

checksums               rmd160 e3602b06cef444fca094fc38035ae9080693cfcf
