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

Usage of `python_configure` #49

Closed cwaeland closed 3 years ago

cwaeland commented 4 years ago

Me once again.

I was taking a look at your examples directory and noticed the usage of python_configure in your WORKSPACE file. I have not been making use of this and it seems as though things are working correctly. Just wanted to confirm if this was something I should be making use of.

I've been experimenting with configuring my own python toolchain and this seems possibly related.

Thanks.

ali5h commented 4 years ago

it is usable, i need to push some changes to make it more robust, py3 extensions created this way have suffixes, which now i think should not be the case