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

PortSystem          1.0
PortGroup           python 1.0

name                py-nose-exclude
set real_name       nose-exclude
version             0.1.7
python.versions     24 25 26 27 31 32
categories-append   devel
platforms           darwin
license             GNU LGPL
maintainers         singingwolfboy openmaintainer
description         Exclude specific directories from nosetests runs
long_description  \
    Nose plugin that allows you to easily specify directories to be excluded \
    from testing.

homepage            http://bitbucket.org/kgrandis/nose-exclude
master_sites        http://pypi.python.org/packages/source/n/${real_name}
distname            ${real_name}-${version}
checksums           rmd160  ff768e17638f1869a1633dfd97594c731787b841 \
                    sha256  059dc0b30c222498692e3259f2853c3a396ae1124519b644238599b74a03656a

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