aboutsummaryrefslogtreecommitdiff
path: root/devel/py-uv/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-uv/files')
-rw-r--r--devel/py-uv/files/patch-pyproject.toml25
1 files changed, 10 insertions, 15 deletions
diff --git a/devel/py-uv/files/patch-pyproject.toml b/devel/py-uv/files/patch-pyproject.toml
index db0b3ee9d1fa..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.0"
--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,60 +40,9 @@ Discord = "https://discord.gg/astral-sh"
+@@ -40,62 +40,10 @@ Discord = "https://discord.gg/astral-sh"
Releases = "https://github.com/astral-sh/uv/releases"
Discord = "https://discord.gg/astral-sh"
@@ -33,9 +27,6 @@
- { 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
@@ -49,6 +40,7 @@
- "crates/uv-version/Cargo.toml",
- "crates/uv-build/Cargo.toml",
- "crates/uv-build/pyproject.toml",
+- { target = "crates/uv-static/src/env_vars.rs", replace = "next release" },
- "docs/getting-started/installation.md",
- "docs/guides/integration/docker.md",
- "docs/guides/integration/pre-commit.md",
@@ -57,8 +49,12 @@
- "docs/concepts/build-backend.md",
- "docs/concepts/projects/init.md",
- "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"]
@@ -81,4 +77,3 @@
-managed = false
+[tool.setuptools.package-data]
+uv = ["py.typed"]
-\ No newline at end of file