mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
more-itertools, add python3.10 (#7169)
This commit is contained in:
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user