From 1d7b46177969e9a8c665ef5565d8089fb8e39c1c Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 29 Sep 2019 15:30:00 +1000 Subject: [PATCH] httplib2: bump version --- .../{httplib2-0.10.3.recipe => httplib2-0.14.0.recipe} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename dev-python/httplib2/{httplib2-0.10.3.recipe => httplib2-0.14.0.recipe} (87%) diff --git a/dev-python/httplib2/httplib2-0.10.3.recipe b/dev-python/httplib2/httplib2-0.14.0.recipe similarity index 87% rename from dev-python/httplib2/httplib2-0.10.3.recipe rename to dev-python/httplib2/httplib2-0.14.0.recipe index d72b286ac..901cdbcd3 100644 --- a/dev-python/httplib2/httplib2-0.10.3.recipe +++ b/dev-python/httplib2/httplib2-0.14.0.recipe @@ -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]}