pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py27-test-cov devel/py27-test-cov: import py27-t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c13a8e94447
branches:  trunk
changeset: 383871:6c13a8e94447
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 24 08:34:46 2022 +0000

description:
devel/py27-test-cov: import py27-test-cov-2.12.1nb1

This plugin produces coverage reports. It supports centralised
testing and distributed testing in both load and each modes. It
also supports coverage of subprocesses.

This package contains a version supporting python 2.7.

diffstat:

 devel/py27-test-cov/DESCR    |   5 +++++
 devel/py27-test-cov/Makefile |  24 ++++++++++++++++++++++++
 devel/py27-test-cov/PLIST    |  24 ++++++++++++++++++++++++
 devel/py27-test-cov/distinfo |   5 +++++
 4 files changed, 58 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r f4a7e52166bf -r 6c13a8e94447 devel/py27-test-cov/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py27-test-cov/DESCR Wed Aug 24 08:34:46 2022 +0000
@@ -0,0 +1,5 @@
+This plugin produces coverage reports. It supports centralised
+testing and distributed testing in both load and each modes. It
+also supports coverage of subprocesses.
+
+This package contains a version supporting python 2.7.
diff -r f4a7e52166bf -r 6c13a8e94447 devel/py27-test-cov/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py27-test-cov/Makefile      Wed Aug 24 08:34:46 2022 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2022/08/24 08:34:46 wiz Exp $
+
+DISTNAME=      pytest-cov-2.12.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION=   1
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-cov/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pytest-dev/pytest-cov
+COMMENT=       Pytest plugin for measuring coverage
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py-coverage
+DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test4
+DEPENDS+=      ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
+
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_ACCEPTED=      27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f4a7e52166bf -r 6c13a8e94447 devel/py27-test-cov/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py27-test-cov/PLIST Wed Aug 24 08:34:46 2022 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/24 08:34:46 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}/pytest-cov.pth
+${PYSITELIB}/pytest_cov/__init__.py
+${PYSITELIB}/pytest_cov/__init__.pyc
+${PYSITELIB}/pytest_cov/__init__.pyo
+${PYSITELIB}/pytest_cov/compat.py
+${PYSITELIB}/pytest_cov/compat.pyc
+${PYSITELIB}/pytest_cov/compat.pyo
+${PYSITELIB}/pytest_cov/embed.py
+${PYSITELIB}/pytest_cov/embed.pyc
+${PYSITELIB}/pytest_cov/embed.pyo
+${PYSITELIB}/pytest_cov/engine.py
+${PYSITELIB}/pytest_cov/engine.pyc
+${PYSITELIB}/pytest_cov/engine.pyo
+${PYSITELIB}/pytest_cov/plugin.py
+${PYSITELIB}/pytest_cov/plugin.pyc
+${PYSITELIB}/pytest_cov/plugin.pyo
diff -r f4a7e52166bf -r 6c13a8e94447 devel/py27-test-cov/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py27-test-cov/distinfo      Wed Aug 24 08:34:46 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/24 08:34:46 wiz Exp $
+
+BLAKE2s (pytest-cov-2.12.1.tar.gz) = c7e0e492945f85217efa4f91d706edd598e740a49b18a8e07e69c5ebd6c9f8b3
+SHA512 (pytest-cov-2.12.1.tar.gz) = 4c234178febeba1ce93ec0804c3efe181d5d88db9ac02effe14e62eb3b0f7ca1f8757fb4f360551e0d3e35a3b6207892afea85611a49db6c71a2dbaacabc5375
+Size (pytest-cov-2.12.1.tar.gz) = 60395 bytes



Home | Main Index | Thread Index | Old Index