File offline_build.patch of Package python-deno
--- a/scripts/hatch_build.py.orig 2025-11-17 11:22:01.933956289 +0100
+++ a/scripts/hatch_build.py 2025-11-17 11:22:34.606825269 +0100
@@ -42,6 +42,8 @@
def download_deno_bin(dir: Path, version: str, zname: str) -> Path:
+ return Path("/usr/bin/deno")
+
assert zname in binary_to_tag, f"Unsupported binary: {zname}"
url = f"https://github.com/denoland/deno/releases/download/v{version}/{zname}"