aiorpcx: bump version

This commit is contained in:
Jerome Duval
2021-04-01 14:06:29 +02:00
parent 1aa5512d75
commit 44778db050

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2018 Neil Booth"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/kyuupichan/aiorpcX/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="cfce9d4a6af83d6be8619b2268e57bb21db0a0b36ac29226db580b448c286498"
CHECKSUM_SHA256="99d88850a3663bcccc0fe8adf44ea6b6b6831f7fa728fb0485654efe0bc325e5"
SOURCE_DIR="aiorpcX-$portVersion"
ARCHITECTURES="any"
@@ -22,8 +22,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python36 python3)
PYTHON_VERSIONS=(3.6 3.7)
PYTHON_PACKAGES=(python3 python38 python39)
PYTHON_VERSIONS=(3.7 3.8 3.9)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}