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 24 forks source link

add support for custom rules for a package #6

Closed ali5h closed 2 years ago

ali5h commented 4 years ago

currently we have special rules for numpy, be able to add custom rules to BUILD file of a specific package would be nice

ali5h commented 2 years ago

done in #67