[Buildroot] [git commit] python3: bump to 3.4.0rc1

Peter Korsgaard peter at korsgaard.com
Tue Feb 18 22:22:18 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=0d327c267a57e3a75b10becde772addb7fc49297
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This commit bumps the Python3 package to use Python 3.4.0rc1.

About the patches:

 * The patches below 100 are significantly changed, because like for
   Python 2.x, a good number of improvements have been made in the
   upstream Python for cross-compilation. Therefore, almost all of
   these patches have been modified.

 * All the patches above 100 are simply updated for Python 3.4.0, with
   a small refactoring for the handling of test modules.

The details of the python3.mk changes are:

 * --without-ensurepip to tell Python to not use PIP at build time.

 * Many environment variables are no longer passed, they were specific
   to our cross-compilation patches

 * The fixup of the LIBDIR in the Python Makefile is no longer needed
   since Python has switched to _sysconfigdata.py for distutils
   configuration instead of parsing the Makefile.

 * A new post patch hooks touches the two files generated by pgen to
   make sure they are newer than the pgen sources, which ensures pgen
   is not built/executed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 ...ython3-000-generate-sysconfigdata-buildir.patch |  158 --------------------
 .../python3-001-remove-host-header-path.patch      |   36 +++++
 .../python3/python3-001-support-for-build.patch    |   68 ---------
 .../python3/python3-002-no-host-headers-libs.patch |   72 ---------
 ...thon3-002-properly-detect-if-python-build.patch |   23 +++
 .../python3/python3-003-staging-header-libs.patch  |   41 -----
 ...ython3-003-sysconfigdata-install-location.patch |   76 ++++++++++
 ...ython3-004-no-import-when-cross-compiling.patch |   27 ----
 ...he.patch => python3-004-old-stdlib-cache.patch} |   39 ++++--
 .../python3-005-do-not-generate-pyo-files.patch    |   40 -----
 .../python3/python3-005-pyc-pyo-conditional.patch  |   60 ++++++++
 ...=> python3-006-cross-compile-getaddrinfo.patch} |    8 +-
 .../python3/python3-006-reread-environment.patch   |   63 --------
 .../python3-007-change-pyconfig-h-location.patch   |   76 ----------
 ....patch => python3-007-disable-extensions.patch} |   44 +++---
 ...008-distutils-sysconfig-use-sysconfigdata.patch |   58 +++++++
 package/python3/python3-008-no-rpath.patch         |   51 -------
 .../python3-009-distutils-use-python-sysroot.patch |   57 +++++++
 .../python3/python3-009-verbose-module-build.patch |   26 ----
 ...3-010-distutils-cross-compilation-support.patch |   71 ---------
 .../python3/python3-010-no-termcap-host-path.patch |   22 +++
 .../python3-100-optional-test-modules.patch        |   60 ++++----
 package/python3/python3-101-optional-pydoc.patch   |   46 +++---
 package/python3/python3-102-optional-2to3.patch    |   68 ++++-----
 package/python3/python3-103-optional-sqlite.patch  |   53 ++++----
 package/python3/python3-104-optional-tk.patch      |   51 +++----
 package/python3/python3-105-optional-curses.patch  |   30 ++--
 package/python3/python3-106-optional-expat.patch   |   36 +++---
 .../python3/python3-107-optional-codecs-cjk.patch  |    8 +-
 package/python3/python3-108-optional-nis.patch     |    8 +-
 .../python3/python3-109-optional-unicodedata.patch |    8 +-
 package/python3/python3-110-optional-idle.patch    |   39 +++---
 package/python3/python3.mk                         |   62 +++-----
 33 files changed, 610 insertions(+), 975 deletions(-)

Patch is too large, so refusing to show it


More information about the buildroot mailing list