ali5h / rules_pip

pip package rules for bazel that are fast (incremental fetch), support different python versions and work with all kinds of packages (i.e. packages with namespaces)
MIT License
60 stars 23 forks source link

expose bundled binaries in library rule #52

Closed dae closed 3 years ago

dae commented 3 years ago

This matches the behaviour of rules_python, and allows access to a binary file bundled in a wheel when the library is included as a dependency.

https://github.com/bazelbuild/rules_python/blob/aa27a3fe7e1a6c73028effe1c78e87d2e7fab641/packaging/whl.py#L188