nose plugin for coverage reporting, including subprocesses and multiprocessing.

WWW: https://pypi.python.org/pypi/nose-cov/

PR:		205068
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
This commit is contained in:
Martin Wilke 2015-12-24 19:36:03 +00:00
parent 4158dfa826
commit 1e7e857539
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404388
4 changed files with 27 additions and 0 deletions

View file

@ -4150,6 +4150,7 @@
SUBDIR += py-natural
SUBDIR += py-ncurses
SUBDIR += py-nose
SUBDIR += py-nose-cov
SUBDIR += py-notifier
SUBDIR += py-notify
SUBDIR += py-ocempgui

View file

@ -0,0 +1,21 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= nose-cov
PORTVERSION= 1.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Nose plugin for coverage reporting
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (nose-cov-1.6.tar.gz) = 8bec0335598f1cc69e3262cc50d7678c1a6010fa44625ce343c4ec1500774412
SIZE (nose-cov-1.6.tar.gz) = 5352

View file

@ -0,0 +1,3 @@
nose plugin for coverage reporting, including subprocesses and multiprocessing.
WWW: https://pypi.python.org/pypi/nose-cov/