sip: also build with python 3.9

This commit is contained in:
Jerome Duval
2023-03-07 20:44:17 +01:00
parent 13a6cbe4ab
commit 9dd78e2c77

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2019 Riverbank Computing Limited"
LICENSE="GNU GPL v2
GNU GPL v3
SIP"
REVISION="1"
REVISION="2"
SOURCE_URI="https://pypi.python.org/packages/source/s/sip/sip-$portVersion.tar.gz"
CHECKSUM_SHA256="42ec368520b8da4a0987218510b1b520b4981e4405086c1be384733affc2bcb0"
SOURCE_DIR="sip-$portVersion"
@@ -46,8 +46,8 @@ BUILD_PREREQUIRES="
cmd:make
"
PYTHON_PACKAGES=(python38)
PYTHON_VERSIONS=(3.8)
PYTHON_PACKAGES=(python38 python39)
PYTHON_VERSIONS=(3.8 3.9)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}