commit | 2ad2002495856347ac67d94844774152db47825c | [log] [tgz] |
---|---|---|
author | Alex Eagle <alex@aspect.dev> | Fri Feb 21 22:04:22 2025 -0800 |
committer | Richard Levasseur <rlevasseur@google.com> | Fri Feb 21 23:49:19 2025 -0800 |
tree | 9169f0b7a1bd5e71641a64b522395f5bcddbf5c1 | |
parent | ae361c2de8290dd7f71716a55b29c3b07cef78fe [diff] |
refactor: cleanup now-unreferenced proto toolchain type (#2620) Follow-up to #2604, fixes a breaking change in v1.2.0-rc0 Note that this toolchain_type became unused in that PR. We leave behind an alias to make this a non-breaking change. Verified in a downstream repo that requires the toolchain_type to register pre-built `protoc`: https://github.com/aspect-build/toolchains_protoc/pull/50/files --------- Co-authored-by: Richard Levasseur <rlevasseur@google.com> (cherry picked from commit f9779ee9c0a7b6dbfc1cdeb4a6d6a3f06d6206df)
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.