wok rev 23517

updated python-oauth2 (1.5.211 -> 1.9.0)
author Hans-G?nter Theisgen
date Mon Apr 06 11:26:42 2020 +0100 (2020-04-06)
parents 74b39318b0a3
children b3a4144020fb
files python-oauth2/receipt
line diff
     1.1 --- a/python-oauth2/receipt	Mon Apr 06 11:21:13 2020 +0100
     1.2 +++ b/python-oauth2/receipt	Mon Apr 06 11:26:42 2020 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-oauth2"
     1.7 -VERSION="1.5.211"
     1.8 +VERSION="1.9.0"
     1.9  CATEGORY="development"
    1.10 +TAGS="python"
    1.11  SHORT_DESC="Library for OAuth version 1.0."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://github.com/simplegeo/python-oauth2"
    1.15 +
    1.16  SOURCE="oauth2"
    1.17 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://github.com/simplegeo/python-oauth2"
    1.19 -WGET_URL="http://pypi.python.org/packages/source/o/$SOURCE/$TARBALL"
    1.20 -TAGS="python"
    1.21 +TARBALL="$SOURCE-$VERSION.post1.tar.gz"
    1.22 +WGET_URL="https://files.pythonhosted.org/packages/source/o/$SOURCE/$TARBALL"
    1.23  
    1.24  DEPENDS="python"
    1.25  BUILD_DEPENDS="python python-dev python-setuptools"
    1.26 @@ -24,5 +25,5 @@
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -	cp -a $install/usr $fs
    1.31 +	cp -a $install/usr	$fs
    1.32  }