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
24
forks
source link
Feature request: Allow custom BUILD file content to be appended to generated BUILD. #40
For some python modules that depend on shared libraries written in C++ such as Tensorflow sometimes it is necessary to allow declaration of targets a bit differently. Or to add additional targets such as filegroups. Currently this is not customizable through rules_pip. It would be nice to allow this using an additional parameter to the pip_import rule.
For some python modules that depend on shared libraries written in C++ such as Tensorflow sometimes it is necessary to allow declaration of targets a bit differently. Or to add additional targets such as filegroups. Currently this is not customizable through
rules_pip
. It would be nice to allow this using an additional parameter to thepip_import
rule.