git: a3772b797091 - main - devel/py-uv-build: update 0.10.2 → 0.10.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Feb 2026 07:22:46 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a3772b7970911e2ded1ed44cd921f636fd464f9e
commit a3772b7970911e2ded1ed44cd921f636fd464f9e
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-02-27 06:03:41 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-02-27 07:22:40 +0000
devel/py-uv-build: update 0.10.2 → 0.10.6
---
devel/py-uv-build/Makefile | 2 +-
devel/py-uv-build/distinfo | 6 +++---
devel/py-uv-build/files/patch-pyproject.toml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
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,5 +1,5 @@
PORTNAME= uv-build
-DISTVERSION= 0.10.2
+DISTVERSION= 0.10.6
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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,4 +1,4 @@
---- 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 = [
@@ -20,13 +20,13 @@
-[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"}