pip: add support for Python 3.12. (#9614)

This commit is contained in:
OscarL
2023-10-12 04:12:53 -03:00
committed by GitHub
parent 0a236ab924
commit cfcf330775

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Install Python packages, replacement for easy_install"
HOMEPAGE="https://pypi.python.org/pypi/pip"
COPYRIGHT="2006-2023 Python Packaging Authority"
LICENSE="Python"
REVISION="2"
REVISION="3"
SOURCE_URI="https://pypi.io/packages/source/p/pip/pip-$portVersion.tar.gz"
CHECKSUM_SHA256="fb0bd5435b3200c602b5bf61d2d43c2f13c02e29c1707567ae7fbc514eb9faf2"
@@ -20,8 +20,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python39 python310 python311)
PYTHON_VERSIONS=(3.9 3.10 3.11)
PYTHON_PACKAGES=(python39 python310 python311 python312)
PYTHON_VERSIONS=(3.9 3.10 3.11 3.12)
defaultVersion=3.10
for i in "${!PYTHON_PACKAGES[@]}"; do