diff --git a/devel/py-uv-build/Makefile b/devel/py-uv-build/Makefile index a3c03212a803..f5a31f88dba1 100644 --- a/devel/py-uv-build/Makefile +++ b/devel/py-uv-build/Makefile @@ -1,28 +1,28 @@ PORTNAME= uv-build -DISTVERSION= 0.10.2 +DISTVERSION= 0.10.6 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 d68ff593940a..1dee352162ac 100644 --- a/devel/py-uv-build/distinfo +++ b/devel/py-uv-build/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770792181 -SHA256 (uv_build-0.10.2.tar.gz) = 89a1a6ba8ab86e4c35cc62a5532566b5f4708f7577e05f31f8d9a83f606547af -SIZE (uv_build-0.10.2.tar.gz) = 361619 +TIMESTAMP = 1772171786 +SHA256 (uv_build-0.10.6.tar.gz) = c218ed57354e440b2add9abbad539b4589941492c66a18bf5593c795670d3c90 +SIZE (uv_build-0.10.6.tar.gz) = 373654 diff --git a/devel/py-uv-build/files/patch-pyproject.toml b/devel/py-uv-build/files/patch-pyproject.toml index 9f1bc73e3c22..dee6235c5d36 100644 --- a/devel/py-uv-build/files/patch-pyproject.toml +++ b/devel/py-uv-build/files/patch-pyproject.toml @@ -1,35 +1,35 @@ ---- pyproject.toml.orig 1970-01-01 00:00:00 UTC +--- 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" 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" --python-source = "python" -strip = true -include = [ - { path = "LICENSE-APACHE", format = "sdist" }, - { path = "LICENSE-MIT", format = "sdist" }, -] -manifest-path = "crates/uv-build/Cargo.toml" +-python-source = "python" +[tool.setuptools] +packages = ["uv_build"] +package-dir = {"" = "python"} [tool.uv] managed = false