PortSystem          1.0
PortGroup           python 1.0

name                py-nose-skipreq
set real_name       nose-skipreq
version             2.0
python.versions     27
categories-append   devel
platforms           darwin
license             BSD
maintainers         nomaintainer
description         nose plugin that will skip Google API RequestError exceptions
long_description  \
    This is a simple nose plugin which acts like the SkipTest plugin for Google's \
    RequestError exception.

homepage            https://github.com/tdavis/nose-skipreq
master_sites        pypi:n/${real_name}
distname            ${real_name}-${version}
checksums           rmd160  dff213fdb5683a5e58325028f6bbff0c78561942 \
                    sha256  0d697fb3231989da7af888051d6cf5b0c69f56fbd5741eb13871d092cb61a7b4

if {${name} ne ${subport}} {
    depends_lib     port:py${python.version}-nose \
                    port:py${python.version}-gdata
}