# $Id: Portfile 91372 2012-03-31 00:01:43Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-nose-gae
set real_name       NoseGAE
version             0.2.0
python.versions     25 26 27
python.default_version 25
categories-append   devel
platforms           darwin
license             GNU LGPL
maintainers         singingwolfboy openmaintainer
description         nose plugin for Google App Engine testing
long_description    ${description}

homepage            http://farmdev.com/projects/nosegae/
master_sites        http://pypi.python.org/packages/source/N/${real_name}
distname            ${real_name}-${version}
checksums           rmd160  902f5fd611eda5e7c1b7f7c8add1188ac35385bd \
                    sha256  021014a96510913c7333241b2be7ec78c427c7f033d8261db2763c4d2cf21e5b

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