summaryrefslogtreecommitdiff
path: root/devel/py-stestr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-stestr')
-rw-r--r--devel/py-stestr/Makefile3
-rw-r--r--devel/py-stestr/files/patch-pyproject.toml11
2 files changed, 2 insertions, 12 deletions
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,5 +1,6 @@
PORTNAME= stestr
PORTVERSION= 4.2.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ 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} \
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",