From c03593010955ad9476e7be11cdce53fe5649becd Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Wed, 1 Oct 2025 20:03:32 +0700 Subject: python/python3-uv_build: Added (uv build backend). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-uv_build/no-git-patch-builds.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 python/python3-uv_build/no-git-patch-builds.patch (limited to 'python/python3-uv_build/no-git-patch-builds.patch') diff --git a/python/python3-uv_build/no-git-patch-builds.patch b/python/python3-uv_build/no-git-patch-builds.patch new file mode 100644 index 0000000000..e70edaee33 --- /dev/null +++ b/python/python3-uv_build/no-git-patch-builds.patch @@ -0,0 +1,21 @@ +Index: uv_build-0.8.22/Cargo.toml +=================================================================== +--- uv_build-0.8.22.orig/Cargo.toml ++++ uv_build-0.8.22/Cargo.toml +@@ -153,8 +153,6 @@ regex = { version = "1.10.6" } + regex-automata = { version = "0.4.8", default-features = false, features = ["dfa-build", "dfa-search", "perf", "std", "syntax"] } + reqsign = { version = "0.17.0", features = ["aws", "default-context"], default-features = false } + reqwest = { version = "0.12.22", default-features = false, features = ["json", "gzip", "deflate", "zstd", "stream", "system-proxy", "rustls-tls", "rustls-tls-native-roots", "socks", "multipart", "http2", "blocking"] } +-reqwest-middleware = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2", features = ["multipart"] } +-reqwest-retry = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2" } + rkyv = { version = "0.8.8", features = ["bytecheck"] } + rmp-serde = { version = "1.3.0" } + rust-netrc = { version = "0.1.2" } +@@ -326,7 +324,3 @@ codegen-units = 1 + # The profile that 'cargo dist' will build with. + [profile.dist] + inherits = "release" +- +-[patch.crates-io] +-reqwest-middleware = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2" } +-reqwest-retry = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2" } -- cgit v1.2.3