comparison MODULE.bazel @ 249:c5129452493e

[deploy] Bundle Mercurial with hg-web Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 04:16:45 -0700
parents 70f2a3dafc1c
children 1f9877b637e9
comparison
equal deleted inserted replaced
248:b8b6e726964a 249:c5129452493e
25 exports_files( 25 exports_files(
26 ["tectonic"], 26 ["tectonic"],
27 visibility = ["//visibility:public"], 27 visibility = ["//visibility:public"],
28 ) 28 )
29 """, 29 """,
30 )
31
32 http_file(
33 name = "mercurial_cp311_wheel",
34 url = "https://files.pythonhosted.org/packages/ea/21/053406cf91b23bef2ac27a7023632efaf0d3c126134b322e2bb753626102/mercurial-7.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
35 sha256 = "33576d9747b7db7d40950cb122c5a87686d92ea1dfe0f1ef0498df077c852ba7",
30 ) 36 )
31 37
32 http_archive( 38 http_archive(
33 name = "playwright_chromium_linux", 39 name = "playwright_chromium_linux",
34 urls = ["https://playwright.azureedge.net/builds/chromium/1140/chromium-linux.zip"], 40 urls = ["https://playwright.azureedge.net/builds/chromium/1140/chromium-linux.zip"],