python: add old python 2 package back
authorAlexandru Ardelean <aa@ocedo.com>
Tue, 14 Oct 2014 06:05:19 +0000 (09:05 +0300)
committerAlexandru Ardelean <aa@ocedo.com>
Wed, 15 Oct 2014 07:02:33 +0000 (10:02 +0300)
commitd5bd7dd36e8493556420c6a50b7c6abe6aed3047
tree48ecbeee8529588b1610aaa51b7bfcae78245149
parent0dcfc24c0463315ed266aeefa65fcb5106a5ee83
python: add old python 2 package back

According to PEP394 (http://legacy.python.org/dev/peps/pep-0394/)
the 'python' command should refer to 'python2'.

In our case, this means we should reboot the old python package.

We could rename the package name to python2, but that would
just complicate things a bit with other packages, and
since we're doing this reboot, such a complication would be
unnecessary.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
13 files changed:
lang/python/Makefile [new file with mode: 0644]
lang/python/files/python-package.mk [new file with mode: 0644]
lang/python/patches/000-cross-compile.patch [new file with mode: 0644]
lang/python/patches/020-dont-compile-python-files.patch [new file with mode: 0644]
lang/python/patches/030-fixup-include-dirs.patch [new file with mode: 0644]
lang/python/patches/040-dont-import-cross-compiled-modules.patch [new file with mode: 0644]
lang/python/patches/070-dont-clean-ipkg-install.patch [new file with mode: 0644]
lang/python/patches/080-distutils-dont_adjust_files.patch [new file with mode: 0644]
lang/python/patches/110-enable-zlib.patch [new file with mode: 0644]
lang/python/patches/120-force-internal-modules-for-hashlib.patch [new file with mode: 0644]
lang/python/patches/130-readline-setup.patch [new file with mode: 0644]
lang/python/patches/140-verbose-sharedmods.patch [new file with mode: 0644]
lang/python/patches/150-no-sqlite-rpath.patch [new file with mode: 0644]