TriggerMail / rules_pyz

Bazel Python rules that package everything in an executable zip
Apache License 2.0
29 stars 19 forks source link

Handle wheels that place code in <package>-<version>.data/purelib/... #21

Closed joshclimacell closed 6 years ago

evanj commented 6 years ago

This doesn't make sense now that I've made a bunch of "breaking" changes to symlink Python files instead of needing to zip everything. However, this is almost certainly still an issue: I guarantee this will break the "new" version of this. :( What are some examples of PyPI packages that have this structure? I can try to take a look at how to handle this in the new rules.

joshclimacell commented 6 years ago

That would be great, thanks! TensorFlow.