wok rev 25244

updated python-tweepy (3.8.0 -> 3.10.0)
author Hans-G?nter Theisgen
date Thu Jul 14 06:55:43 2022 +0100 (22 months ago)
parents 79b956933702
children fb6f03a9c7b4
files python-tweepy/receipt
line diff
     1.1 --- a/python-tweepy/receipt	Thu Jul 14 06:48:39 2022 +0100
     1.2 +++ b/python-tweepy/receipt	Thu Jul 14 06:55:43 2022 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-tweepy"
     1.7 -VERSION="3.8.0"
     1.8 +VERSION="3.10.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 +REPOLOGY="python:tweepy"
    1.16  
    1.17  SOURCE="tweepy"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 @@ -31,5 +32,5 @@
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	cp -a $install/usr	$fs
    1.24 +	cook_copy_folders	lib
    1.25  }