# HG changeset patch # User Hans-G?nter Theisgen # Date 1586151946 -3600 # Node ID f179865dbbf83649d4c67fb8ae50ccc9b4d7b868 # Parent a16dbc780c763a3810d6b4d84bb0c85fc2afd4cc updated python-httplib2 (0.8 -> 0.17.1) diff -r a16dbc780c76 -r f179865dbbf8 python-httplib2/receipt --- a/python-httplib2/receipt Mon Apr 06 06:37:47 2020 +0100 +++ b/python-httplib2/receipt Mon Apr 06 06:45:46 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-httplib2" -SOURCE="httplib2" -VERSION="0.8" +VERSION="0.17.1" CATEGORY="development" -SHORT_DESC="A comprehensive HTTP client library for python" +SHORT_DESC="A comprehensive HTTP client library for python." MAINTAINER="claudinei@slitaz.org" LICENSE="MIT" +WEB_SITE="https://pypi.org/project/httplib2/" + +SOURCE="httplib2" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL" +WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/v$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="python-dev" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }