Skip to content

Tags: braincorp/rules_python

Tags

0.26.0-incompatible1

Toggle 0.26.0-incompatible1's commit message
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.

0.23.0-incompatible1

Toggle 0.23.0-incompatible1's commit message
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.

0.10.2-incompatible3

Toggle 0.10.2-incompatible3's commit message
disable hash generation

0.10.2-incompatible2

Toggle 0.10.2-incompatible2's commit message
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.

0.10.2-incompatible1

Toggle 0.10.2-incompatible1's commit message
add :whl alias to fix gazelle_python_manifest.update

0.10.2-incompatible0

Toggle 0.10.2-incompatible0's commit message
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.

0.10.0-incompatible1

Toggle 0.10.0-incompatible1's commit message
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.

0.10.0-incompatible0

Toggle 0.10.0-incompatible0's commit message
Add support for platforms to pip_parse

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Patch pip environment with xcode sdk location. (bazel-contrib#697)

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove legacy pip_import (bazel-contrib#726)

* Remove legacy pip_import

* Remove legacy pip_import

* Generate docs