-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow piptool to build wheels. #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you hint at this in your PR message, but just to make sure I understand what's left, we still need to:
- Update
WORKSPACE
to point to the newgoogle/subpar
commit. - Run
./update_tools.sh
Can we also add a little test that currently fails (at least on OSX) building the bdist_wheel
?
Otherwise, just one minor nit. LGTM
rules_python/piptool.py
Outdated
import wheel | ||
|
||
# Make sure we're using a suitable version of pip as a library. | ||
# Fallback on using it as a CLI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stale comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
In separate changes, I will:
|
Fixes #17
Depends on google/subpar#52