mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
httplib2: enable 3.8, 3.9, remove 3.6
This commit is contained in:
@@ -4,7 +4,7 @@ libraries."
|
||||
HOMEPAGE="https://github.com/httplib2/httplib2/"
|
||||
COPYRIGHT="2006-2019 Joe Gregorio"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4b0a937532597b681917a88e47eaf6aba00d5c209e1b6524cb0779d08856d79f"
|
||||
|
||||
@@ -21,8 +21,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python36 python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6 3.7)
|
||||
PYTHON_PACKAGES=(python python3 python38 python39)
|
||||
PYTHON_VERSIONS=(2.7 3.7 3.8 3.9)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
@@ -39,13 +39,6 @@ BUILD_PREREQUIRES="$BUILD_PREREQUIRES
|
||||
cmd:python$pythonVersion"
|
||||
done
|
||||
|
||||
REPLACES_python="
|
||||
python_httplib2
|
||||
"
|
||||
REPLACES_python3="
|
||||
python3_httplib2
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user