| commit | 09e92f454579d60ab99801538b9da44ed76ed5f1 | [log] [tgz] |
|---|---|---|
| author | Richard Levasseur <richardlev@gmail.com> | Wed Oct 29 15:58:30 2025 -0700 |
| committer | Richard Levasseur <rlevasseur@google.com> | Wed Oct 29 17:44:18 2025 -0700 |
| tree | 47068f2c3b3d96ddc84ab69e00b20c43084a69bc | |
| parent | 1298bd5e6a788d86f1f8766ee8816f54c06771e2 [diff] |
gazelle: set min rules_python version as 1.4 (#3383) rules_python 1.4 is when the python.defaults tag class was introduced, which is used in the example's module file. Fixes BCR presubmit failures in https://github.com/bazelbuild/bazel-central-registry/pull/6330 and https://github.com/bazelbuild/bazel-central-registry/pull/6241 (cherry picked from commit d08cf537541ffc99bbd98dd71949a507516a4ff8)
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.