From 10242e860c62d06249e35a99cb7766133810cf34 Mon Sep 17 00:00:00 2001 From: OscarL Date: Thu, 23 Mar 2023 13:13:07 -0300 Subject: [PATCH] aiorpcx: drop support for Python 3.7, add it for 3.10. (#8080) --- dev-python/aiorpcx/aiorpcx-0.21.0.recipe | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/aiorpcx/aiorpcx-0.21.0.recipe b/dev-python/aiorpcx/aiorpcx-0.21.0.recipe index 9181b5d1b..38ab87853 100644 --- a/dev-python/aiorpcx/aiorpcx-0.21.0.recipe +++ b/dev-python/aiorpcx/aiorpcx-0.21.0.recipe @@ -4,7 +4,7 @@ application that is a client, server or both." HOMEPAGE="https://github.com/kyuupichan/aiorpcX/" COPYRIGHT="2018 Neil Booth" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/kyuupichan/aiorpcX/archive/$portVersion.tar.gz" CHECKSUM_SHA256="99d88850a3663bcccc0fe8adf44ea6b6b6831f7fa728fb0485654efe0bc325e5" SOURCE_DIR="aiorpcX-$portVersion" @@ -22,8 +22,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(3.7 3.8 3.9) +PYTHON_PACKAGES=(python38 python39 python310) +PYTHON_VERSIONS=(3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} @@ -58,4 +58,3 @@ INSTALL() $prefix/lib/python* done } -