py, bump version, add python3.10 (#7170)

This commit is contained in:
Schrijvers Luc
2022-09-07 14:40:38 +02:00
committed by GitHub
parent 0fba7fe502
commit 8472748a45

View File

@@ -8,9 +8,9 @@ DESCRIPTION="The py lib is a Python development support library featuring the fo
HOMEPAGE="https://pypi.org/project/py"
COPYRIGHT="2004-2020 Holger Krekel and others."
LICENSE="MIT"
REVISION="2"
REVISION="1"
SOURCE_URI="https://pypi.io/packages/source/p/py/py-$portVersion.tar.gz"
CHECKSUM_SHA256="9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"
CHECKSUM_SHA256="51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"
ARCHITECTURES="any"
@@ -25,8 +25,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python3 python38 python39)
PYTHON_VERSIONS=(3.7 3.8 3.9)
PYTHON_PACKAGES=(python3 python38 python39 python310)
PYTHON_VERSIONS=(3.7 3.8 3.9 3.10)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}