python3.9: update to version 3.9.22. (#12126)

This commit is contained in:
OscarL
2025-04-10 10:51:17 +00:00
committed by GitHub
parent 62907cb900
commit 56946bb4b6
2 changed files with 2 additions and 1 deletions

View File

@@ -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="3126f59592c9b0d798584755f2bf7b081fa1ca35ce7a6fea980108d752a05bb1"
CHECKSUM_SHA256="8c136d199d3637a1fce98a16adc809c1d83c922d02d41f3614b34f8b6e7d38ec"
SOURCE_DIR="Python-$portVersion"
pyShortVer="${portVersion%.*}"
@@ -194,6 +194,7 @@ INSTALL()
fi
rm $libDir/libpython3.so
rm $prefix/lib/python$pyShortVer/config-$pyShortVer/libpython$pyShortVer.a
# No point in having this if we don't have a working tkinter.
if ! $enableTkinter; then