From f37a5a80d34ad849395e790c6223bf9659e862dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Wed, 12 Feb 2025 14:02:24 -0600 Subject: [PATCH] Add CPython 3.14.0a5 (#3194) --- plugins/python-build/share/python-build/3.14.0a4 | 9 --------- plugins/python-build/share/python-build/3.14.0a4t | 2 -- plugins/python-build/share/python-build/3.14.0a5 | 9 +++++++++ plugins/python-build/share/python-build/3.14.0a5t | 2 ++ 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 plugins/python-build/share/python-build/3.14.0a4 delete mode 100644 plugins/python-build/share/python-build/3.14.0a4t create mode 100644 plugins/python-build/share/python-build/3.14.0a5 create mode 100644 plugins/python-build/share/python-build/3.14.0a5t diff --git a/plugins/python-build/share/python-build/3.14.0a4 b/plugins/python-build/share/python-build/3.14.0a4 deleted file mode 100644 index 93f0fd90..00000000 --- a/plugins/python-build/share/python-build/3.14.0a4 +++ /dev/null @@ -1,9 +0,0 @@ -prefer_openssl3 -export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 -install_package "openssl-3.3.2" "https://github.com/openssl/openssl/releases/download/openssl-3.3.2/openssl-3.3.2.tar.gz#2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da114ab5fc3d281" mac_openssl --if has_broken_mac_openssl -install_package "readline-8.2" "https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz#3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35" mac_readline --if has_broken_mac_readline -if has_tar_xz_support; then - install_package "Python-3.14.0a4" "https://www.python.org/ftp/python/3.14.0/Python-3.14.0a4.tar.xz#c24f07881873c1d460228795ca6ca8c99130e30c773c91463d30d7ea8ff0e70b" standard verify_py313 copy_python_gdb ensurepip -else - install_package "Python-3.14.0a4" "https://www.python.org/ftp/python/3.14.0/Python-3.14.0a4.tgz#cc9dcee27cc27fc6ef4ff47eb93abf48f158396a70aa67f1504893232911b4e2" standard verify_py313 copy_python_gdb ensurepip -fi diff --git a/plugins/python-build/share/python-build/3.14.0a4t b/plugins/python-build/share/python-build/3.14.0a4t deleted file mode 100644 index 235535ac..00000000 --- a/plugins/python-build/share/python-build/3.14.0a4t +++ /dev/null @@ -1,2 +0,0 @@ -export PYTHON_BUILD_FREE_THREADING=1 -source "$(dirname "${BASH_SOURCE[0]}")"/3.14.0a4 diff --git a/plugins/python-build/share/python-build/3.14.0a5 b/plugins/python-build/share/python-build/3.14.0a5 new file mode 100644 index 00000000..1765811d --- /dev/null +++ b/plugins/python-build/share/python-build/3.14.0a5 @@ -0,0 +1,9 @@ +prefer_openssl3 +export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 +install_package "openssl-3.4.1" "https://github.com/openssl/openssl/releases/download/openssl-3.4.1/openssl-3.4.1.tar.gz#002a2d6b30b58bf4bea46c43bdd96365aaf8daa6c428782aa4feee06da197df3" mac_openssl --if has_broken_mac_openssl +install_package "readline-8.2" "https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz#3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35" mac_readline --if has_broken_mac_readline +if has_tar_xz_support; then + install_package "Python-3.14.0a5" "https://www.python.org/ftp/python/3.14.0/Python-3.14.0a5.tar.xz#e42d91d6dd3016bfc2f6f96c1129b40ca6d8f6e1bf3b30a11de146d930f43b32" standard verify_py313 copy_python_gdb ensurepip +else + install_package "Python-3.14.0a5" "https://www.python.org/ftp/python/3.14.0/Python-3.14.0a5.tgz#bfbb9b63e072b21c44ae20da14dd8ef14fa8c0cb632d93924d5defd5db2eded3" standard verify_py313 copy_python_gdb ensurepip +fi diff --git a/plugins/python-build/share/python-build/3.14.0a5t b/plugins/python-build/share/python-build/3.14.0a5t new file mode 100644 index 00000000..d84606a4 --- /dev/null +++ b/plugins/python-build/share/python-build/3.14.0a5t @@ -0,0 +1,2 @@ +export PYTHON_BUILD_FREE_THREADING=1 +source "$(dirname "${BASH_SOURCE[0]}")"/3.14.0a5