wok-6.x diff python-requests/receipt @ rev 23553
updated python-requests (2.3.0 -> 2.23.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 07:06:50 2020 +0100 (2020-04-07) |
parents | 5b063a7e40ae |
children | 89d3440a509c |
line diff
1.1 --- a/python-requests/receipt Fri Nov 07 10:39:54 2014 +0100 1.2 +++ b/python-requests/receipt Tue Apr 07 07:06:50 2020 +0100 1.3 @@ -1,17 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-requests" 1.7 -VERSION="2.3.0" 1.8 +VERSION="2.23.0" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Python HTTP Requests for Humans" 1.11 +SHORT_DESC="Python HTTP Requests for Humans." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="Apache" 1.14 -WEB_SITE="http://python-requests.org/" 1.15 +WEB_SITE="https://pypi.org/project/requests/" 1.16 + 1.17 +SOURCE="requests" 1.18 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 -WGET_URL="https://github.com/kennethreitz/requests/archive/v$VERSION.tar.gz" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python" 1.23 -BUILD_DEPENDS="python wget" 1.24 +BUILD_DEPENDS="python python-setuptools" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 @@ -22,5 +24,5 @@ 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - cp -a $install/* $fs 1.33 + cp -a $install/* $fs 1.34 }