wok rev 23569

updated python-tweepy (1.10 -> 3.8.0)
author Hans-G?nter Theisgen
date Tue Apr 07 09:19:28 2020 +0100 (2020-04-07)
parents e93f2ca135ff
children 64cea38a74bf
files python-tweepy/receipt
line diff
     1.1 --- a/python-tweepy/receipt	Tue Apr 07 09:09:02 2020 +0100
     1.2 +++ b/python-tweepy/receipt	Tue Apr 07 09:19:28 2020 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-tweepy"
     1.7 -VERSION="1.10"
     1.8 +VERSION="3.8.0"
     1.9  CATEGORY="development"
    1.10 +TAGS="python"
    1.11  SHORT_DESC="Twitter library for python."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://pypi.org/project/tweepy/"
    1.15 +
    1.16  SOURCE="tweepy"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://github.com/tweepy/tweepy"
    1.19 -WGET_URL="http://pypi.python.org/packages/source/t/$SOURCE/$TARBALL"
    1.20 -TAGS="python"
    1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.22  
    1.23  DEPENDS="python"
    1.24  BUILD_DEPENDS="python python-dev python-setuptools"
    1.25 @@ -24,5 +25,5 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	cp -a $install/usr $fs
    1.30 +	cp -a $install/usr	$fs
    1.31  }