Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5c8ffe0311ca2bdd477cc6bc3c9b101ca75e16e5
      
https://github.com/NixOS/nixpkgs/commit/5c8ffe0311ca2bdd477cc6bc3c9b101ca75e16e5
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2017-04-16 (Sun, 16 Apr 2017)

  Changed paths:
    M pkgs/development/interpreters/python/cpython/3.3/default.nix
    M pkgs/development/interpreters/python/cpython/3.4/default.nix
    M pkgs/development/interpreters/python/cpython/3.5/default.nix
    M pkgs/development/interpreters/python/cpython/3.6/default.nix

  Log Message:
  -----------
  Python 3.x: do not regenerate _sysconfigdata

This commit fixes several issues:

- as reported in https://github.com/NixOS/nixpkgs/issues/24924 it was
possible that the file _sysconfigdata.pyc was generated after the actual
build of the CPython interpreter. We forgot to regenerate that file
during the build. This is now fixed

- the expression of the 3.3 interpreter now also includes some of the
determinism patches even though the output isn't yet reproducible. The
reason for adding them is that this makes the expressions of the
different interpreters more similar.

- references to -dev packages are now also removed in the 3.6 package,
thereby reducing its closure size


_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to