Source
PortSystem 1.0
PortGroup python 1.0
name py-nose-exclude
set real_name nose-exclude
version 0.1.7
python.versions 27 34
categories-append devel
platforms darwin
license GNU LGPL
maintainers nomaintainer
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 pypi:n/${real_name}
distname ${real_name}-${version}
checksums rmd160 ff768e17638f1869a1633dfd97594c731787b841 \
sha256 059dc0b30c222498692e3259f2853c3a396ae1124519b644238599b74a03656a
if {${name} ne ${subport}} {
depends_lib port:py${python.version}-nose
}