From c9810b94be8f6870a7cbc2f49622a696487cd9b2 Mon Sep 17 00:00:00 2001 From: OscarL Date: Mon, 3 Nov 2025 01:43:43 -0300 Subject: [PATCH] python3.9: 3.9.25, End-of-Life version. (#13180) For completeness' sake, update the recipe one last time for version 3.9.25, released on 2025-10-31. Keep it disabled, as this release marks the Python 3.9 EOL. Expect this recipe to be removed soon. --- ...{python3.9-3.9.24.patchset => python3.9-3.9.25.patchset} | 0 .../{python3.9-3.9.24.recipe => python3.9-3.9.25.recipe} | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-lang/python/patches/{python3.9-3.9.24.patchset => python3.9-3.9.25.patchset} (100%) rename dev-lang/python/{python3.9-3.9.24.recipe => python3.9-3.9.25.recipe} (98%) diff --git a/dev-lang/python/patches/python3.9-3.9.24.patchset b/dev-lang/python/patches/python3.9-3.9.25.patchset similarity index 100% rename from dev-lang/python/patches/python3.9-3.9.24.patchset rename to dev-lang/python/patches/python3.9-3.9.25.patchset diff --git a/dev-lang/python/python3.9-3.9.24.recipe b/dev-lang/python/python3.9-3.9.25.recipe similarity index 98% rename from dev-lang/python/python3.9-3.9.24.recipe rename to dev-lang/python/python3.9-3.9.25.recipe index d4724cb59..1650a97a9 100644 --- a/dev-lang/python/python3.9-3.9.24.recipe +++ b/dev-lang/python/python3.9-3.9.25.recipe @@ -13,7 +13,7 @@ LICENSE="Python" COPYRIGHT="1990-2024 Python Software Foundation" REVISION="1" SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz" -CHECKSUM_SHA256="668391afabd5083faafa4543753d190f82f33ce6ba22d6e9ac728b43644b278a" +CHECKSUM_SHA256="00e07d7c0f2f0cc002432d1ee84d2a40dae404a99303e3f97701c10966c91834" SOURCE_DIR="Python-$portVersion" pyShortVer="${portVersion%.*}" @@ -21,8 +21,8 @@ pyVersionCompat="$portVersion compat >= $pyShortVer" PATCHES="python$pyShortVer-$portVersion.patchset" -ARCHITECTURES="all !x86_gcc2" -SECONDARY_ARCHITECTURES="x86" +ARCHITECTURES="?all !x86_gcc2" +SECONDARY_ARCHITECTURES="?x86" # On x86_gcc2 we don't want to install the commands in bin//, but in bin/. commandSuffix=$secondaryArchSuffix