python3.10: update to version 3.10.19. (#13054)

Added a note on the description regarding the need to uninstall the .hpkg pip/pip_python310 packages, if the users intend to use "upstream pip" (to avoid possible conflicts).
This commit is contained in:
OscarL
2025-10-11 20:56:14 -03:00
committed by GitHub
parent bfcef2be21
commit beeb3b2b7a
2 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ OSI-approved open source license.
Note: to install \"pip\" for this Python version, use the following commands:
> pkgman uninstall pip pip_python310
(only needed if you had the .hpkg packaged version of \"pip\" previously installed)
> python3.10 -m ensurepip --default-pip
> python3.10 -m pip install --upgrade pip
@@ -20,7 +23,7 @@ LICENSE="Python"
COPYRIGHT="1990-2025 Python Software Foundation"
REVISION="1"
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f"
CHECKSUM_SHA256="c8f4a596572201d81dd7df91f70e177e19a70f1d489968b54b5fbbf29a97c076"
SOURCE_DIR="Python-$portVersion"
pyShortVer="${portVersion%.*}"