Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8dadb44196a07f6b4ab42b16fdb64f2fcc3fc94c
      
https://github.com/NixOS/nixpkgs/commit/8dadb44196a07f6b4ab42b16fdb64f2fcc3fc94c
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-12-05 (Mon, 05 Dec 2016)

  Changed paths:
    M pkgs/top-level/all-packages.nix
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  pythonPackages: use fixed-point combinator

Use a fixed-point combinator for the Python package set to allow easier 
overriding of its contents.
Earlier implementations were proposed in #16784 and #17428. This commit is by 
comparison much smaller
and changes only what is needed.


  Commit: 31e32b6d9ee2712966e2b09a68d4f783c164ddd3
      
https://github.com/NixOS/nixpkgs/commit/31e32b6d9ee2712966e2b09a68d4f783c164ddd3
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-12-05 (Mon, 05 Dec 2016)

  Changed paths:
    M pkgs/development/interpreters/python/cpython/2.6/default.nix
    M pkgs/development/interpreters/python/cpython/2.7/default.nix
    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
    M pkgs/development/interpreters/python/pypy/2.7/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  Python interpreters: add pkgs attribute

A package set is constructed for a specific interpreter. Therefore, we add the
possibility to override the package set to the interpreter. This should make it
easier to override the interpreter and the package set at the same time.


  Commit: 3d59b82925da364a509673fdb74ba69aa77d58db
      
https://github.com/NixOS/nixpkgs/commit/3d59b82925da364a509673fdb74ba69aa77d58db
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-12-05 (Mon, 05 Dec 2016)

  Changed paths:
    M doc/languages-frameworks/python.md

  Log Message:
  -----------
  DOCS: update Python docs to reflect fixed-point combinator


  Commit: 5ba37dfc7a67fdceadb48dbfc8efaaa002ecc0c7
      
https://github.com/NixOS/nixpkgs/commit/5ba37dfc7a67fdceadb48dbfc8efaaa002ecc0c7
  Author: Frederik Rietdijk <freddyrietd...@fridh.nl>
  Date:   2016-12-05 (Mon, 05 Dec 2016)

  Changed paths:
    M doc/languages-frameworks/python.md
    M pkgs/development/interpreters/python/cpython/2.6/default.nix
    M pkgs/development/interpreters/python/cpython/2.7/default.nix
    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
    M pkgs/development/interpreters/python/pypy/2.7/default.nix
    M pkgs/top-level/all-packages.nix
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  Merge pull request #20893 from FRidh/fixed3

Python: use fixed-point combinator, add pkgs to interpreter


Compare: https://github.com/NixOS/nixpkgs/compare/571cf4f20957...5ba37dfc7a67
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to