mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
httplib2: bump version
This commit is contained in:
@@ -2,11 +2,11 @@ SUMMARY="A comprehensive HTTP library for the Python platform"
|
||||
DESCRIPTION="httplib2 supports many features left out of other HTTP \
|
||||
libraries."
|
||||
HOMEPAGE="https://github.com/httplib2/httplib2/"
|
||||
COPYRIGHT="2006 Joe Gregorio"
|
||||
COPYRIGHT="2006-2019 Joe Gregorio"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d1bee28a68cc665c451c83d315e3afdbeb5391f08971dcc91e060d5ba16986f1"
|
||||
CHECKSUM_SHA256="4b0a937532597b681917a88e47eaf6aba00d5c209e1b6524cb0779d08856d79f"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -21,8 +21,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6)
|
||||
PYTHON_PACKAGES=(python python36 python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6 3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
Reference in New Issue
Block a user