prefix-dev / rip

Solve and install Python packages quickly with rip (pip in Rust)
https://prefix.dev
BSD 3-Clause "New" or "Revised" License
643 stars 21 forks source link

fix: don't preservere mtime when unpacking tar archive #225

Closed tdejager closed 6 months ago

tdejager commented 6 months ago

This should get around the tomli issue.

Astral's uv faced the same issue and this is the fix they are using.