From ea20c25d74c24b11acb7811095efbf917375be0a Mon Sep 17 00:00:00 2001 From: OscarL Date: Thu, 23 Mar 2023 11:09:02 -0300 Subject: [PATCH] aiohttp_socks: drop support for Python 3.7, add it for 3.10. (#8079) --- dev-python/aiohttp-socks/aiohttp_socks-0.6.0.recipe | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/aiohttp-socks/aiohttp_socks-0.6.0.recipe b/dev-python/aiohttp-socks/aiohttp_socks-0.6.0.recipe index f4f689396..51ae1030f 100644 --- a/dev-python/aiohttp-socks/aiohttp_socks-0.6.0.recipe +++ b/dev-python/aiohttp-socks/aiohttp_socks-0.6.0.recipe @@ -4,7 +4,7 @@ DESCRIPTION="Proxy connector for aiohttp. SOCKS4(a), SOCKS5, HTTP \ HOMEPAGE="https://github.com/romis2012/aiohttp-socks" COPYRIGHT="2018-2020 Santiago Torres" LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/romis2012/aiohttp-socks/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="7d3fc71f6c992d134cc1ebdfecb2cb2531a06fba529b38d8120a1085372563d6" SOURCE_DIR="aiohttp-socks-$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 } -