# $Id: Portfile 79820 2011-06-27 00:27:18Z singingwolfboy@macports.org $

PortSystem              1.0
PortGroup               python25 1.0

name                    py25-webtest
version                 1.2.3
maintainers             nomaintainer
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:py25-distribute
depends_lib-append      port:py25-webob

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

checksums               md5     585f9331467e6d99acaba4051c1c5878 \
                        sha1    2bf3c6a11b948c6b166935bbd73a3a0a40e458e5 \
                        rmd160  41cee0779ed26fb484d692e7cbff165c46335095
