nixpkgs/pkgs/development/interpreters/python
Frederik Rietdijk 5c8ffe0311 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
2017-04-16 10:41:35 +02:00
..
catch_conflicts python: Move catch_conflicts.py into subdirectory (#23600) 2017-04-01 12:22:36 +02:00
cpython Python 3.x: do not regenerate _sysconfigdata 2017-04-16 10:41:35 +02:00
pypy/2.7 pypy: inherit pythonVersion 2017-02-14 09:23:59 +01:00
build-python-package-common.nix buildPythonPackage: install builds reproducibly 2016-12-13 14:45:05 +01:00
build-python-package-flit.nix Python Flit: run tests by default 2017-02-01 14:54:20 +01:00
build-python-package-setuptools.nix Merge pull request #22086 from timbertson/pip-stderr 2017-01-24 11:20:53 +01:00
build-python-package-wheel.nix buildPythonPackage: refactor 2016-12-05 10:29:22 +01:00
build-python-package.nix Python Flit: run tests by default 2017-02-01 14:54:20 +01:00
mk-python-derivation.nix python: Move catch_conflicts.py into subdirectory (#23600) 2017-04-01 12:22:36 +02:00
run_setup.py Python: move python-modules/generic to interpreter folder 2016-09-01 16:16:31 +02:00
with-packages.nix python: add python.withPackages function 2016-05-29 15:12:23 +02:00
wrap-python.nix Python: script names now include full path 2017-01-02 11:29:11 +01:00
wrap.sh pythonPackages.wrapPython: fix for paths with spaces 2017-02-19 01:43:12 +03:00
wrapper.nix python.buildenv: don't filter non-python packages 2016-09-17 14:28:12 +02:00