rules_python
rules_python copied to clipboard
Bazel Python Rules
# 🐞 bug report ### Affected Rule compile_pip_requirements ### Is this a regression? Yes. Works in 0.9.0, broken in 0.10.0+ ### Description Setup is as here: https://github.com/bazelbuild/rules_python/issues/366 Under 0.10.0 and...
# 🐞 bug report ### Affected Rule `pip_parse` ### Is this a regression? No, I'm not sure this ever worked in a previous version. This is the first version of...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
This is a fairly large refactor and unfortunately some breaking changes. The intent here is to reduce complexity and duplication. Historically, we had 2 rules to install packages from PyPI...
## PR Checklist Please check if your PR fulfills the following requirements: - [X] Tests for the changes have been added (for bug fixes / features) - [X] Docs have...
I've written a poetry_install rule and would like to upstream. ## High-level design From my reading of https://github.com/soniaai/rules_poetry it runs `pip` to download and install individual wheels, and I don't...
# 🚀 feature request ### Relevant Rules - `entry_point` - `py_binary` ### Description afaict, you cant pass kwargs - eg `args`, `data` etc into an `entry_point` rule, it would be...
# 🐞 bug report The `entry_point` for package `hjson` does not work with `v0.6.0`. Is `entry_point` not fully available for use yet? I don't see any mention of it on...
# 🐞 bug report ### Affected Rule `py_binary` ### Description Running `py_binary` without a system interpreter (using a toolchain configured with `python_register_toolchain`) fails with the following error: ``` /usr/bin/env: 'python3':...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `py_wheel` ### Is this a regression? I am unaware of a previous version where this is...