pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py27-test-cov



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 24 08:34:46 UTC 2022

Added Files:
        pkgsrc/devel/py27-test-cov: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py27-test-cov/DESCR \
    pkgsrc/devel/py27-test-cov/Makefile pkgsrc/devel/py27-test-cov/PLIST \
    pkgsrc/devel/py27-test-cov/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py27-test-cov/DESCR
diff -u /dev/null pkgsrc/devel/py27-test-cov/DESCR:1.1
--- /dev/null   Wed Aug 24 08:34:46 2022
+++ pkgsrc/devel/py27-test-cov/DESCR    Wed Aug 24 08:34:46 2022
@@ -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.
Index: pkgsrc/devel/py27-test-cov/Makefile
diff -u /dev/null pkgsrc/devel/py27-test-cov/Makefile:1.1
--- /dev/null   Wed Aug 24 08:34:46 2022
+++ pkgsrc/devel/py27-test-cov/Makefile Wed Aug 24 08:34:46 2022
@@ -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"
Index: pkgsrc/devel/py27-test-cov/PLIST
diff -u /dev/null pkgsrc/devel/py27-test-cov/PLIST:1.1
--- /dev/null   Wed Aug 24 08:34:46 2022
+++ pkgsrc/devel/py27-test-cov/PLIST    Wed Aug 24 08:34:46 2022
@@ -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
Index: pkgsrc/devel/py27-test-cov/distinfo
diff -u /dev/null pkgsrc/devel/py27-test-cov/distinfo:1.1
--- /dev/null   Wed Aug 24 08:34:46 2022
+++ pkgsrc/devel/py27-test-cov/distinfo Wed Aug 24 08:34:46 2022
@@ -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