# -*- 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-nosexcover
version             1.0.11
revision            0
categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer
description         Extends nose.plugins.cover to add Cobertura-style XML reports
long_description  \
    A companion to the built-in nose.plugins.cover, this plugin will write out \
    an XML coverage report to a file named coverage.xml. It will honor all the \
    options you pass to the Nose coverage plugin, especially --cover-package.

homepage            https://github.com/cmheisel/nose-xcover/

checksums           rmd160  410c4d1ca5525e6bcc61c6a9670134637772359a \
                    sha256  298c3c655da587f6cab8a666e9f4b150320032431062dea91353988d45c8b883 \
                    size    2903

python.versions     27

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

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