nixpkgs/pkgs/development/interpreters/python
Frederik Rietdijk efbe87f3ef CPython: merge expressions of interpreters
Each time a new major/minor version of CPython was released, a new
expression would be written, typically copied from the previous release.
Often fixes are only made in the current/latest release. By merging the
expressions it's more likely that modifications end up in all versions,
as is likely intended.

This commit introduces one expression for Python 3, and another for 2.7.
These two may also be merged, but it will result in a lot of extra
conditionals making the expression harder to follow.

A common passthru is introduced for CPython and PyPy.

python 2.7: use common passthru
2019-01-04 10:45:22 +01:00
..
catch_conflicts python: Move catch_conflicts.py into subdirectory (#23600) 2017-04-01 12:22:36 +02:00
cpython CPython: merge expressions of interpreters 2019-01-04 10:45:22 +01:00
pypy pypy3: init at 6.0.0 2018-12-19 09:53:31 +01:00
update-python-libraries buildPython*: add updateScript to passthru 2018-12-07 15:48:54 +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: 0.13 -> 1.0 2018-04-08 11:36:07 +02:00
build-python-package-setuptools.nix buildPythonPackage: rename nix_run_setup.py to nix_run_setup 2018-01-20 13:31:14 +01:00
build-python-package-wheel.nix buildPythonPackage: refactor 2016-12-05 10:29:22 +01:00
build-python-package.nix buildPython*: add updateScript to passthru 2018-12-07 15:48:54 +01:00
default.nix CPython: merge expressions of interpreters 2019-01-04 10:45:22 +01:00
mk-python-derivation.nix buildPython*: don't override custom updateScript 2018-12-23 09:59:56 +01:00
run_setup.py Python: move python-modules/generic to interpreter folder 2016-09-01 16:16:31 +02:00
setup-hook.nix Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook 2017-05-19 16:28:11 +02:00
setup-hook.sh Merge pull request #26805 from obsidiansystems/cross-elegant 2017-12-30 22:58:02 -05:00
with-packages.nix python: add python.withPackages function 2016-05-29 15:12:23 +02:00
wrap-python.nix wrap-python: fix pypy site-packages path 2018-12-20 14:18:25 +00:00
wrap.sh wrap-python: fix pypy site-packages path 2018-12-20 14:18:25 +00:00
wrapper.nix python.buildEnv: new argument makeWrapperArgs 2018-10-13 12:31:52 +02:00