| commit | 0d29aff08db3b640fa86b171ba3d8d48d3a7f4c1 | [log] [tgz] |
|---|---|---|
| author | HONG Yifan <[email protected]> | Thu Aug 14 13:02:20 2025 -0700 |
| committer | Automerger Merge Worker <[email protected]> | Thu Aug 14 13:02:20 2025 -0700 |
| tree | 0948b2653544fa968a47ccf109a18074c6e0a407 | |
| parent | a20adcb6a1b82566f126ae8cf9837a5d0676ef85 [diff] | |
| parent | 86939a5023807c8a44f504e956068a0e822e52c1 [diff] |
ANDROID: kleaf: fix 2-stage bootstrapping with our hermetic Python. am: 86939a5023 Original change: https://googleplex-android-review.googlesource.com/c/platform/external/bazelbuild-rules_python/+/35062110 Change-Id: Ib13d33c1be03e30ad3c9585bb9e3322007d3b8b9 Signed-off-by: Automerger Merge Worker <[email protected]>
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.