diff --git a/devel/py-cucumber-tag-expressions/Makefile b/devel/py-cucumber-tag-expressions/Makefile index 5688b9ac5b70..acf528547b97 100644 --- a/devel/py-cucumber-tag-expressions/Makefile +++ b/devel/py-cucumber-tag-expressions/Makefile @@ -1,22 +1,22 @@ PORTNAME= cucumber-tag-expressions PORTVERSION= 9.1.0 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<0.11.0:devel/py-uv-build@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0.10.0:devel/py-uv-build@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 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 new file mode 100644 index 000000000000..20d351041da8 --- /dev/null +++ b/devel/py-cucumber-tag-expressions/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2026-04-28 05:17:17 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ build-backend = "uv_build" + [build-system] + build-backend = "uv_build" +-requires = ["uv_build>=0.10.0,<0.11.0"] ++requires = ["uv_build>=0.10.0"] + + [project] + name = "cucumber-tag-expressions" diff --git a/devel/py-uv-build/Makefile b/devel/py-uv-build/Makefile index c780592d5db6..4e06865b417f 100644 --- a/devel/py-uv-build/Makefile +++ b/devel/py-uv-build/Makefile @@ -1,28 +1,28 @@ PORTNAME= uv-build -DISTVERSION= 0.11.7 +DISTVERSION= 0.11.8 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= UV: Build backend WWW= https://astral.sh/ \ https://docs.astral.sh/uv/ \ https://github.com/astral-sh/uv LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= uv-build:devel/uv USES= python USE_PYTHON= pep517 autoplist NO_ARCH= yes .include diff --git a/devel/py-uv-build/distinfo b/devel/py-uv-build/distinfo index 57b68127f832..627d860f8b0e 100644 --- a/devel/py-uv-build/distinfo +++ b/devel/py-uv-build/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1776322515 -SHA256 (uv_build-0.11.7.tar.gz) = 258e3a10929b5de79074078ba1ad8edbdd4db5d9c3cafba81f11b329eeaaca08 -SIZE (uv_build-0.11.7.tar.gz) = 365752 +TIMESTAMP = 1777353060 +SHA256 (uv_build-0.11.8.tar.gz) = 77c7f1eb47f4fa76b0848e1d8838255f75f5777bdbfbf06d4aa66bac19aad82e +SIZE (uv_build-0.11.8.tar.gz) = 367238 diff --git a/devel/py-uv-build/files/patch-pyproject.toml b/devel/py-uv-build/files/patch-pyproject.toml index dee6235c5d36..540f0a678abd 100644 --- a/devel/py-uv-build/files/patch-pyproject.toml +++ b/devel/py-uv-build/files/patch-pyproject.toml @@ -1,35 +1,36 @@ --- pyproject.toml.orig 2006-07-24 01:21:28 UTC +++ pyproject.toml @@ -7,7 +7,6 @@ keywords = [ keywords = [ "uv", "requirements", "packaging" ] -license = "MIT OR Apache-2.0" classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console", -@@ -37,19 +36,12 @@ Discord = "https://discord.gg/astral-sh" +@@ -36,20 +35,12 @@ Discord = "https://discord.gg/astral-sh" Discord = "https://discord.gg/astral-sh" [build-system] -requires = ["maturin>=1.0,<2.0"] -build-backend = "maturin" +requires = ["setuptools>=61.0", "wheel"] +build-backend = "setuptools.build_meta" -[tool.maturin] -bindings = "bin" -module-name = "uv_build" -strip = true -include = [ - { path = "LICENSE-APACHE", format = "sdist" }, - { path = "LICENSE-MIT", format = "sdist" }, +- { path = "rust-toolchain.toml", format = "sdist" }, -] -manifest-path = "crates/uv-build/Cargo.toml" -python-source = "python" +[tool.setuptools] +packages = ["uv_build"] +package-dir = {"" = "python"} [tool.uv] managed = false