| commit | 74d7698eafcc337ecf0b6208f2a9fbc7e75fe2a5 | [log] [tgz] |
|---|---|---|
| author | Laurenz <lalten@users.noreply.github.com> | Sun Oct 26 05:37:01 2025 +0100 |
| committer | GitHub <noreply@github.com> | Sun Oct 26 04:37:01 2025 +0000 |
| tree | 505816e8628726b649ced93fbcc6c8e0f398ca94 | |
| parent | 793dddf2458403e7f0ce8a923584ec5b770d3f68 [diff] |
feat: Add libpython QNX platform support (#3372) Add libpython QNX platform support. Note that the qnx py toolchain must come from somewhere else, this doesn't add an interpreter <!-- PR Instructions/requirements * Title uses `type: description` format. See CONTRIBUTING.md for types. * Common types are: build, docs, feat, fix, refactor, revert, test * Update `CHANGELOG.md` as applicable * Breaking changes include "!" after the type and a "BREAKING CHANGES:" section at the bottom. See CONTRIBUTING.md for our breaking changes process. * Body text describes: * Why this change is being made, briefly. * Before and after behavior, as applicable * References issue number, as applicable * Update docs and tests, as applicable * Delete these instructions prior to sending the PR --> --------- Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.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.