commit | 9a98e8c1f18fb8b1c41e1d409088da9c72cee352 | [log] [tgz] |
---|---|---|
author | Timotheus Bachinger <Timotheus.bachinger@checkmk.com> | Fri Sep 27 06:17:22 2024 +0200 |
committer | GitHub <noreply@github.com> | Fri Sep 27 04:17:22 2024 +0000 |
tree | 0fcd38e9551b4211d6707bfe6d5e029353580071 | |
parent | 416bd4c183b0c3f62b745d4ba6b4226da1fceaa4 [diff] |
fix(whl_filegroup): Make RECORD from wheel available (#2238) Why this change is being made, briefly. * We need to also get the `RECORD` file from a wheel in order to package everything * It seems a bit weird to me that the `RECORD` file is *not part* of `whl_filegroup` even no pattern filtering was applied (or I am misunderstanding something) * Further: neither `hash` nor `filelen` have been used in the code, so why are only files considered with those attributes?
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.