httplib2, re-add python3.10 (#12659)

This commit is contained in:
Schrijvers Luc
2025-08-04 10:03:07 +02:00
committed by GitHub
parent db1c35ee2b
commit 5467dcba48

View File

@@ -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//.}