Tags: braincorp/rules_python
Tags
Add fallback for pure python source distributions pip download will give you a .tar.gz even if you remove the --only-binary options. There is some risk here the you will get a whl for your host platform. I took an allowlist approach in alexgartner-bc/rules_pip@acd9b01 but I don't really want to maintain that.
Add fallback for pure python source distributions pip download will give you a .tar.gz even if you remove the --only-binary options. There is some risk here the you will get a whl for your host platform. I took an allowlist approach in alexgartner-bc/rules_pip@acd9b01 but I don't really want to maintain that.
Support "from" imports in the python gazelle plugin. Fixes bazel-contrib#709. Test case for pip imports using "from foo import bar". Test cases for imports of the form "from foo import bar". Remove unnecessary flag (replaced with continue's). Make sure from imports work with std modules. - Add test case with `from __future__ import print_function`. Guard python_interpreter_target workspace name on None type check. (bazel-contrib#755) Fix for requirements_lock with PEP440 direct references (bazel-contrib#756) Fix indentation error. - Make sure that `from foo import bar, baz` works. - Add test case for this.
add :whl alias to fix gazelle_python_manifest.update
Add fallback for pure python source distributions pip download will give you a .tar.gz even if you remove the --only-binary options. There is some risk here the you will get a whl for your host platform. I took an allowlist approach in alexgartner-bc/rules_pip@acd9b01 but I don't really want to maintain that.
Add fallback for pure python source distributions pip download will give you a .tar.gz even if you remove the --only-binary options. There is some risk here the you will get a whl for your host platform. I took an allowlist approach in alexgartner-bc/rules_pip@acd9b01 but I don't really want to maintain that.
Patch pip environment with xcode sdk location. (bazel-contrib#697)
Remove legacy pip_import (bazel-contrib#726) * Remove legacy pip_import * Remove legacy pip_import * Generate docs
PreviousNext