| commit | 576e6dcf950c783382bdba477fe30b53799b3ca5 | [log] [tgz] |
|---|---|---|
| author | Ivo List <ilist@google.com> | Tue Nov 12 09:14:54 2024 +0100 |
| committer | GitHub <noreply@github.com> | Tue Nov 12 08:14:54 2024 +0000 |
| tree | 7f544aa591e016f6c14c8eb289ec0f78a9af1e6c | |
| parent | 4864d6399b844776d73439e5894fbcadfd0b732a [diff] |
chore: remove references to @rules_cc//cc:defs.bzl (#2293) Referring to @rules_cc//cc:defs.bzl, refers to @protobuf//bazel:cc_proto_library.bzl, which fetches protobuf repository. Referring directly to what's needed limits the fetches just to rules_cc. Fix reference to bzl libs in rules_cc that are needed for docs generation. This requires rules_cc 0.0.13 or higher. Work towards https://github.com/bazelbuild/rules_python/issues/2387, https://github.com/bazelbuild/rules_python/issues/2378 --------- Co-authored-by: Richard Levasseur <rlevasseur@google.com>
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.