Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1954F7A2CB for ; Sun, 9 Oct 2016 08:10:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8533085E6F; Sun, 9 Oct 2016 08:10:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1682F85E60 for ; Sun, 9 Oct 2016 08:10:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ji6Jxh9C8XNW for ; Sun, 9 Oct 2016 08:10:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8EBBF84C86 for ; Sun, 9 Oct 2016 08:10:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89E4DFBD2; Sun, 9 Oct 2016 08:10:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147600065281750" MIME-Version: 1.0 Date: Sun, 9 Oct 2016 08:10:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-nosexcover To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161009081052.89E4DFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147600065281750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Oct 9 08:10:52 UTC 2016 Added Files: pkgsrc/devel/py-nosexcover: DESCR Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-nosexcover/DESCR \ pkgsrc/devel/py-nosexcover/Makefile pkgsrc/devel/py-nosexcover/PLIST \ pkgsrc/devel/py-nosexcover/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147600065281750 Content-Disposition: inline Content-Length: 2799 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-nosexcover/DESCR diff -u /dev/null pkgsrc/devel/py-nosexcover/DESCR:1.1 --- /dev/null Sun Oct 9 08:10:52 2016 +++ pkgsrc/devel/py-nosexcover/DESCR Sun Oct 9 08:10:52 2016 @@ -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. Index: pkgsrc/devel/py-nosexcover/Makefile diff -u /dev/null pkgsrc/devel/py-nosexcover/Makefile:1.1 --- /dev/null Sun Oct 9 08:10:52 2016 +++ pkgsrc/devel/py-nosexcover/Makefile Sun Oct 9 08:10:52 2016 @@ -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 +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" Index: pkgsrc/devel/py-nosexcover/PLIST diff -u /dev/null pkgsrc/devel/py-nosexcover/PLIST:1.1 --- /dev/null Sun Oct 9 08:10:52 2016 +++ pkgsrc/devel/py-nosexcover/PLIST Sun Oct 9 08:10:52 2016 @@ -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 Index: pkgsrc/devel/py-nosexcover/distinfo diff -u /dev/null pkgsrc/devel/py-nosexcover/distinfo:1.1 --- /dev/null Sun Oct 9 08:10:52 2016 +++ pkgsrc/devel/py-nosexcover/distinfo Sun Oct 9 08:10:52 2016 @@ -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 --_----------=_147600065281750--