# HG changeset patch # User Hans-G?nter Theisgen # Date 1586239610 -3600 # Node ID 6d05491c304ab97ffc490555ae55f3d7ae1f09a4 # Parent bc7cbcc495b3e33df66f7416f0535ac111a5ff02 updated python-requests (2.3.0 -> 2.23.0) diff -r bc7cbcc495b3 -r 6d05491c304a python-requests/receipt --- a/python-requests/receipt Tue Apr 07 07:00:34 2020 +0100 +++ b/python-requests/receipt Tue Apr 07 07:06:50 2020 +0100 @@ -1,17 +1,19 @@ # SliTaz package receipt. PACKAGE="python-requests" -VERSION="2.3.0" +VERSION="2.23.0" CATEGORY="network" -SHORT_DESC="Python HTTP Requests for Humans" +SHORT_DESC="Python HTTP Requests for Humans." MAINTAINER="al.bobylev@gmail.com" LICENSE="Apache" -WEB_SITE="http://python-requests.org/" +WEB_SITE="https://pypi.org/project/requests/" + +SOURCE="requests" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/kennethreitz/requests/archive/v$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python wget" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() @@ -22,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs }