python3: Port python2 patches to reduce the interpreter size
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 29 May 2013 08:36:57 +0000 (10:36 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 28 Jun 2013 20:02:44 +0000 (22:02 +0200)
commitf1c092da8ba4d03125387a337ab45c9b5a1315dc
tree02bdcd2a5e84cb6e39f7e824804007b5ebea9211
parentfc034397fc5c85115a7cc29b8dcc6738a1f8cdc3
python3: Port python2 patches to reduce the interpreter size

Some of the python2 patches were left behind when doing the python3
package. This was because the python build system can now autodetect
what packages can be built in the system.

However, some of these patches are actually useful to reduce drastically
the size of the interpreter.

This patch ports the relevant patches to the python3 package, and adds a
new patch to remove the idle3 IDE as well from the interpreter.

Fixes #5696

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
38 files changed:
package/python3/Config.in
package/python3/python3-000-generate-sysconfigdata-buildir.patch [new file with mode: 0644]
package/python3/python3-001-support-for-build.patch [new file with mode: 0644]
package/python3/python3-002-no-host-headers-libs.patch [new file with mode: 0644]
package/python3/python3-003-staging-header-libs.patch [new file with mode: 0644]
package/python3/python3-004-no-import-when-cross-compiling.patch [new file with mode: 0644]
package/python3/python3-005-do-not-generate-pyo-files.patch [new file with mode: 0644]
package/python3/python3-006-reread-environment.patch [new file with mode: 0644]
package/python3/python3-007-change-pyconfig-h-location.patch [new file with mode: 0644]
package/python3/python3-008-no-rpath.patch [new file with mode: 0644]
package/python3/python3-009-verbose-module-build.patch [new file with mode: 0644]
package/python3/python3-010-distutils-cross-compilation-support.patch [new file with mode: 0644]
package/python3/python3-011-cross-compile-getaddrinfo.patch [new file with mode: 0644]
package/python3/python3-012-disable-extensions.patch [new file with mode: 0644]
package/python3/python3-100-optional-test-modules.patch [new file with mode: 0644]
package/python3/python3-101-optional-pydoc.patch [new file with mode: 0644]
package/python3/python3-102-optional-2to3.patch [new file with mode: 0644]
package/python3/python3-103-optional-sqlite.patch [new file with mode: 0644]
package/python3/python3-104-optional-tk.patch [new file with mode: 0644]
package/python3/python3-105-optional-curses.patch [new file with mode: 0644]
package/python3/python3-106-optional-expat.patch [new file with mode: 0644]
package/python3/python3-107-optional-codecs-cjk.patch [new file with mode: 0644]
package/python3/python3-108-optional-nis.patch [new file with mode: 0644]
package/python3/python3-109-optional-unicodedata.patch [new file with mode: 0644]
package/python3/python3-110-optional-idle.patch [new file with mode: 0644]
package/python3/python3-3.3-000-generate-sysconfigdata-buildir.patch [deleted file]
package/python3/python3-3.3-001-support-for-build.patch [deleted file]
package/python3/python3-3.3-002-no-host-headers-libs.patch [deleted file]
package/python3/python3-3.3-003-staging-header-libs.patch [deleted file]
package/python3/python3-3.3-004-no-import-when-cross-compiling.patch [deleted file]
package/python3/python3-3.3-005-do-not-generate-pyo-files.patch [deleted file]
package/python3/python3-3.3-006-reread-environment.patch [deleted file]
package/python3/python3-3.3-007-change-pyconfig-h-location.patch [deleted file]
package/python3/python3-3.3-008-no-rpath.patch [deleted file]
package/python3/python3-3.3-009-verbose-module-build.patch [deleted file]
package/python3/python3-3.3-010-distutils-cross-compilation-support.patch [deleted file]
package/python3/python3-3.3-011-cross-compile-getaddrinfo.patch [deleted file]
package/python3/python3.mk