mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 01:30:07 +02:00
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.
This commit is contained in:
@@ -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/<arch>/, but in bin/.
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
Reference in New Issue
Block a user