diff --git a/dev-python/aiorpcx/aiorpcx-0.18.4.recipe b/dev-python/aiorpcx/aiorpcx-0.21.0.recipe similarity index 89% rename from dev-python/aiorpcx/aiorpcx-0.18.4.recipe rename to dev-python/aiorpcx/aiorpcx-0.21.0.recipe index ef07ff7fd..9181b5d1b 100644 --- a/dev-python/aiorpcx/aiorpcx-0.18.4.recipe +++ b/dev-python/aiorpcx/aiorpcx-0.21.0.recipe @@ -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]}