# -*- 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_xunitmp
version             0.4.1
revision            0
maintainers         nomaintainer

description         Xunit output when running multiprocess tests using nose

long_description    Nose plugin that makes xunit xml reports work when\
                    running tests on more than one cpu.

platforms           darwin
supported_archs     noarch
license             MIT

homepage            https://github.com/Ignas/nose_xunitmp

master_sites        pypi:n/${python.rootname}/
distname            ${python.rootname}-${version}

checksums           rmd160  92c0a9a7f9e6fa9a9c8ddcff212c49063e59439d \
                    sha256  c2df72f4760751d30153d473822aabf1a7c3d462f664aa7f7fdb8dc626dc7c40 \
                    size    2885

python.versions     37 38 39

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

    depends_lib-append \
                    port:py${python.version}-nose

    livecheck.type  none
}

