python: move to Git formatted patches
commit652076293235276e2f978fe377322a6cbd615455
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 7 Mar 2017 23:00:26 +0000 (8 00:00 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 9 Mar 2017 21:35:21 +0000 (9 22:35 +0100)
tree9de85c8771bbff3dc8dee18aa23e38b29c3cfa90
parent98b831b855559ba2bc3fcdccf9c29c4936008d12
python: move to Git formatted patches

Now that the cpython project has a nice Github repository, with tags,
it's much nicer to handle the stack of Python patches with Git. The
python3 package patches had already been converted, but not the python
package patches. Therefore, this commit does the move.

There is no functional change, only reformatting of the patches.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
33 files changed:
package/python/0001-setup.py-do-not-add-invalid-header-locations.patch [moved from package/python/001-remove-host-header-path.patch with 78% similarity]
package/python/0002-Fix-get_python_inc-for-cross-compilation.patch [moved from package/python/002-fix-get-python-inc.patch with 76% similarity]
package/python/0003-Change-the-install-location-of-_sysconfigdata.py.patch [moved from package/python/004-sysconfigdata-install-location.patch with 72% similarity]
package/python/0004-Make-the-compilation-of-.pyc-and-.pyo-conditional.patch [moved from package/python/005-pyc-pyo-conditional.patch with 68% similarity]
package/python/0005-Adjust-getaddrinfo-test-for-cross-compilation.patch [new file with mode: 0644]
package/python/0006-Add-minimal-infrastructure-to-be-able-to-disable-ext.patch [moved from package/python/007-disable-extensions.patch with 58% similarity]
package/python/0007-Adjust-library-header-paths-for-cross-compilation.patch [moved from package/python/008-distutils-use-python-sysroot.patch with 75% similarity]
package/python/0008-Don-t-look-in-usr-lib-termcap-for-libraries.patch [moved from package/python/009-no-termcap-host-path.patch with 67% similarity]
package/python/0009-Fix-python-config-for-cross-builds.patch [moved from package/python/010-fix-python-config.patch with 81% similarity]
package/python/0010-Remove-the-python-symlink-install-rules.patch [moved from package/python/011-remove-python-symlink.patch with 65% similarity]
package/python/0011-Don-t-add-multiarch-paths.patch [moved from package/python/013-dont-add-multiarch-path.patch with 68% similarity]
package/python/0012-Abort-on-failed-module-build.patch [moved from package/python/014-abort-on-failed-modules.patch with 57% similarity]
package/python/0013-sqlite3-fix-build-when-threads-are-not-used-availabl.patch [moved from package/python/015-fix-sqlite-without-threads.patch with 72% similarity]
package/python/0014-Serial-ioctl-workaround.patch [moved from package/python/016-serial-ioctl-workaround.patch with 66% similarity]
package/python/0015-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch [moved from package/python/017-distutils-scripts-dont-adjust-shebang.patch with 61% similarity]
package/python/0016-Add-an-option-to-disable-installation-of-test-module.patch [moved from package/python/100-optional-test-modules.patch with 79% similarity]
package/python/0017-Add-an-option-to-disable-pydoc.patch [moved from package/python/101-optional-pydoc.patch with 70% similarity]
package/python/0018-Add-an-option-to-disable-lib2to3.patch [moved from package/python/102-optional-2to3.patch with 71% similarity]
package/python/0019-Add-option-to-disable-the-sqlite3-module.patch [moved from package/python/103-optional-sqlite.patch with 59% similarity]
package/python/0020-Add-an-option-to-disable-the-tk-module.patch [moved from package/python/104-optional-tk.patch with 65% similarity]
package/python/0021-Add-an-option-to-disable-the-curses-module.patch [moved from package/python/105-optional-curses.patch with 62% similarity]
package/python/0022-Add-an-option-to-disable-expat.patch [moved from package/python/106-optional-expat.patch with 75% similarity]
package/python/0023-Add-an-option-to-disable-CJK-codecs.patch [moved from package/python/107-optional-codecs-cjk.patch with 58% similarity]
package/python/0024-Add-an-option-to-disable-NIS.patch [moved from package/python/108-optional-nis.patch with 63% similarity]
package/python/0025-Add-an-option-to-disable-unicodedata.patch [moved from package/python/109-optional-unicodedata.patch with 58% similarity]
package/python/0026-Add-an-option-to-disable-bsddb.patch [moved from package/python/110-optional-db.patch with 72% similarity]
package/python/0027-Add-an-option-to-disable-the-ssl-module.patch [moved from package/python/111-optional-ssl.patch with 57% similarity]
package/python/0028-Add-an-option-to-disable-the-bz2-module.patch [moved from package/python/112-optional-bzip2.patch with 58% similarity]
package/python/0029-Add-an-option-to-disable-the-zlib-module.patch [moved from package/python/113-optional-zlib.patch with 58% similarity]
package/python/0030-Do-not-install-the-idle-editor.patch [moved from package/python/114-remove-idle-editor.patch with 63% similarity]
package/python/0031-Add-an-option-to-disable-the-ossaudiodev-module.patch [moved from package/python/115-optional-ossaudiodev.patch with 65% similarity]
package/python/006-cross-compile-getaddrinfo.patch [deleted file]
package/python/018-fix-add-gcc-paths-logic.patch [deleted file]