pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-forked
Module Name: pkgsrc
Committed By: adam
Date: Sun Aug 9 06:26:53 UTC 2026
Modified Files:
pkgsrc/devel/py-test-forked: Makefile PLIST distinfo
Log Message:
py-test-forked: updated to 1.7.5
1.7.5
* Drop support for EOL Python versions: 3.7, 3.8, 3.9.
* Print proper child process exit status.
* Removed dependency to `py <https://pypi.org/project/py>`__.
* Fix tests marked with `@pytest.mark.forked` in pytest 7+.
* pytest >= 7 is now required.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-forked/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-forked/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-forked/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-forked/Makefile
diff -u pkgsrc/devel/py-test-forked/Makefile:1.11 pkgsrc/devel/py-test-forked/Makefile:1.12
--- pkgsrc/devel/py-test-forked/Makefile:1.11 Mon Apr 24 07:18:17 2023
+++ pkgsrc/devel/py-test-forked/Makefile Sun Aug 9 06:26:53 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2023/04/24 07:18:17 adam Exp $
+# $NetBSD: Makefile,v 1.12 2026/08/09 06:26:53 adam Exp $
-DISTNAME= pytest-forked-1.6.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+DISTNAME= pytest_forked-1.7.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-forked/}
@@ -10,16 +10,11 @@ HOMEPAGE= https://github.com/pytest-dev/
COMMENT= Run tests in isolated forked subprocesses
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-DEPENDS+= ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py
-DEPENDS+= ${PYPKGPREFIX}-test>=3.10:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.3:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-test>=7:../../devel/py-test
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} testing
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-forked/PLIST
diff -u pkgsrc/devel/py-test-forked/PLIST:1.1 pkgsrc/devel/py-test-forked/PLIST:1.2
--- pkgsrc/devel/py-test-forked/PLIST:1.1 Mon Aug 14 19:46:10 2017
+++ pkgsrc/devel/py-test-forked/PLIST Sun Aug 9 06:26:53 2026
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/14 19:46:10 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.2 2026/08/09 06:26:53 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
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pytest_forked/__init__.py
-${PYSITELIB}/pytest_forked/__init__.pyo
${PYSITELIB}/pytest_forked/__init__.pyc
+${PYSITELIB}/pytest_forked/__init__.pyo
Index: pkgsrc/devel/py-test-forked/distinfo
diff -u pkgsrc/devel/py-test-forked/distinfo:1.9 pkgsrc/devel/py-test-forked/distinfo:1.10
--- pkgsrc/devel/py-test-forked/distinfo:1.9 Mon Apr 24 07:18:17 2023
+++ pkgsrc/devel/py-test-forked/distinfo Sun Aug 9 06:26:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/04/24 07:18:17 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/08/09 06:26:53 adam Exp $
-BLAKE2s (pytest-forked-1.6.0.tar.gz) = 151b48422199e699157c77484763a65876ccffe57b970ba68f1ada9f73ab30dc
-SHA512 (pytest-forked-1.6.0.tar.gz) = 28fedc56fd696a4e7cf528034056849eff14094d5e7f0e94c7c477a7e91e42c08988769cf6f40d25fe8823399e552253cde2198121dd6a9e475fb6a8ce358cad
-Size (pytest-forked-1.6.0.tar.gz) = 9977 bytes
+BLAKE2s (pytest_forked-1.7.5.tar.gz) = 99b075667784ad393970739c40cfef1c969107e0a49c2fc2c821f816546c16b5
+SHA512 (pytest_forked-1.7.5.tar.gz) = 0aa6748a24e7e2fb6e4d217e4a0fb8b0a2c9f680a8c7db1dfd168a646ca15c5f303db9be4aa459d02d5686b7cf580b20f73a4ce8911bb9ae2d45ca0450ed63a5
+Size (pytest_forked-1.7.5.tar.gz) = 12981 bytes
Home |
Main Index |
Thread Index |
Old Index