bitstring: enable 3.8, 3.9, remove 3.6

bump version
This commit is contained in:
Jerome Duval
2021-02-02 17:33:19 +01:00
parent a6e774cef5
commit aac713b10d

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2006 - 2019 Scott Griffiths"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/scott-griffiths/bitstring/archive/bitstring-$portVersion.tar.gz"
CHECKSUM_SHA256="41fbc1d71b871f985dfe00d2e74e17add8b47e51e1a9e0634ae4c18ea7181418"
CHECKSUM_SHA256="fa4a9f6fc8a15e69c6266968741b2cd7827001d646bd66b46fb6e93a28571f79"
SOURCE_DIR="bitstring-bitstring-$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]}