python3: switch to Git formatted patches
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jan 2016 18:23:28 +0000 (19:23 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 4 Jan 2016 23:14:15 +0000 (00:14 +0100)
commit5c63280caf23ca7438e2fe23586cca9f450fc936
tree0e3bf7672070a5bb06d298b2d01abe61caf0c085
parent6fc5de4ef466b649b37a86e4f4994a667149dd80
python3: switch to Git formatted patches

In preparation for the bump to Python 3.5.0, let's switch all the
patches to the Git format. This way, a Git repository of the Python
source code can be used to manage those patches, which makes it easier
to bump to newer Python versions.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
58 files changed:
package/python3/0001-setup.py-do-not-add-invalid-header-locations.patch [new file with mode: 0644]
package/python3/0002-Change-the-install-location-of-_sysconfigdata.py.patch [new file with mode: 0644]
package/python3/0003-Make-the-build-of-pyc-and-pyo-files-conditional.patch [new file with mode: 0644]
package/python3/0004-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch [new file with mode: 0644]
package/python3/0005-Add-infrastructure-to-disable-the-build-of-certain-e.patch [new file with mode: 0644]
package/python3/0006-distutils-sysconfig-use-sysconfigdata.patch [new file with mode: 0644]
package/python3/0007-Adjust-library-header-paths-for-cross-compilation.patch [new file with mode: 0644]
package/python3/0008-Don-t-look-in-usr-lib-termcap-for-libraries.patch [new file with mode: 0644]
package/python3/0009-Don-t-add-multiarch-paths.patch [new file with mode: 0644]
package/python3/001-remove-host-header-path.patch [deleted file]
package/python3/0010-Abort-on-failed-module-build.patch [new file with mode: 0644]
package/python3/0011-Serial-ioctl-workaround.patch [new file with mode: 0644]
package/python3/0012-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch [new file with mode: 0644]
package/python3/0013-Misc-python-config.sh.in-ensure-sed-invocations-only.patch [new file with mode: 0644]
package/python3/0014-Do-not-harcode-invalid-path-to-ncursesw-headers.patch [new file with mode: 0644]
package/python3/0015-Override-system-locale-and-set-to-default-when-addin.patch [new file with mode: 0644]
package/python3/0016-Add-importlib-fix-for-PEP-3147-issue.patch [new file with mode: 0644]
package/python3/0017-Add-an-option-to-disable-installation-of-test-module.patch [new file with mode: 0644]
package/python3/0018-Add-an-option-to-disable-pydoc.patch [new file with mode: 0644]
package/python3/0019-Add-an-option-to-disable-lib2to3.patch [new file with mode: 0644]
package/python3/0020-Add-option-to-disable-the-sqlite3-module.patch [new file with mode: 0644]
package/python3/0021-Add-an-option-to-disable-the-tk-module.patch [new file with mode: 0644]
package/python3/0022-Add-an-option-to-disable-the-curses-module.patch [new file with mode: 0644]
package/python3/0023-Add-an-option-to-disable-expat.patch [new file with mode: 0644]
package/python3/0024-Add-an-option-to-disable-CJK-codecs.patch [new file with mode: 0644]
package/python3/0025-Add-an-option-to-disable-NIS.patch [new file with mode: 0644]
package/python3/0026-Add-an-option-to-disable-unicodedata.patch [new file with mode: 0644]
package/python3/0027-Add-an-option-to-disable-IDLE.patch [new file with mode: 0644]
package/python3/0028-Add-an-option-to-disable-decimal.patch [new file with mode: 0644]
package/python3/0029-Add-an-option-to-disable-the-ossaudiodev-module.patch [new file with mode: 0644]
package/python3/003-sysconfigdata-install-location.patch [deleted file]
package/python3/005-pyc-pyo-conditional.patch [deleted file]
package/python3/006-cross-compile-getaddrinfo.patch [deleted file]
package/python3/007-disable-extensions.patch [deleted file]
package/python3/008-distutils-sysconfig-use-sysconfigdata.patch [deleted file]
package/python3/009-distutils-use-python-sysroot.patch [deleted file]
package/python3/010-no-termcap-host-path.patch [deleted file]
package/python3/012-dont-add-multiarch-path.patch [deleted file]
package/python3/013-abort-on-failed-modules.patch [deleted file]
package/python3/014-serial-ioctl-workaround.patch [deleted file]
package/python3/015-distutils-scripts-dont-adjust-shebang.patch [deleted file]
package/python3/017-python-config-include-libdir.patch [deleted file]
package/python3/018-ncursesw-remove-wrong-includedir.patch [deleted file]
package/python3/019-fix-add-gcc-paths-logic.patch [deleted file]
package/python3/020-importlib-no-pep3147.patch [deleted file]
package/python3/100-optional-test-modules.patch [deleted file]
package/python3/101-optional-pydoc.patch [deleted file]
package/python3/102-optional-2to3.patch [deleted file]
package/python3/103-optional-sqlite.patch [deleted file]
package/python3/104-optional-tk.patch [deleted file]
package/python3/105-optional-curses.patch [deleted file]
package/python3/106-optional-expat.patch [deleted file]
package/python3/107-optional-codecs-cjk.patch [deleted file]
package/python3/108-optional-nis.patch [deleted file]
package/python3/109-optional-unicodedata.patch [deleted file]
package/python3/110-optional-idle.patch [deleted file]
package/python3/111-optional-decimal.patch [deleted file]
package/python3/112-optional-ossaudiodev.patch [deleted file]