diff --git a/devel/py-stestr/Makefile b/devel/py-stestr/Makefile index 21f1472c81ab..71dd4365048c 100644 --- a/devel/py-stestr/Makefile +++ b/devel/py-stestr/Makefile @@ -1,29 +1,30 @@ PORTNAME= stestr PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parallel Python test runner built around subunit WWW= https://stestr.readthedocs.io/en/latest/ \ https://github.com/mtreinish/stestr LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.12<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fixtures>=3.0.0:devel/py-fixtures@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-subunit>=1.3.0:devel/py-python-subunit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-subunit>=1.4.0:devel/py-python-subunit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.10.0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testtools>=2.2.0:devel/py-testtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11.6:textproc/py-tomlkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}voluptuous>=0.8.9:devel/py-voluptuous@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-stestr/files/patch-pyproject.toml b/devel/py-stestr/files/patch-pyproject.toml deleted file mode 100644 index 86b323610e47..000000000000 --- a/devel/py-stestr/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2025-04-21 18:53:56 UTC -+++ pyproject.toml -@@ -28,7 +28,7 @@ dependencies = [ - requires-python = ">=3.8" - dependencies = [ - "cliff>=2.8.0", -- "python-subunit>=1.4.0", -+ "python-subunit>=1.3.0", - "fixtures>=3.0.0", - "testtools>=2.2.0", - "PyYAML>=3.10.0",