blob: a4b466cb1b6cc09016220a5f2378b84ac2584278 [file] [log] [blame]
Ignas Anikevicius18f76f92025-01-27 02:21:03 +09001# Copyright 2025 The Bazel Authors. All rights reserved.
Greg Roodteeb74942024-07-12 10:13:31 +10002#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Ignas Anikevicius18f76f92025-01-27 02:21:03 +090015"""The `uv_toolchain` rule.
16
Greg Roodteeb74942024-07-12 10:13:31 +100017EXPERIMENTAL: This is experimental and may be removed without notice
Greg Roodteeb74942024-07-12 10:13:31 +100018"""
19
Ignas Anikevicius18f76f92025-01-27 02:21:03 +090020load("//python/uv/private:uv_toolchain.bzl", _uv_toolchain = "uv_toolchain")
Greg Roodteeb74942024-07-12 10:13:31 +100021
Ignas Anikevicius18f76f92025-01-27 02:21:03 +090022uv_toolchain = _uv_toolchain