wok-current diff python-httplib2/receipt @ 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 (2022-07-13) |
parents | ac8ca9758df1 |
children |
line diff
1.1 --- a/python-httplib2/receipt Sat Jan 15 15:21:40 2022 +0000 1.2 +++ b/python-httplib2/receipt Wed Jul 13 11:04:37 2022 +0100 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-httplib2" 1.7 -VERSION="0.17.1" 1.8 +VERSION="0.20.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A comprehensive HTTP client library for python." 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 LICENSE="MIT" 1.13 WEB_SITE="https://pypi.org/project/httplib2/" 1.14 +REPOLOGY="python:httplib2" 1.15 1.16 SOURCE="httplib2" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/v$VERSION.tar.gz" 1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.20 1.21 DEPENDS="python" 1.22 BUILD_DEPENDS="python python-dev python-setuptools"