Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jun 2026 06:28:33 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d16922a071e1 - main - devel/py-junitparser: update 5=?utf-8?Q?=2E0.0 =E2=86=92?= 5.0.1
Message-ID:  <6a266111.3b363.2bc170e0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit d16922a071e142062983c7611cebf2d56a32158e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-08 02:20:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-08 06:28:12 +0000

    devel/py-junitparser: update 5.0.0 → 5.0.1
---
 devel/py-junitparser/Makefile | 14 +++++++-------
 devel/py-junitparser/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/devel/py-junitparser/Makefile b/devel/py-junitparser/Makefile
index 56a89f87b8ea..fa4cdb677624 100644
--- a/devel/py-junitparser/Makefile
+++ b/devel/py-junitparser/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	junitparser
-DISTVERSION=	5.0.0
+DISTVERSION=	5.0.1
 CATEGORIES=	devel net
 #MASTER_SITES=	PYPI # some test files are missing
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,7 @@ WWW=		https://junitparser.readthedocs.io/en/latest/ \
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uv-build>0:devel/py-uv-build@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	pep517 concurrent autoplist pytest
@@ -23,9 +22,10 @@ GH_ACCOUNT=	weiwei
 NO_ARCH=	yes
 TEST_ARGS=	tests
 
-# tests as of 5.0.0:
-# Results (1.70s):
-#        381 passed
-#          2 skipped
+post-patch:
+	@${REINPLACE_CMD} -e 's|version = _dist_version("junitparser")|version = "${DISTVERSION}"|' \
+		${WRKSRC}/src/junitparser/__init__.py
+
+# tests as of 5.0.1: 127 passed, 2 skipped in 0.51s
 
 .include <bsd.port.mk>
diff --git a/devel/py-junitparser/distinfo b/devel/py-junitparser/distinfo
index 6e37b2a2aedc..c7278f3e5f5e 100644
--- a/devel/py-junitparser/distinfo
+++ b/devel/py-junitparser/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1775964489
-SHA256 (weiwei-junitparser-5.0.0_GH0.tar.gz) = e65bfd1d77bd283b54232233fd9751ed0e28325bfe106fc9590937728e6a1685
-SIZE (weiwei-junitparser-5.0.0_GH0.tar.gz) = 29819
+TIMESTAMP = 1780883419
+SHA256 (weiwei-junitparser-5.0.1_GH0.tar.gz) = fa951156b015c7d41c8966ce17f5b00055f69b8076a07f0ffaf0019eabe31d7d
+SIZE (weiwei-junitparser-5.0.1_GH0.tar.gz) = 59607


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a266111.3b363.2bc170e0>