# $Id: Portfile 81202 2011-07-27 02:44:56Z perry@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-repoze.who-testutil
version                 1.0.1
maintainers             perry openmaintainer
platforms               darwin

description             repoze.who-testutil is a repoze.who plugin which modifies \
                        repoze.who's original middleware to make it easier to \
                        forge authentication, without bypassing identification \
                        (this is, running the metadata providers).
long_description        ${description}
license                 BSD
homepage                http://pypi.python.org/pypi/repoze.who-testutil/

livecheck.regex         {>repoze\.who-testutil (.+) :}
livecheck.type          regex
livecheck.url           ${homepage}

depends_build-append    port:py26-distribute
depends_lib-append \
    port:py26-paste \
    port:py26-pastedeploy \
    port:py26-repoze.who \
    port:py26-zopeinterface

distname                repoze.who-testutil-${version}
master_sites            http://pypi.python.org/packages/source/r/repoze.who-testutil/

checksums               rmd160 2ac51812d76244d7491c2d84ae97f3e3f310c2ef
