-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Description
Originally reported by: Barry Warsaw (Bitbucket: warsaw, GitHub: warsaw)
Over in Debian-land, there is an initiative to create reproducible builds. As we use .whl files for pip and virtualenv, we want the .whl files to be reproducible too. Here is the Debian bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776026
and the provided patch against the current Debian version.
The bdist_wheel.py and metadata.py chunks seem reasonable, but I don't like hardcoding the timestamp in archive.py. I don't have a better idea currently though -- maybe you do?
I'll try to put together a proper pull request once I think of a way to handle the timestamps.
- Bitbucket: https://bitbucket.org/pypa/wheel/issue/143