# $Id: Portfile 88421 2012-01-02 01:09:15Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-nose-skipreq
set real_name       nose-skipreq
version             2.0
python.versions     24 25 26 27 31 32
categories-append   devel
platforms           darwin
license             BSD
maintainers         singingwolfboy openmaintainer
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        http://pypi.python.org/packages/source/n/${real_name}
distname            ${real_name}-${version}
checksums           rmd160  dff213fdb5683a5e58325028f6bbff0c78561942 \
                    sha256  0d697fb3231989da7af888051d6cf5b0c69f56fbd5741eb13871d092cb61a7b4

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