wok diff python-tweepy/receipt @ rev 23687
updated sweethome3d (6.2 -> 6.3)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 17:35:23 2020 +0100 (2020-04-26) |
parents | 814362194a8d |
children | 1df6fa555414 |
line diff
1.1 --- a/python-tweepy/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-tweepy/receipt Sun Apr 26 17:35:23 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 }