CVS commit: pkgsrc/devel/py-zope.testrunner

"Adam Ciarcinski" <[email protected]> Sat, 1 Aug 2026 14:46:50 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	adam
Date:		Sat Aug  1 14:46:50 UTC 2026

Modified Files:
	pkgsrc/devel/py-zope.testrunner: Makefile distinfo

Log Message:
py-zope.testrunner: updated to 8.3

8.3 (2026-07-30)

- Move package metadata from setup.py to pyproject.toml.

- Add support for Python 3.15: Restore the pre-3.15 behavior of reporting a
  doctest as a single test even if it contains multiple examples.  Python 3.15
  changed ``doctest.DocTestCase`` to report each example as a separate subtest
  which broke zope.testrunner's failure reporting.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-zope.testrunner/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-zope.testrunner/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed) (text/x-diff, 2.1 KB)
Modified files:

Index: pkgsrc/devel/py-zope.testrunner/Makefile
diff -u pkgsrc/devel/py-zope.testrunner/Makefile:1.22 pkgsrc/devel/py-zope.testrunner/Makefile:1.23
--- pkgsrc/devel/py-zope.testrunner/Makefile:1.22	Sun Jan 25 08:14:35 2026
+++ pkgsrc/devel/py-zope.testrunner/Makefile	Sat Aug  1 14:46:50 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2026/01/25 08:14:35 adam Exp $
+# $NetBSD: Makefile,v 1.23 2026/08/01 14:46:50 adam Exp $
 
-DISTNAME=	zope_testrunner-8.2
+DISTNAME=	zope_testrunner-8.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/./}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=z/zope.testrunner/}
@@ -17,11 +17,9 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-zope.testi
 
 USE_LANGUAGES=	# none
 
-TEST_ENV+=	PYTHONPATH=${WRKSRC}/build/lib
+PY_RENAME_BINARIES=	zope-testrunner
 
-post-install:
-	cd ${DESTDIR}${PREFIX}/bin && \
-	${MV} zope-testrunner zope-testrunner-${PYVERSSUFFIX} || ${TRUE}
+TEST_ENV+=	PYTHONPATH=${WRKSRC}/build/lib
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-zope.testrunner/distinfo
diff -u pkgsrc/devel/py-zope.testrunner/distinfo:1.19 pkgsrc/devel/py-zope.testrunner/distinfo:1.20
--- pkgsrc/devel/py-zope.testrunner/distinfo:1.19	Sun Jan 25 08:14:35 2026
+++ pkgsrc/devel/py-zope.testrunner/distinfo	Sat Aug  1 14:46:50 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2026/01/25 08:14:35 adam Exp $
+$NetBSD: distinfo,v 1.20 2026/08/01 14:46:50 adam Exp $
 
-BLAKE2s (zope_testrunner-8.2.tar.gz) = cd68152e39cd33405a17b94735fd264a151ace07d5eb17ee0db78794c9999b42
-SHA512 (zope_testrunner-8.2.tar.gz) = e3f3ff9c292918aa48ce5dd3e054f316cc1873717e5eb3fc7f644df84bfbc528626efdf093c0f7627b9d49de92989f34920660f8fafa5be902ed9635fdae933e
-Size (zope_testrunner-8.2.tar.gz) = 155357 bytes
+BLAKE2s (zope_testrunner-8.3.tar.gz) = ae8e81784d5d206415dd27a495da49d67effc03034b2ebebf38c11bff839e650
+SHA512 (zope_testrunner-8.3.tar.gz) = e0413ca176935485dba359f26780214ded01803f43d1c905b864b8c85f296838856894c297e474a7c3d389d72148725bd2d058ccdf56ebe3276bb7c3f9c33066
+Size (zope_testrunner-8.3.tar.gz) = 156258 bytes