wok diff python-oauth2/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 814362194a8d
children b569b85b0fb9
line diff
     1.1 --- a/python-oauth2/receipt	Sun May 19 19:45:04 2019 +0200
     1.2 +++ b/python-oauth2/receipt	Sat May 02 17:31:45 2020 +0000
     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  }