toml: enable 3.8, 3.9, remove 3.6

This commit is contained in:
Jerome Duval
2021-01-25 21:25:19 +01:00
parent 7900f1994d
commit ed921be78c

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2013-2019 William Pearson
2017 Jack Evans
2019 Filippo Broggini."
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/uiri/toml/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="f03a628c5751328fdec6fa84656199f51dd6000b7ecc1fe490e3fbe89ebfd476"
@@ -26,8 +26,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]}