python3: Update to 3.11.3, refresh/redo patches
authorJeffery To <jeffery.to@gmail.com>
Fri, 5 May 2023 09:23:49 +0000 (17:23 +0800)
committerRosen Penev <rosenp@gmail.com>
Wed, 24 May 2023 03:04:33 +0000 (06:04 +0300)
commit2445fe9fb25e6d9eed28aa9ad237bd250d1600d1
tree865067afa21c133808951293968d38e43cbb57c2
parent02eb5c100c8462823ea19df6af637be97570ccdb
python3: Update to 3.11.3, refresh/redo patches

* Removed patches:

  * 001-enable-zlib.patch: zlib module should be enabled automatically

  * 007-distutils-do-not-adjust-path.patch: Not necessary since we
    process shebang lines for all scripts (in python3-package.mk)

  * 030-bpo-43112-detect-musl-as-a-separate-SOABI-GH-24502.patch:
    Already merged

* Move configure vars from config.site back into Makefile

  Centralizing all build information into one file makes it easier to
  maintain

* No longer set ac_cv_header_uuid_h=yes as configure should detect
  libuuid

* Order configure args by enable-/disable-/with-/without-, then
  alphabetically

* Set ac_cv_working_openssl_hashlib=yes for host configure to bypass the
  OpenSSL API tests with LibreSSL

* Use the default Host/Compile recipe instead of picking out specific
  targets to make

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
18 files changed:
lang/python/python3-version.mk
lang/python/python3/Makefile
lang/python/python3/files/config.site [deleted file]
lang/python/python3/files/python3-package-ctypes.mk
lang/python/python3/files/python3-package-readline.mk
lang/python/python3/patches-pip/001-pep517-pyc-fix.patch
lang/python/python3/patches/001-enable-zlib.patch [deleted file]
lang/python/python3/patches/003-do-not-run-compileall.patch
lang/python/python3/patches/004-do-not-write-bytes-codes.patch
lang/python/python3/patches/006-do-not-add-multiarch-local-paths.patch
lang/python/python3/patches/007-distutils-do-not-adjust-path.patch [deleted file]
lang/python/python3/patches/008-distutils-use-python-sysroot.patch
lang/python/python3/patches/014-remove-platform-so-suffix.patch
lang/python/python3/patches/016-adjust-config-paths.patch
lang/python/python3/patches/025-choose-python-config-version.patch
lang/python/python3/patches/027-install-python3-symlink-after-stdlib.patch
lang/python/python3/patches/030-bpo-43112-detect-musl-as-a-separate-SOABI-GH-24502.patch [deleted file]
lang/python/python3/patches/131-configure_ac-switch-PLATFORM_TRIPLET-suffix-to-musl.patch