git: c0ffa3d55eed - main - devel/py-python-subunit: Update to 1.4.4

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Tue, 30 Sep 2025 10:39:30 UTC
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c0ffa3d55eede1d8be5e8eb4f3cac54426f9bb1a

commit c0ffa3d55eede1d8be5e8eb4f3cac54426f9bb1a
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-09-30 10:34:07 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-09-30 10:38:34 +0000

    devel/py-python-subunit: Update to 1.4.4
    
    * Switch to the PEP517 build framework.
    
    * Remove TEST_DEPENDS because some files, which are required for
      the test suite, are not packaged with the sdist tarball.
    
    Changelog since 1.3.0:
    
    https://github.com/testing-cabal/subunit/blob/1.4.4/NEWS
---
 devel/py-python-subunit/Makefile | 12 +++++-------
 devel/py-python-subunit/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/devel/py-python-subunit/Makefile b/devel/py-python-subunit/Makefile
index 0972d6007b63..62170dafa43e 100644
--- a/devel/py-python-subunit/Makefile
+++ b/devel/py-python-subunit/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	python-subunit
-DISTVERSION=	1.3.0
-PORTREVISION=	3
+DISTVERSION=	1.4.4
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,14 +11,13 @@ WWW=		https://launchpad.net/subunit
 LICENSE=	BSD3CLAUSE APACHE20
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}extras>=0:devel/py-extras@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}testtools>=0.9.34:devel/py-testtools@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fixtures>=0:devel/py-fixtures@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}testscenarios>=0:devel/py-testscenarios@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils concurrent autoplist
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 PORTDOCS=	NEWS README.rst
diff --git a/devel/py-python-subunit/distinfo b/devel/py-python-subunit/distinfo
index b1fc63382a01..9f05756b188b 100644
--- a/devel/py-python-subunit/distinfo
+++ b/devel/py-python-subunit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527328728
-SHA256 (python-subunit-1.3.0.tar.gz) = 9607edbee4c1e5a30ff88549ce8d9feb0b9bcbcb5e55033a9d76e86075465cbb
-SIZE (python-subunit-1.3.0.tar.gz) = 99309
+TIMESTAMP = 1757764376
+SHA256 (python-subunit-1.4.4.tar.gz) = 1079363131aa1d3f45259237265bc2e61a77e35f20edfb6e3d1d2558a2cdea34
+SIZE (python-subunit-1.4.4.tar.gz) = 90944