Files
nixpkgs/pkgs/development/python-modules
Eric Culp 90be4c2c78 pythonPackages.setuptools: Remove windows files and make reproducible
- setuptools includes *.exe files by default, but can be excluded with an ENV variable.
- setuptools was built as an egg, which had reproducibility problems. Instead use a wheel

These are various *.exe and *.xml files used only on windows. setuptools
includes them by default since it normally creates a single release for
all operating systems.

This reduces the size from 1020.0K to 801.6K according to `nix-path -sh`.

The egg is a zip file. setuptools leaves timestamps in the egg,
which makes the build unreproducible. Unfortunately the files aren't
compressed so the size of setuptools increases to 2.3M from 0.8M
according to `nix path-info -sh`.

With this change, setuptools is reproducible according to

    nix-build -A python37Packages.setuptools --check
2019-10-14 08:44:43 +02:00
..
2019-10-05 18:28:01 +09:00
2019-10-05 12:59:58 +01:00
2019-10-03 11:07:15 +02:00
2019-10-07 14:47:11 -07:00
2019-09-29 11:29:38 +02:00
2019-09-26 03:12:10 -07:00
2019-10-05 00:33:47 +01:00
2019-09-28 16:55:21 -05:00
2019-10-04 14:32:19 +02:00
2019-09-26 13:30:22 +02:00
2019-09-26 13:30:31 +02:00
2019-09-20 20:07:21 +10:00
2019-09-29 11:35:26 +02:00
2019-09-21 21:13:17 -04:00
2019-09-26 09:17:23 +01:00
2019-10-02 16:47:02 -05:00
2019-10-05 11:00:55 +02:00
2019-09-29 11:31:23 +02:00
2019-09-26 19:02:38 +02:00
2019-09-26 13:30:31 +02:00
2019-09-29 11:01:58 +02:00