-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Add support for wheel build tags #4299
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
Conversation
This looks reasonable good thus far! |
So, @dstufft how would I go about testing this? |
2d2524a
to
032192a
Compare
@sigmavirus24 sorry for the delay. You'd probably do something similar to what you already see in |
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
Hi @sigmavirus24! Is this still relevant? Are you still interested in taking this forward? |
I am. I just lost track of it. Thanks for the ping @pradyunsg! |
032192a
to
6f4c78c
Compare
6f4c78c
to
2b7d5b1
Compare
This has been rebased with tests. 🍰 |
At the moment, pip doesn't support ordering candidate installations while considering build tags. This is meant to start adding that support. According to the PEP, the first contiguous set of integers in the build tag should be sorted numerically. After that, they should be sorted alphabetically.
75a4b88
to
5749dd1
Compare
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
At the moment, pip doesn't support ordering candidate installations
while considering build tags. This is meant to start adding that
support.
This change is