commit | 462399013e6dc32ba2a8e38e0adce50a58d92361 | [log] [tgz] |
---|---|---|
author | Ignas Anikevicius <240938+aignas@users.noreply.github.com> | Mon Oct 28 11:22:17 2024 +0900 |
committer | GitHub <noreply@github.com> | Mon Oct 28 02:22:17 2024 +0000 |
tree | 29b6435bed4a564d24cb1eb84f522811dd0ea547 | |
parent | f8d41350786b1171f2e269a1ab4084c55483bc32 [diff] |
refactor(pypi): use a macro to define whl_library targets (#2347) Summary: - refactor: Start implementing whl_library_targets - refactor: start using whl_library_targets macro - refactor: generate config settings in the new macro - refactor: copy_files in the new macro - refactor: move entry_point generation to the macro - refactor: move the py_library and whl generation to the new macro This makes the code more maintainable by reducing the amount of tests that are comparing BUILD.bazel outputs.
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.