rules_python
rules_python copied to clipboard
Bazel Python Rules
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.0.2. Release notes Sourced from sphinx's releases. Sphinx 8.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Dependencies #12633: Drop Python 3.9 support....
Based on https://github.com/bazelbuild/rules_python/pull/1067/#issuecomment-2282845919 Once the issue is fixed upstream, we can remove our workaround.
Description: - Added free_threading argument to point to correct paths of the headers and the library. Context: - Related to https://github.com/google/jax/issues/23073 and building jaxlib with python 3.13 interpreter built with...
Bumps [alabaster](https://github.com/sphinx-doc/alabaster) from 0.7.16 to 1.0.0. Release notes Sourced from alabaster's releases. Alabaster 1.0.0 Changelog: https://alabaster.readthedocs.io/en/latest/changelog.html Changelog Sourced from alabaster's changelog. :git_tag:1.0.0 -- 2024-07-26 Dropped support for Python 3.9 and...
# Context This is a tracking issue to recognise that the lack of a `site-packages` layout causes friction when making use of third-party distribution packages (wheels and sdists) from indexes...
We add two jobs for the bzlmod example to test that lockfile is platform independent. Then we also add a .bazelversion file to the example so that the lockfile is...
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4075#01917d6d-0272-46ce-8094-fea6e559eede Platform: Ubuntu Logs: ``` ERROR: [0mThe version of MODULE.bazel.lock is not supported by this version of Bazel. Please run `bazel mod deps --lockfile_mode=update` to update your lockfile. ```...
Running Linux in WSL, set up all Bazel dependencies running bazel build command hitting error ``` ERROR: An error occurred during the fetch of repository 'python3_12': Traceback (most recent call...
# 🐞 bug report ### Affected Rule + gazelle ### Is this a regression? No, I think this is as-built. ### Description If you set `# gazelle:python_ignore_files foo.py` in your...
Discussion moved from an internal doc and discussion with @rickeylev: > Externally, the Bazel Python rules have an attribute named `imports`. This is a string list of repo-relative paths that...