mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -4150,6 +4150,7 @@
|
||||||
SUBDIR += py-natural
|
SUBDIR += py-natural
|
||||||
SUBDIR += py-ncurses
|
SUBDIR += py-ncurses
|
||||||
SUBDIR += py-nose
|
SUBDIR += py-nose
|
||||||
|
SUBDIR += py-nose-cov
|
||||||
SUBDIR += py-notifier
|
SUBDIR += py-notifier
|
||||||
SUBDIR += py-notify
|
SUBDIR += py-notify
|
||||||
SUBDIR += py-ocempgui
|
SUBDIR += py-ocempgui
|
||||||
|
|
21
devel/py-nose-cov/Makefile
Normal file
21
devel/py-nose-cov/Makefile
Normal 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>
|
2
devel/py-nose-cov/distinfo
Normal file
2
devel/py-nose-cov/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (nose-cov-1.6.tar.gz) = 8bec0335598f1cc69e3262cc50d7678c1a6010fa44625ce343c4ec1500774412
|
||||||
|
SIZE (nose-cov-1.6.tar.gz) = 5352
|
3
devel/py-nose-cov/pkg-descr
Normal file
3
devel/py-nose-cov/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
nose plugin for coverage reporting, including subprocesses and multiprocessing.
|
||||||
|
|
||||||
|
WWW: https://pypi.python.org/pypi/nose-cov/
|
Loading…
Add table
Reference in a new issue