pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 12 09:52:42 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-cov: Makefile PLIST distinfo

Log Message:
py-test-cov: updated to 5.0.0

5.0.0 (2024-03-24)

* Removed support for xdist rsync (now deprecated).
* Switched docs theme to Furo.
* Various legacy Python cleanup and CI improvements.
* Added a ``pyproject.toml`` example in the docs.
* Modernized project's pre-commit hooks to use ruff. Initial POC contributed by


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-test-cov/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-cov/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-test-cov/distinfo

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

Modified files:

Index: pkgsrc/devel/py-test-cov/Makefile
diff -u pkgsrc/devel/py-test-cov/Makefile:1.22 pkgsrc/devel/py-test-cov/Makefile:1.23
--- pkgsrc/devel/py-test-cov/Makefile:1.22      Fri May 26 19:51:10 2023
+++ pkgsrc/devel/py-test-cov/Makefile   Fri Apr 12 09:52:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2023/05/26 19:51:10 adam Exp $
+# $NetBSD: Makefile,v 1.23 2024/04/12 09:52:42 adam Exp $
 
-DISTNAME=      pytest-cov-4.1.0
+DISTNAME=      pytest-cov-5.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-cov/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/pytest-dev/
 COMMENT=       Pytest plugin for measuring coverage
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.3.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py-coverage
 DEPENDS+=      ${PYPKGPREFIX}-test>=4.6:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-fields-[0-9]*:../../devel/py-fields
@@ -26,8 +28,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 # 3 failed, 115 passed, 6 skipped, 4 xpassed, 1 warning
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-cov/PLIST
diff -u pkgsrc/devel/py-test-cov/PLIST:1.2 pkgsrc/devel/py-test-cov/PLIST:1.3
--- pkgsrc/devel/py-test-cov/PLIST:1.2  Mon Aug 22 13:27:47 2016
+++ pkgsrc/devel/py-test-cov/PLIST      Fri Apr 12 09:52:42 2024
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2016/08/22 13:27:47 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
+@comment $NetBSD: PLIST,v 1.3 2024/04/12 09:52:42 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pytest-cov.pth
 ${PYSITELIB}/pytest_cov/__init__.py
 ${PYSITELIB}/pytest_cov/__init__.pyc

Index: pkgsrc/devel/py-test-cov/distinfo
diff -u pkgsrc/devel/py-test-cov/distinfo:1.20 pkgsrc/devel/py-test-cov/distinfo:1.21
--- pkgsrc/devel/py-test-cov/distinfo:1.20      Fri May 26 19:51:10 2023
+++ pkgsrc/devel/py-test-cov/distinfo   Fri Apr 12 09:52:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/05/26 19:51:10 adam Exp $
+$NetBSD: distinfo,v 1.21 2024/04/12 09:52:42 adam Exp $
 
-BLAKE2s (pytest-cov-4.1.0.tar.gz) = 86a350425f7b7fcf6dfd701cb1c0951bdbcec618dcfe2084dd5523917b09d9c5
-SHA512 (pytest-cov-4.1.0.tar.gz) = 1280e338ad236ae6757e4538a641fef740bee6c85c5af1f649ba4f28fd99f84ff1048ae40b8633d1751ea248788c1efd401aa078b3aa5929a9249514e5722fc1
-Size (pytest-cov-4.1.0.tar.gz) = 63245 bytes
+BLAKE2s (pytest-cov-5.0.0.tar.gz) = e75d4e44db9da9e7bb2093d656999f26cc20231babcd0bc96ca4b0ec1d02af57
+SHA512 (pytest-cov-5.0.0.tar.gz) = 384459cafdb800711b935899acc3716f5fcbc28b40be0e168e58333603b1dea474bbd7a92f09b6afbe2f9dc1ce8599668a787c0f93884c263af894f44311a4a6
+Size (pytest-cov-5.0.0.tar.gz) = 63042 bytes



Home | Main Index | Thread Index | Old Index