Import py-test-cov 1.8.1, a regress dependency for py-jwt, from Johan
Huldtgren. py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing ok sthen@
This commit is contained in:
parent
d19326bb2c
commit
02c6077ae6
19
devel/py-test-cov/Makefile
Normal file
19
devel/py-test-cov/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2015/06/26 07:34:01 landry Exp $
|
||||
|
||||
COMMENT = library for stubbing in Python
|
||||
|
||||
MODPY_EGG_VERSION = 1.8.1
|
||||
DISTNAME = pytest-cov-${MODPY_EGG_VERSION}
|
||||
PKGNAME = ${DISTNAME:S/py/py-/}
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://pypi.python.org/pypi/pytest-cov
|
||||
|
||||
# BSD3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODULES = lang/python
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-test-cov/distinfo
Normal file
2
devel/py-test-cov/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pytest-cov-1.8.1.tar.gz) = MeUZjAbykOHoE9MN3QY6BAHZ46aYEpykQmd4FnOnEoU=
|
||||
SIZE (pytest-cov-1.8.1.tar.gz) = 8649
|
3
devel/py-test-cov/pkg/DESCR
Normal file
3
devel/py-test-cov/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
py.test plugin for coverage reporting with support for both
|
||||
centralised and distributed testing, including subprocesses and
|
||||
multiprocessing
|
11
devel/py-test-cov/pkg/PLIST
Normal file
11
devel/py-test-cov/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/06/26 07:34:01 landry Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_cov-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_cov-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_cov-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_cov-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_cov-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_cov-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_cov-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_cov-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_cov.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_cov.pyc
|
Loading…
x
Reference in New Issue
Block a user