pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-nosexcover Import py-nosexcover-1.0.10 as dev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9864bb81a76f
branches:  trunk
changeset: 353554:9864bb81a76f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 09 08:10:52 2016 +0000

description:
Import py-nosexcover-1.0.10 as devel/py-nosexcover.

Extends nose.plugins.cover to add Cobertura-style XML reports.

Includes nose-xmlcover, a companion to the built-in nose.plugins.cover,
this plugin will write out an XML coverage report to a file named
coverage.xml.

diffstat:

 devel/py-nosexcover/DESCR    |   5 +++++
 devel/py-nosexcover/Makefile |  17 +++++++++++++++++
 devel/py-nosexcover/PLIST    |  17 +++++++++++++++++
 devel/py-nosexcover/distinfo |   6 ++++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 7bad2b9063f9 -r 9864bb81a76f devel/py-nosexcover/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-nosexcover/DESCR Sun Oct 09 08:10:52 2016 +0000
@@ -0,0 +1,5 @@
+Extends nose.plugins.cover to add Cobertura-style XML reports.
+
+Includes nose-xmlcover, a companion to the built-in nose.plugins.cover,
+this plugin will write out an XML coverage report to a file named
+coverage.xml.
diff -r 7bad2b9063f9 -r 9864bb81a76f devel/py-nosexcover/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-nosexcover/Makefile      Sun Oct 09 08:10:52 2016 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2016/10/09 08:10:52 wiz Exp $
+
+DISTNAME=      nosexcover-1.0.10
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nosexcover/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/cmheisel/nose-xcover/
+COMMENT=       Extends nose.plugins.cover to add Cobertura-style XML reports
+#LICENSE=      BSD
+
+DEPENDS+=      ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+DEPENDS+=      ${PYPKGPREFIX}-coverage>=3.4:../../devel/py-coverage
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7bad2b9063f9 -r 9864bb81a76f devel/py-nosexcover/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-nosexcover/PLIST Sun Oct 09 08:10:52 2016 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2016/10/09 08:10:52 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/nosexcover/__init__.py
+${PYSITELIB}/nosexcover/__init__.pyc
+${PYSITELIB}/nosexcover/__init__.pyo
+${PYSITELIB}/nosexcover/nosexcover.py
+${PYSITELIB}/nosexcover/nosexcover.pyc
+${PYSITELIB}/nosexcover/nosexcover.pyo
+${PYSITELIB}/nosexcover/tests.py
+${PYSITELIB}/nosexcover/tests.pyc
+${PYSITELIB}/nosexcover/tests.pyo
diff -r 7bad2b9063f9 -r 9864bb81a76f devel/py-nosexcover/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-nosexcover/distinfo      Sun Oct 09 08:10:52 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/10/09 08:10:52 wiz Exp $
+
+SHA1 (nosexcover-1.0.10.tar.gz) = a098351e562b5f1a6fe3c64d1afa6f6350b636d9
+RMD160 (nosexcover-1.0.10.tar.gz) = 806874d3664c3db03497e9e6348cbc3410b94a49
+SHA512 (nosexcover-1.0.10.tar.gz) = dbc3bc3379676d56711c96a4cf2d6b46ee77b5b04ac6a5fb2d58fee780ee547664738b9c6b248e3af64b3d0b7e6c9b44310c8e7025551df543c547da4239f52a
+Size (nosexcover-1.0.10.tar.gz) = 2744 bytes



Home | Main Index | Thread Index | Old Index