matthew-brett / delocate

Find and copy needed dynamic libraries into python wheels
BSD 2-Clause "Simplified" License
262 stars 59 forks source link

After copying a lib to the wheel directory, set its writeable bit if necessary #202

Closed jvolkman closed 4 months ago

jvolkman commented 4 months ago

Some build systems (e.g., Bazel) generate read-only artifacts, and shutil.copy also copies these modes.

Auditwheel has the same logic here.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (eaba43d) 96.45% compared to head (e624fe9) 96.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #202 +/- ## ========================================== + Coverage 96.45% 96.46% +0.01% ========================================== Files 15 15 Lines 1184 1188 +4 ========================================== + Hits 1142 1146 +4 Misses 42 42 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.