nixpkgs/pkgs/development/interpreters/python/cpython/2.7
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
..
2.5.2-ctypes-util-find_library.patch
2.5.2-tkinter-x11.patch
2.6.2-ssl-threads.patch
2.6.5-export-PySignal_SetWakeupFd.patch
2.6.5-FD_SETSIZE.patch
2.6.5-ncurses-abi6.patch
2.7.3-dbm.patch
2.7.3-dylib.patch
2.7.3-getpath-exe-extension.patch
2.7.3-no-libm.patch
boot.nix treewide: remove paxutils from stdenv 2018-12-22 12:55:05 +01:00
cross-compile.patch Enable cross compilation for cpython 2.7 (#50245) 2018-11-15 19:36:03 +01:00
default.nix CPython: merge expressions of interpreters 2019-01-04 10:45:22 +01:00
deterministic-build.patch
nix-store-mtime.patch
no-ldconfig.patch
python-2.7-distutils-C++.patch
search-path.patch
type_getattro.patch
use-correct-tcl-tk-on-darwin.patch