# HG changeset patch # User Hans-G?nter Theisgen # Date 1657778143 -3600 # Node ID 481bf096e6aa9c6eb9b735f5fe477b29577e24c4 # Parent 79b9569337028eda4724b21f3561daf2bdf1e90e updated python-tweepy (3.8.0 -> 3.10.0) diff -r 79b956933702 -r 481bf096e6aa python-tweepy/receipt --- a/python-tweepy/receipt Thu Jul 14 06:48:39 2022 +0100 +++ b/python-tweepy/receipt Thu Jul 14 06:55:43 2022 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="python-tweepy" -VERSION="3.8.0" +VERSION="3.10.0" CATEGORY="development" TAGS="python" SHORT_DESC="Twitter library for python." MAINTAINER="paul@slitaz.org" LICENSE="MIT" WEB_SITE="https://pypi.org/project/tweepy/" +REPOLOGY="python:tweepy" SOURCE="tweepy" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -31,5 +32,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cook_copy_folders lib }