attrs, bump version, remove python2.7, add python3.10 (#7165)

This commit is contained in:
Schrijvers Luc
2022-09-07 12:30:23 +02:00
committed by GitHub
parent 0ababf0e37
commit 5873851c58

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2015-2019 Hynek Schlawack"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz"
CHECKSUM_SHA256="832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"
CHECKSUM_SHA256="29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"
ARCHITECTURES="any"
@@ -25,8 +25,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python python3 python38 python39)
PYTHON_VERSIONS=(2.7 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]}