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

ali5h#6: Add support for custom rules for a package #43

Closed sohaibiftikhar closed 2 years ago

sohaibiftikhar commented 4 years ago

Fixes #6 -- Added support for custom BUILD file content. -- Added test for this in examples/tests.

ali5h commented 2 years ago

done in #67