asn1crypto: bump version

enable 3.8, 3.9, remove 3.6
This commit is contained in:
Jerome Duval
2021-01-28 18:05:51 +01:00
parent 275e2fd25f
commit bb34f1cd3c

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2015-2019 Will Bond"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/wbond/asn1crypto/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="9d8ac276bdeb5551313580fb4c8c50d50e2faac6862f5916802ae65c8b187468"
CHECKSUM_SHA256="1aeb3e243772fdbf815867b41320436b86f05a6aa14265d90910da780910f39d"
SOURCE_FILENAME="asn1crypto-$portVersion.tar.gz"
ARCHITECTURES="any"
@@ -22,8 +22,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python python36 python3)
PYTHON_VERSIONS=(2.7 3.6 3.7)
PYTHON_PACKAGES=(python python3 python38 python39)
PYTHON_VERSIONS=(2.7 3.7 3.8 3.9)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}