# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-nose-exclude
version             0.5.0
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             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            https://github.com/kgrandis/nose-exclude

checksums           rmd160  500c44724e2c350803d8502d891217e12eb6a17d \
                    sha256  f78fa8b41eeb815f0486414f710f1eea0949e346cfb11d59ba6295ed69e84304 \
                    size    7359

python.versions     37 38

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