summaryrefslogtreecommitdiff
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.toml27
3 files changed, 14 insertions, 21 deletions
diff --git a/devel/py-uv/Makefile b/devel/py-uv/Makefile
index 9340a8c8ecaf..6f4a155955a0 100644
--- a/devel/py-uv/Makefile
+++ b/devel/py-uv/Makefile
@@ -1,5 +1,5 @@
PORTNAME= uv
-DISTVERSION= 0.9.12
+DISTVERSION= 0.9.15
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-uv/distinfo b/devel/py-uv/distinfo
index 4399f1f4e37c..6725d922840c 100644
--- a/devel/py-uv/distinfo
+++ b/devel/py-uv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1764142416
-SHA256 (astral-sh-uv-0.9.12_GH0.tar.gz) = 944b5a21b30e727c11b26e1b8a981299d6a3f2e9a867d0cddb3d788feb1aac2f
-SIZE (astral-sh-uv-0.9.12_GH0.tar.gz) = 4855216
+TIMESTAMP = 1764758225
+SHA256 (astral-sh-uv-0.9.15_GH0.tar.gz) = 4bd98152fbeb3cbe4a06fd0d49824d44db3023e24d17ba265df71fd52591bc09
+SIZE (astral-sh-uv-0.9.15_GH0.tar.gz) = 4887603
diff --git a/devel/py-uv/files/patch-pyproject.toml b/devel/py-uv/files/patch-pyproject.toml
index 312db00631ca..ac7e902e78dc 100644
--- a/devel/py-uv/files/patch-pyproject.toml
+++ b/devel/py-uv/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2025-10-21 16:14:22 UTC
+--- pyproject.toml.orig 2025-12-03 00:57:55 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
@@ -9,7 +9,7 @@
[project]
name = "uv"
-@@ -40,62 +40,10 @@ Discord = "https://discord.gg/astral-sh"
+@@ -40,55 +40,12 @@ Discord = "https://discord.gg/astral-sh"
Releases = "https://github.com/astral-sh/uv/releases"
Discord = "https://discord.gg/astral-sh"
@@ -23,10 +23,13 @@
- { path = "rust-toolchain.toml", format = ["sdist", "wheel"] },
- # this one isn't discovered by maturin because it's behind a feature flag
- { path = "crates/uv-performance-memory-allocator/**/*", format = ["sdist", "wheel"] },
-- { path = "crates/uv-trampoline/trampolines/*", format = "sdist" },
+- { path = "crates/uv-trampoline-builder/trampolines/*", format = "sdist" },
- { path = "LICENSE-APACHE", format = "sdist" },
- { path = "LICENSE-MIT", format = "sdist" },
-]
++[tool.setuptools]
++packages = ["uv"]
++package-dir = {"" = "python"}
-[tool.rooster]
-changelog-contributors = false # We exclude contributors from the CHANGELOG file
@@ -51,10 +54,7 @@
- "docs/concepts/projects/workspaces.md",
- { target = "docs/reference/environment.md", replace = "next release" },
-]
-+[tool.setuptools]
-+packages = ["uv"]
-+package-dir = {"" = "python"}
-
+-
-[tool.rooster.section-labels]
-"Breaking changes" = ["breaking"]
-"Enhancements" = ["enhancement", "compatibility", "error messages"]
@@ -65,15 +65,8 @@
-"Rust API" = ["rustlib"]
-"Documentation" = ["documentation"]
-"Other changes" = ["__unknown__"]
--
--[tool.mypy]
--ignore_missing_imports = true
--files = [
-- "crates/uv-python/*.py",
-- "python/uv/*.py",
--]
--
--[tool.uv]
--managed = false
+[tool.setuptools.package-data]
+uv = ["py.typed"]
+
+ [tool.mypy]
+ ignore_missing_imports = true