lazy_object_proxy: enable 3.8, 3.9, remove 3.6

This commit is contained in:
Jerome Duval
2021-01-26 21:56:09 +01:00
parent 004ae0034a
commit 2ed7cd6ad9

View File

@@ -6,7 +6,7 @@ to the target object"
HOMEPAGE="https://github.com/ionelmc/python-lazy-object-proxy"
COPYRIGHT="2014-2019, Ionel Cristian Mărieș"
LICENSE="BSD (2-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/ionelmc/python-lazy-object-proxy/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="b28708f92930b4e2c0ab39def12ebc6be466db5e91fad88bfc7ebf9aa9c9de16"
SOURCE_DIR="python-lazy-object-proxy-$portVersion"
@@ -24,8 +24,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]}