diff --git a/devel/py-junitparser/Makefile b/devel/py-junitparser/Makefile index f88c51c361bc..56a89f87b8ea 100644 --- a/devel/py-junitparser/Makefile +++ b/devel/py-junitparser/Makefile @@ -1,27 +1,31 @@ PORTNAME= junitparser -DISTVERSION= 4.0.2 +DISTVERSION= 5.0.0 CATEGORIES= devel net #MASTER_SITES= PYPI # some test files are missing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Manipulating JUnit/xUnit Result XML files WWW= https://junitparser.readthedocs.io/en/latest/ \ https://github.com/weiwei/junitparser LICENSE= APACHE20 BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= pep517 concurrent autoplist pytest USE_GITHUB= yes GH_ACCOUNT= weiwei NO_ARCH= yes +TEST_ARGS= tests -# tests as of 4.0.2: 123 passed, 2 skipped in 8.13s +# tests as of 5.0.0: +# Results (1.70s): +# 381 passed +# 2 skipped .include diff --git a/devel/py-junitparser/distinfo b/devel/py-junitparser/distinfo index 54b195d61e02..6e37b2a2aedc 100644 --- a/devel/py-junitparser/distinfo +++ b/devel/py-junitparser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757122225 -SHA256 (weiwei-junitparser-4.0.2_GH0.tar.gz) = 7611c87d8754ec77d75dc650e93713c24d1f923250406df3eeddff1d876365da -SIZE (weiwei-junitparser-4.0.2_GH0.tar.gz) = 29135 +TIMESTAMP = 1775964489 +SHA256 (weiwei-junitparser-5.0.0_GH0.tar.gz) = e65bfd1d77bd283b54232233fd9751ed0e28325bfe106fc9590937728e6a1685 +SIZE (weiwei-junitparser-5.0.0_GH0.tar.gz) = 29819 diff --git a/devel/py-junitparser/files/patch-pyproject.toml b/devel/py-junitparser/files/patch-pyproject.toml new file mode 100644 index 000000000000..7b2b90471a48 --- /dev/null +++ b/devel/py-junitparser/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2026-04-12 03:28:22 UTC ++++ pyproject.toml +@@ -18,8 +18,6 @@ classifiers = [ + "Topic :: Text Processing", + "Programming Language :: Python :: 3", + ] +-license = "Apache-2.0" +-license-files = ["LICENSE"] + keywords = ["junit", "xunit", "xml", "parser"] + + [project.urls]