From fa6789c27d6ea5fb872c6b898b74dc04b9e6aed3 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 7 Sep 2022 12:39:40 +0200 Subject: [PATCH] iniconfig, revbump for python3.10 (#7166) --- dev-python/iniconfig/iniconfig-1.1.1.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/iniconfig/iniconfig-1.1.1.recipe b/dev-python/iniconfig/iniconfig-1.1.1.recipe index 9d0f00439..416169464 100644 --- a/dev-python/iniconfig/iniconfig-1.1.1.recipe +++ b/dev-python/iniconfig/iniconfig-1.1.1.recipe @@ -13,7 +13,7 @@ HOMEPAGE="https://pypi.org/project/iniconfig/ http://github.com/RonnyPfannschmidt/iniconfig/" COPYRIGHT="2010-2020 Holger Krekel and Ronny Pfannschmidt" LICENSE="MIT" -REVISION="3" +REVISION="4" SOURCE_URI="https://github.com/RonnyPfannschmidt/iniconfig/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="a4489e91242e035cb58700d9a3c4bf49e0b106a85fefefe48025e333ea5ee49c" @@ -30,8 +30,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(3.7 3.8 3.9) +PYTHON_PACKAGES=(python3 python38 python39 python310) +PYTHON_VERSIONS=(3.7 3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}