rules_python
rules_python copied to clipboard
Bazel Python Rules
# 🐞 bug report ### Affected Rule he issue is caused by the rule: pip_parse ### Is this a regression? No ### Description I'm developing a tensorflow addon with custom...
We've had several requests where users want to modify something about the toolchain definitions that are generated for the hermetic runtimes. Typically these are small tweaks. Allowing other modules to...
Bumps [keyring](https://github.com/jaraco/keyring) from 23.13.1 to 25.3.0. Changelog Sourced from keyring's changelog. v25.3.0 Features Deprecated support for empty usernames. Now all backends will reject an empty string as input for the...
Removes the need for system binaries to make the Python interpreter library directories/files read-only. Fixes #2016
Bumps [requests-toolbelt](https://github.com/requests/toolbelt) from 0.10.1 to 1.0.0. Changelog Sourced from requests-toolbelt's changelog. 1.0.0 -- 2023-05-01 Breaking Changes - Removed Google App Engine support to allow using urllib3 2.0 Fixed Bugs -...
# 🚀 feature request ### Relevant Rules `pip.parse` when using `experimental_index_url` and `experimental_extra_index_urls` ### Description Using the bazel downloader can result in a lot of warnings: ``` $ bazel test...
# 🚀 feature request ### Relevant Rules `pip.parse` ### Description Currently the `pip.parse` needs the `hub_name` parameter, which in reality is quite often set to `pypi` or `pip` in the...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `whl_filegroup` ### Is this a regression? No ### Description The `whl_filegroup` rule runs a python script,...
This is a code error (from typo).
# 🚀 feature request ### Relevant Rules `py_library` / `py_binary` ### Description If there is a python library `@foo//bar:baz`, how can I import it from the main repository? Pre-bzlmod, you...