From 9dd78e2c77d5633b85d74a0bece11a6de3c6c3f1 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 7 Mar 2023 20:44:17 +0100 Subject: [PATCH] sip: also build with python 3.9 --- dev-python/sip/sip-6.4.0.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/sip/sip-6.4.0.recipe b/dev-python/sip/sip-6.4.0.recipe index 71c9392cd..5c7e70da4 100644 --- a/dev-python/sip/sip-6.4.0.recipe +++ b/dev-python/sip/sip-6.4.0.recipe @@ -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]}