# HG changeset patch # User Hans-G?nter Theisgen # Date 1586247568 -3600 # Node ID 87f1b9716eb67279cd3d57f936521e09b0bb267b # Parent e93f2ca135ff06638bf314f0717e940c74aba8bf updated python-tweepy (1.10 -> 3.8.0) diff -r e93f2ca135ff -r 87f1b9716eb6 python-tweepy/receipt --- a/python-tweepy/receipt Tue Apr 07 09:09:02 2020 +0100 +++ b/python-tweepy/receipt Tue Apr 07 09:19:28 2020 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="python-tweepy" -VERSION="1.10" +VERSION="3.8.0" CATEGORY="development" +TAGS="python" SHORT_DESC="Twitter library for python." MAINTAINER="paul@slitaz.org" LICENSE="MIT" +WEB_SITE="https://pypi.org/project/tweepy/" + SOURCE="tweepy" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://github.com/tweepy/tweepy" -WGET_URL="http://pypi.python.org/packages/source/t/$SOURCE/$TARBALL" -TAGS="python" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools" @@ -24,5 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }