# $Id: Portfile 68555 2010-06-06 08:31:26Z perry@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-repoze.who-testutil
version                 1.0
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 7d24343ce8998a1df8ede4b70d3d3b102e7678ae
