more-itertools, add python3.10 (#7169)

This commit is contained in:
Schrijvers Luc
2022-09-07 14:26:27 +02:00
committed by GitHub
parent ef5af08934
commit 0fba7fe502

View File

@@ -6,7 +6,7 @@ for working with Python iterables."
HOMEPAGE="https://pypi.python.org/pypi/more-itertools"
COPYRIGHT="2012 Erik Rose"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://pypi.io/packages/source/m/more-itertools/more-itertools-$portVersion.tar.gz"
CHECKSUM_SHA256="c09443cd3d5438b8dafccd867a6bc1cb0894389e90cb53d227456b0b0bccb750"
SOURCE_DIR="more-itertools-$portVersion"
@@ -24,8 +24,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]}