wok rev 23494

updated python-httplib2 (0.8 -> 0.17.1)
author Hans-G?nter Theisgen
date Mon Apr 06 06:45:46 2020 +0100 (2020-04-06)
parents a16dbc780c76
children dc4d6f2f2ec2
files python-httplib2/receipt
line diff
     1.1 --- a/python-httplib2/receipt	Mon Apr 06 06:37:47 2020 +0100
     1.2 +++ b/python-httplib2/receipt	Mon Apr 06 06:45:46 2020 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-httplib2"
     1.7 -SOURCE="httplib2"
     1.8 -VERSION="0.8"
     1.9 +VERSION="0.17.1"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="A comprehensive HTTP client library for python"
    1.12 +SHORT_DESC="A comprehensive HTTP client library for python."
    1.13  MAINTAINER="claudinei@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 +WEB_SITE="https://pypi.org/project/httplib2/"
    1.16 +
    1.17 +SOURCE="httplib2"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.20 -WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
    1.21 +WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/v$VERSION.tar.gz"
    1.22  
    1.23  DEPENDS="python"
    1.24 -BUILD_DEPENDS="python-dev"
    1.25 +BUILD_DEPENDS="python python-dev python-setuptools"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29 @@ -23,5 +24,5 @@
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	cp -a $install/usr $fs
    1.34 +	cp -a $install/usr	$fs
    1.35  }