pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb 10 16:32:12 UTC 2025

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

Log Message:
py-test-check: updated to 2.4.2

2.4.2

Modified
- Add testing for Python 3.13 to GH actions
- Add testing for Python 3.13 and 3.14 to tox.ini
- Switch packackaching from flit to hatchling


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-check/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-check/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-test-check/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-check/Makefile
diff -u pkgsrc/devel/py-test-check/Makefile:1.11 pkgsrc/devel/py-test-check/Makefile:1.12
--- pkgsrc/devel/py-test-check/Makefile:1.11    Thu Aug 29 12:27:12 2024
+++ pkgsrc/devel/py-test-check/Makefile Mon Feb 10 16:32:12 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/08/29 12:27:12 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/02/10 16:32:12 adam Exp $
 
-DISTNAME=      pytest_check-2.4.1
+DISTNAME=      pytest_check-2.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-check/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/okken/pytes
 COMMENT=       Pytest plugin that allows multiple failures per test
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-test-check/PLIST
diff -u pkgsrc/devel/py-test-check/PLIST:1.2 pkgsrc/devel/py-test-check/PLIST:1.3
--- pkgsrc/devel/py-test-check/PLIST:1.2        Sat Oct 28 19:57:06 2023
+++ pkgsrc/devel/py-test-check/PLIST    Mon Feb 10 16:32:12 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:06 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.3 2025/02/10 16:32:12 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/pytest_check/__init__.py
 ${PYSITELIB}/pytest_check/__init__.pyc
 ${PYSITELIB}/pytest_check/__init__.pyo

Index: pkgsrc/devel/py-test-check/distinfo
diff -u pkgsrc/devel/py-test-check/distinfo:1.10 pkgsrc/devel/py-test-check/distinfo:1.11
--- pkgsrc/devel/py-test-check/distinfo:1.10    Thu Aug 29 12:27:12 2024
+++ pkgsrc/devel/py-test-check/distinfo Mon Feb 10 16:32:12 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/08/29 12:27:12 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/02/10 16:32:12 adam Exp $
 
-BLAKE2s (pytest_check-2.4.1.tar.gz) = 1850afc3ade992c91eafce1a85bbf14d3eba710c7832a986692f4cb989ef6070
-SHA512 (pytest_check-2.4.1.tar.gz) = a334425d5aba77b574bcddad8d9a15ffac1638df1ab3b2aeceb4c1580a3871a36431a7d287e1cc1d272bd57b92c1f6e65c3976fdd1793935bfc357916b15b11a
-Size (pytest_check-2.4.1.tar.gz) = 28933 bytes
+BLAKE2s (pytest_check-2.4.2.tar.gz) = 8c87e5033dc7e21c05c5c7bc0704c1683524223a0284c940be07e0df56e24f78
+SHA512 (pytest_check-2.4.2.tar.gz) = 62786df10e409738421ef2a2e94c5419f62a8152342f06477c9fafabc075f38d84a3892f1a1db40aac65e8c0d027ca42e3d0852488ae5cda55c1b07a60e95de3
+Size (pytest_check-2.4.2.tar.gz) = 25569 bytes



Home | Main Index | Thread Index | Old Index