mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
httplib2, re-add python3.10 (#12659)
This commit is contained in:
@@ -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//.}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user