Inform about aliases in auditwheel repair --help#297
Merged
mayeut merged 1 commit intopypa:masterfrom Mar 19, 2021
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #297 +/- ##
==========================================
+ Coverage 91.00% 91.06% +0.06%
==========================================
Files 20 20
Lines 1089 1097 +8
Branches 235 237 +2
==========================================
+ Hits 991 999 +8
Misses 55 55
Partials 43 43
Continue to review full report at Codecov.
|
Contributor
|
@mayeut What do you think about moving the entire list of valid platforms and the explanation about aliases to the bottom, outside of the Something like this: |
Member
Author
|
This might be cleaner now: |
lkollar
approved these changes
Mar 16, 2021
e.g. ``` These are the possible target platform tags, as specified by PEP 600. Note that old, pre-PEP 600 tags are still usable and are listed as aliases below. - linux_x86_64 - manylinux_2_5_x86_64 (aliased by manylinux1_x86_64) - manylinux_2_12_x86_64 (aliased by manylinux2010_x86_64) - manylinux_2_17_x86_64 (aliased by manylinux2014_x86_64) - manylinux_2_24_x86_64 ```
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
e.g.
Full output for now is:
Formatting is messy.