python: move to Git formatted patches
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 7 Mar 2017 23:00:26 +0000 (00:00 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 9 Mar 2017 21:35:21 +0000 (22:35 +0100)
commit652076293235276e2f978fe377322a6cbd615455
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>
63 files changed:
package/python/0001-setup.py-do-not-add-invalid-header-locations.patch [new file with mode: 0644]
package/python/0002-Fix-get_python_inc-for-cross-compilation.patch [new file with mode: 0644]
package/python/0003-Change-the-install-location-of-_sysconfigdata.py.patch [new file with mode: 0644]
package/python/0004-Make-the-compilation-of-.pyc-and-.pyo-conditional.patch [new file with mode: 0644]
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 [new file with mode: 0644]
package/python/0007-Adjust-library-header-paths-for-cross-compilation.patch [new file with mode: 0644]
package/python/0008-Don-t-look-in-usr-lib-termcap-for-libraries.patch [new file with mode: 0644]
package/python/0009-Fix-python-config-for-cross-builds.patch [new file with mode: 0644]
package/python/001-remove-host-header-path.patch [deleted file]
package/python/0010-Remove-the-python-symlink-install-rules.patch [new file with mode: 0644]
package/python/0011-Don-t-add-multiarch-paths.patch [new file with mode: 0644]
package/python/0012-Abort-on-failed-module-build.patch [new file with mode: 0644]
package/python/0013-sqlite3-fix-build-when-threads-are-not-used-availabl.patch [new file with mode: 0644]
package/python/0014-Serial-ioctl-workaround.patch [new file with mode: 0644]
package/python/0015-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch [new file with mode: 0644]
package/python/0016-Add-an-option-to-disable-installation-of-test-module.patch [new file with mode: 0644]
package/python/0017-Add-an-option-to-disable-pydoc.patch [new file with mode: 0644]
package/python/0018-Add-an-option-to-disable-lib2to3.patch [new file with mode: 0644]
package/python/0019-Add-option-to-disable-the-sqlite3-module.patch [new file with mode: 0644]
package/python/002-fix-get-python-inc.patch [deleted file]
package/python/0020-Add-an-option-to-disable-the-tk-module.patch [new file with mode: 0644]
package/python/0021-Add-an-option-to-disable-the-curses-module.patch [new file with mode: 0644]
package/python/0022-Add-an-option-to-disable-expat.patch [new file with mode: 0644]
package/python/0023-Add-an-option-to-disable-CJK-codecs.patch [new file with mode: 0644]
package/python/0024-Add-an-option-to-disable-NIS.patch [new file with mode: 0644]
package/python/0025-Add-an-option-to-disable-unicodedata.patch [new file with mode: 0644]
package/python/0026-Add-an-option-to-disable-bsddb.patch [new file with mode: 0644]
package/python/0027-Add-an-option-to-disable-the-ssl-module.patch [new file with mode: 0644]
package/python/0028-Add-an-option-to-disable-the-bz2-module.patch [new file with mode: 0644]
package/python/0029-Add-an-option-to-disable-the-zlib-module.patch [new file with mode: 0644]
package/python/0030-Do-not-install-the-idle-editor.patch [new file with mode: 0644]
package/python/0031-Add-an-option-to-disable-the-ossaudiodev-module.patch [new file with mode: 0644]
package/python/004-sysconfigdata-install-location.patch [deleted file]
package/python/005-pyc-pyo-conditional.patch [deleted file]
package/python/006-cross-compile-getaddrinfo.patch [deleted file]
package/python/007-disable-extensions.patch [deleted file]
package/python/008-distutils-use-python-sysroot.patch [deleted file]
package/python/009-no-termcap-host-path.patch [deleted file]
package/python/010-fix-python-config.patch [deleted file]
package/python/011-remove-python-symlink.patch [deleted file]
package/python/013-dont-add-multiarch-path.patch [deleted file]
package/python/014-abort-on-failed-modules.patch [deleted file]
package/python/015-fix-sqlite-without-threads.patch [deleted file]
package/python/016-serial-ioctl-workaround.patch [deleted file]
package/python/017-distutils-scripts-dont-adjust-shebang.patch [deleted file]
package/python/018-fix-add-gcc-paths-logic.patch [deleted file]
package/python/100-optional-test-modules.patch [deleted file]
package/python/101-optional-pydoc.patch [deleted file]
package/python/102-optional-2to3.patch [deleted file]
package/python/103-optional-sqlite.patch [deleted file]
package/python/104-optional-tk.patch [deleted file]
package/python/105-optional-curses.patch [deleted file]
package/python/106-optional-expat.patch [deleted file]
package/python/107-optional-codecs-cjk.patch [deleted file]
package/python/108-optional-nis.patch [deleted file]
package/python/109-optional-unicodedata.patch [deleted file]
package/python/110-optional-db.patch [deleted file]
package/python/111-optional-ssl.patch [deleted file]
package/python/112-optional-bzip2.patch [deleted file]
package/python/113-optional-zlib.patch [deleted file]
package/python/114-remove-idle-editor.patch [deleted file]
package/python/115-optional-ossaudiodev.patch [deleted file]