Closed as not planned
Description
In issue #514, the command line for wheel unpack
was fixed to preserve executable bit for files.
Line 24 in 0a4f40e
But this issue still exists when extracting files programmatically.
For example:
wheel = WheelFile(wheel_path)
wheel.extractall(temp_dir )
The issue is of course rooted in the same problem. As extractall
and extract
methods inherit from zipfile.
Maybe it will be better to override these methods for WheelFile
and fix the permissions issue there, instead of in the unpack
command?
Will you be open for a PR for such a change?
Metadata
Metadata
Assignees
Labels
No labels