commit | f6361e4dc33f841ecd526f0dc16797a52f451e8c | [log] [tgz] |
---|---|---|
author | Ignas Anikevicius <240938+aignas@users.noreply.github.com> | Sat Oct 12 02:46:14 2024 +0900 |
committer | GitHub <noreply@github.com> | Fri Oct 11 17:46:14 2024 +0000 |
tree | bfb386fe6fe1784698e3167098c62eb03cdebe7d | |
parent | 71417c5ab792948ef87b3ce5bde0fb92be4aad83 [diff] |
feat(bzlmod): enable download_only for experimental_index_url (#2290) With this change we can support ibazel for building our docs again because we will just not have any sdists that are causing issues. This limits the scope to only supporting whls at this time, but for the time being it is the best solution. Fixes #2223 Work towards #260
This repository is the home of the core Python rules -- py_library
, py_binary
, py_test
, py_proto_library
, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.