Skip to content
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

Portability fixes when running on windows #480

Merged
merged 1 commit into from
May 20, 2024

Conversation

jvolkman
Copy link
Contributor

@jvolkman jvolkman commented Feb 5, 2024

As part of repairwheel, auditwheel is vendored and can patch linux wheels from Windows. These are some of the more innocuous tweaks I've had to make to run successfully in a Windows environment.

Fixes:

  • path handling in various places ('\' vs '/')
  • newline when writing the new binary "script" shim

Fixes:
- path handling in various places ('\' vs '/')
- newline when writing the new binary "script" shim
@jvolkman jvolkman marked this pull request as ready for review February 5, 2024 23:52
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (db79621) 92.27% compared to head (1d1552c) 92.26%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #480      +/-   ##
==========================================
- Coverage   92.27%   92.26%   -0.02%     
==========================================
  Files          20       20              
  Lines        1269     1267       -2     
  Branches      306      305       -1     
==========================================
- Hits         1171     1169       -2     
  Misses         56       56              
  Partials       42       42              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mayeut mayeut merged commit e969b7b into pypa:main May 20, 2024
11 checks passed
@mayeut
Copy link
Member

mayeut commented May 20, 2024

Thanks @jvolkman

Sorry not to have done this sooner. The time I have to work on auditwheel is pretty limited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants