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

PortSystem          1.0
PortGroup           python 1.0

name                py-nosexcover
set real_name       nosexcover
version             1.0.7
python.versions     24 25 26 27 31 32
categories-append   devel
platforms           darwin
license             BSD
maintainers         singingwolfboy openmaintainer
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            http://pypi.python.org/pypi/nosexcover
master_sites        http://pypi.python.org/packages/source/n/${real_name}
distname            ${real_name}-${version}

checksums           rmd160  6392ae2bf8a871e0f04bd0f64f4cc7612a2423be \
                    sha256  2284c504e7ca9c5e36e5777f354b9224dff1f68d52f63aba62a0d50a241a824b

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