commit | c198cb06e0374124467250b3de653d7159f333d1 | [log] [tgz] |
---|---|---|
author | HONG Yifan <[email protected]> | Tue Jan 14 12:31:25 2025 -0800 |
committer | Automerger Merge Worker <[email protected]> | Tue Jan 14 12:31:25 2025 -0800 |
tree | 3f0d4f781cf9137b3e5c6b02425cbd81850c8478 | |
parent | ce53f5cb018dca875a9a8d7c261ae9359f34bb98 [diff] | |
parent | 58e9490c15a2e91e752ee76fab418ad6c3c3b2bd [diff] |
Upgrade bazelbuild-rules_python to 1.0.0 am: 58e9490c15 Original change: https://android-review.googlesource.com/c/platform/external/bazelbuild-rules_python/+/3448288 Change-Id: Ic3632628af713167be7d19e37e54c882dd20e79d 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.