diff --git a/devel/py-cucumber-tag-expressions/Makefile b/devel/py-cucumber-tag-expressions/Makefile index acf528547b97..7ed570b7ff1f 100644 --- a/devel/py-cucumber-tag-expressions/Makefile +++ b/devel/py-cucumber-tag-expressions/Makefile @@ -1,22 +1,24 @@ PORTNAME= cucumber-tag-expressions PORTVERSION= 9.1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= cucumber_tag_expressions-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provide a tag-expression parser and evaluation logic for cucumber/behave WWW= https://github.com/cucumber/tag-expressions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0.10.0:devel/py-uv-build@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.12:devel/py-flit-core@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 +MAKE_ENV= SOURCE_DATE_EPOCH=315532800 # 1980-01-01 00:00:00 UTC NO_ARCH= yes .include diff --git a/devel/py-cucumber-tag-expressions/files/patch-pyproject.toml b/devel/py-cucumber-tag-expressions/files/patch-pyproject.toml index 20d351041da8..4492d77569ca 100644 --- a/devel/py-cucumber-tag-expressions/files/patch-pyproject.toml +++ b/devel/py-cucumber-tag-expressions/files/patch-pyproject.toml @@ -1,10 +1,11 @@ ---- pyproject.toml.orig 2026-04-28 05:17:17 UTC +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC +++ pyproject.toml -@@ -1,6 +1,6 @@ build-backend = "uv_build" +@@ -1,6 +1,6 @@ [build-system] - build-backend = "uv_build" +-build-backend = "uv_build" -requires = ["uv_build>=0.10.0,<0.11.0"] -+requires = ["uv_build>=0.10.0"] ++requires = ["flit-core >= 3.12"] ++build-backend = "flit_core.buildapi" [project] name = "cucumber-tag-expressions"