wok rev 25196

updated python-httplib2 (0.17.1 -> 0.20.2)
author Hans-G?nter Theisgen
date Wed Jul 13 11:04:37 2022 +0100 (22 months ago)
parents 4a5922739788
children 4af3f9be894a
files python-httplib2/description.txt python-httplib2/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-httplib2/description.txt	Wed Jul 13 11:04:37 2022 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +A comprehensive HTTP client library, httplib2 supports many features
     1.5 +left out of other HTTP libraries.
     2.1 --- a/python-httplib2/receipt	Wed Jul 13 10:59:56 2022 +0100
     2.2 +++ b/python-httplib2/receipt	Wed Jul 13 11:04:37 2022 +0100
     2.3 @@ -1,16 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-httplib2"
     2.7 -VERSION="0.17.1"
     2.8 +VERSION="0.20.2"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="A comprehensive HTTP client library for python."
    2.11  MAINTAINER="claudinei@slitaz.org"
    2.12  LICENSE="MIT"
    2.13  WEB_SITE="https://pypi.org/project/httplib2/"
    2.14 +REPOLOGY="python:httplib2"
    2.15  
    2.16  SOURCE="httplib2"
    2.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.18 -WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/v$VERSION.tar.gz"
    2.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.20  
    2.21  DEPENDS="python"
    2.22  BUILD_DEPENDS="python python-dev python-setuptools"