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,31 +1,31 @@ PORTNAME= junitparser -DISTVERSION= 5.0.0 +DISTVERSION= 5.0.1 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} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>0:devel/py-uv-build@${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 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 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