commit | b42a503ff386020ca5aeb6f30f719d5d91dabfcc | [log] [tgz] |
---|---|---|
author | Dave Roth <[email protected]> | Mon Nov 18 22:19:55 2024 +0000 |
committer | Dave Roth <[email protected]> | Mon Nov 18 22:19:55 2024 +0000 |
tree | 346ddf2860e4c315669b4a1e786f9feb6037c9f1 | |
parent | f8bf92f8409caae3380402c1e8a673f5ff2b5862 [diff] | |
parent | 387c2f67f5e923e3e56192e2aead27ad98db6f8c [diff] |
Upgrade bazelbuild-rules_python to 0.36.0 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/bazelbuild-rules_python For more info, check https://cs.android.com/android/platform/superproject/main/+/main:tools/external_updater/README.md Bug: 379712462 Test: TreeHugger Change-Id: I052084133e72835a525188f5c0e331352ae47939
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.