python3: rename patches to the new convention
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 28 Dec 2014 20:54:53 +0000 (21:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 2 Jan 2015 18:30:17 +0000 (19:30 +0100)
commitc24c874810054cb0185807fe797d92056207bbbe
treeb9c296f3c00a98b0c97b673de9dad441e606c030
parent144e21f203cf88c1768488d08e201e9579db857e
python3: rename patches to the new convention

Note that we don't use completely sequential numbers, because patches
below 100 are used to address cross-compilation issues in Python 3,
while patches above 100 are used to make more Python 3 modules
configurable.

[Thomas: fixup commit log.]

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
58 files changed:
package/python3/001-remove-host-header-path.patch [new file with mode: 0644]
package/python3/002-properly-detect-if-python-build.patch [new file with mode: 0644]
package/python3/003-sysconfigdata-install-location.patch [new file with mode: 0644]
package/python3/004-old-stdlib-cache.patch [new file with mode: 0644]
package/python3/005-pyc-pyo-conditional.patch [new file with mode: 0644]
package/python3/006-cross-compile-getaddrinfo.patch [new file with mode: 0644]
package/python3/007-disable-extensions.patch [new file with mode: 0644]
package/python3/008-distutils-sysconfig-use-sysconfigdata.patch [new file with mode: 0644]
package/python3/009-distutils-use-python-sysroot.patch [new file with mode: 0644]
package/python3/010-no-termcap-host-path.patch [new file with mode: 0644]
package/python3/011-support-library-path-old-compilers.patch [new file with mode: 0644]
package/python3/012-dont-add-multiarch-path.patch [new file with mode: 0644]
package/python3/013-abort-on-failed-modules.patch [new file with mode: 0644]
package/python3/014-serial-ioctl-workaround.patch [new file with mode: 0644]
package/python3/015-distutils-scripts-dont-adjust-shebang.patch [new file with mode: 0644]
package/python3/016-distutils-no-pep3147.patch [new file with mode: 0644]
package/python3/017-python-config-include-libdir.patch [new file with mode: 0644]
package/python3/100-optional-test-modules.patch [new file with mode: 0644]
package/python3/101-optional-pydoc.patch [new file with mode: 0644]
package/python3/102-optional-2to3.patch [new file with mode: 0644]
package/python3/103-optional-sqlite.patch [new file with mode: 0644]
package/python3/104-optional-tk.patch [new file with mode: 0644]
package/python3/105-optional-curses.patch [new file with mode: 0644]
package/python3/106-optional-expat.patch [new file with mode: 0644]
package/python3/107-optional-codecs-cjk.patch [new file with mode: 0644]
package/python3/108-optional-nis.patch [new file with mode: 0644]
package/python3/109-optional-unicodedata.patch [new file with mode: 0644]
package/python3/110-optional-idle.patch [new file with mode: 0644]
package/python3/111-optional-decimal.patch [new file with mode: 0644]
package/python3/python3-001-remove-host-header-path.patch [deleted file]
package/python3/python3-002-properly-detect-if-python-build.patch [deleted file]
package/python3/python3-003-sysconfigdata-install-location.patch [deleted file]
package/python3/python3-004-old-stdlib-cache.patch [deleted file]
package/python3/python3-005-pyc-pyo-conditional.patch [deleted file]
package/python3/python3-006-cross-compile-getaddrinfo.patch [deleted file]
package/python3/python3-007-disable-extensions.patch [deleted file]
package/python3/python3-008-distutils-sysconfig-use-sysconfigdata.patch [deleted file]
package/python3/python3-009-distutils-use-python-sysroot.patch [deleted file]
package/python3/python3-010-no-termcap-host-path.patch [deleted file]
package/python3/python3-011-support-library-path-old-compilers.patch [deleted file]
package/python3/python3-012-dont-add-multiarch-path.patch [deleted file]
package/python3/python3-013-abort-on-failed-modules.patch [deleted file]
package/python3/python3-014-serial-ioctl-workaround.patch [deleted file]
package/python3/python3-015-distutils-scripts-dont-adjust-shebang.patch [deleted file]
package/python3/python3-016-distutils-no-pep3147.patch [deleted file]
package/python3/python3-017-python-config-include-libdir.patch [deleted file]
package/python3/python3-100-optional-test-modules.patch [deleted file]
package/python3/python3-101-optional-pydoc.patch [deleted file]
package/python3/python3-102-optional-2to3.patch [deleted file]
package/python3/python3-103-optional-sqlite.patch [deleted file]
package/python3/python3-104-optional-tk.patch [deleted file]
package/python3/python3-105-optional-curses.patch [deleted file]
package/python3/python3-106-optional-expat.patch [deleted file]
package/python3/python3-107-optional-codecs-cjk.patch [deleted file]
package/python3/python3-108-optional-nis.patch [deleted file]
package/python3/python3-109-optional-unicodedata.patch [deleted file]
package/python3/python3-110-optional-idle.patch [deleted file]
package/python3/python3-111-optional-decimal.patch [deleted file]