wok diff python-tweepy/receipt @ rev 25482

created recipe for py3k-cparser
author Hans-G?nter Theisgen
date Mon Oct 17 07:46:10 2022 +0100 (20 months ago)
parents 076f424196b2
children
line diff
     1.1 --- a/python-tweepy/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-tweepy/receipt	Mon Oct 17 07:46:10 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  }