diff --git a/devel/py-cucumber-expressions/Makefile b/devel/py-cucumber-expressions/Makefile index 79306efeccec..29b61fcdfe9f 100644 --- a/devel/py-cucumber-expressions/Makefile +++ b/devel/py-cucumber-expressions/Makefile @@ -1,22 +1,22 @@ PORTNAME= cucumber-expressions -PORTVERSION= 19.0.0 +PORTVERSION= 19.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= cucumber_expressions-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cucumber Expressions - a simpler alternative to Regular Expressions WWW= https://github.com/cucumber/cucumber-expressions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=2.0.0:devel/py-poetry-core@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-cucumber-expressions/distinfo b/devel/py-cucumber-expressions/distinfo index d83c355f956f..c5a6ecc8bedc 100644 --- a/devel/py-cucumber-expressions/distinfo +++ b/devel/py-cucumber-expressions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769874288 -SHA256 (cucumber_expressions-19.0.0.tar.gz) = 8eb5ae46dd03dd37fec1163ace1510529501d7d1868ff372c1ab2cd5aa4543a8 -SIZE (cucumber_expressions-19.0.0.tar.gz) = 13722 +TIMESTAMP = 1779520130 +SHA256 (cucumber_expressions-19.0.1.tar.gz) = 4b5283aed366a6fc37d02d6c42d58a9a2fdca1d17535aaace9b61daabc947cd4 +SIZE (cucumber_expressions-19.0.1.tar.gz) = 13743 diff --git a/devel/py-cucumber-expressions/files/patch-pyproject.toml b/devel/py-cucumber-expressions/files/patch-pyproject.toml index 356ad7936dac..76fb22759789 100644 --- a/devel/py-cucumber-expressions/files/patch-pyproject.toml +++ b/devel/py-cucumber-expressions/files/patch-pyproject.toml @@ -1,11 +1,11 @@ --- pyproject.toml.orig 1970-01-01 00:00:00 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ [build-system] -build-backend = "uv_build" --requires = ["uv_build>=0.9.0,<0.10.0"] +-requires = ["uv_build>=0.11.0,<0.12.0"] +build-backend = "poetry.core.masonry.api" -+requires = ["poetry-core>=1.0.0"] ++requires = ["poetry-core>=2.0.0"] [project] name = "cucumber-expressions"