From 5467dcba4885e65c037cbf4e045a9e8acd7e7c17 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 4 Aug 2025 10:03:07 +0200 Subject: [PATCH] httplib2, re-add python3.10 (#12659) --- dev-python/httplib2/httplib2-0.20.4.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/httplib2/httplib2-0.20.4.recipe b/dev-python/httplib2/httplib2-0.20.4.recipe index 98888d7ff..e48c89a95 100644 --- a/dev-python/httplib2/httplib2-0.20.4.recipe +++ b/dev-python/httplib2/httplib2-0.20.4.recipe @@ -4,7 +4,7 @@ libraries." HOMEPAGE="https://github.com/httplib2/httplib2/" COPYRIGHT="2006-2022 Joe Gregorio" LICENSE="MIT" -REVISION="4" +REVISION="5" SOURCE_URI="https://github.com/httplib2/httplib2/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="a6d079ae974ae408ac57d61aa2eee1d3be2cb250ae31d60507f1ecd2c6ca3002" SOURCE_FILENAME="httplib2-v$portVersion.tar.gz" @@ -22,6 +22,8 @@ BUILD_REQUIRES=" haiku_devel " +PYTHON_VERSIONS=(3.10) + for pythonVersion in ${PYTHON_VERSIONS[@]}; do pythonPackage=python${pythonVersion//.}