urllib3: bump version

This commit is contained in:
Gerasim Troeglazov
2019-09-29 19:18:57 +10:00
parent d6f1115f4e
commit 924d34a7a4

View File

@@ -20,7 +20,7 @@ COPYRIGHT="2008-2018 Andrey Petrov and contributors"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/shazow/urllib3/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="28e9d2476aab8d06752ef465b692832efc5d095d3a3128efd773c056ff04e5a0"
CHECKSUM_SHA256="066fa334d4b446ea2b5edf2f8b392c65993de604e18d708b0aca9e34dd2e6836"
SOURCE_FILENAME="urllib3-$portVersion.tar.gz"
ARCHITECTURES="any"
@@ -36,14 +36,16 @@ BUILD_REQUIRES="
haiku_devel
setuptools_python
setuptools_python3
setuptools_python36
"
BUILD_PREREQUIRES="
cmd:python
cmd:python3
cmd:python3.6
"
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]}