aboutsummaryrefslogtreecommitdiff
path: root/devel/py-uv
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-uv')
-rw-r--r--devel/py-uv/Makefile2
-rw-r--r--devel/py-uv/distinfo6
-rw-r--r--devel/py-uv/files/patch-pyproject.toml14
3 files changed, 8 insertions, 14 deletions
diff --git a/devel/py-uv/Makefile b/devel/py-uv/Makefile
index 2dc937e96ebc..cb0a010e06ed 100644
--- a/devel/py-uv/Makefile
+++ b/devel/py-uv/Makefile
@@ -1,5 +1,5 @@
PORTNAME= uv
-DISTVERSION= 0.9.1
+DISTVERSION= 0.9.6
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-uv/distinfo b/devel/py-uv/distinfo
index 0327b78915cf..08d27f32a6df 100644
--- a/devel/py-uv/distinfo
+++ b/devel/py-uv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1760077944
-SHA256 (astral-sh-uv-0.9.1_GH0.tar.gz) = dbaa64d00eae3e64a82f2d1ed1eed2e2d04e63302753662b6c6b344d56687d29
-SIZE (astral-sh-uv-0.9.1_GH0.tar.gz) = 4729329
+TIMESTAMP = 1761807085
+SHA256 (astral-sh-uv-0.9.6_GH0.tar.gz) = c32470f9f1c2903304fa6538fea3f153a9995a7f26da8024f4617bf1ad042936
+SIZE (astral-sh-uv-0.9.6_GH0.tar.gz) = 4756506
diff --git a/devel/py-uv/files/patch-pyproject.toml b/devel/py-uv/files/patch-pyproject.toml
index fe13d52de5dd..312db00631ca 100644
--- a/devel/py-uv/files/patch-pyproject.toml
+++ b/devel/py-uv/files/patch-pyproject.toml
@@ -1,21 +1,15 @@
---- pyproject.toml.orig 2025-10-07 23:17:42 UTC
+--- pyproject.toml.orig 2025-10-21 16:14:22 UTC
+++ pyproject.toml
-@@ -1,11 +1,11 @@
+@@ -1,6 +1,6 @@
[build-system]
-requires = ["maturin>=1.0,<2.0"]
-build-backend = "maturin"
-+requires = ["setuptools>=61.0", "wheel"]
++requires = ["setuptools>0", "wheel"]
+build-backend = "setuptools.build_meta"
[project]
name = "uv"
- version = "0.9.1"
--description = "An extremely fast Python package and project manager, written in Rust."
-+description = "Python package for uv - extremely fast Python package installer"
- authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
- requires-python = ">=3.8"
- keywords = [
-@@ -40,62 +40,10 @@ Releases = "https://github.com/astral-sh/uv/releases"
+@@ -40,62 +40,10 @@ Discord = "https://discord.gg/astral-sh"
Releases = "https://github.com/astral-sh/uv/releases"
Discord = "https://discord.gg/astral-sh"