wok diff python-requests/receipt @ rev 25734
updated sc-im (-> 0.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 22 14:48:42 2024 +0100 (2 months ago) |
parents | 076f424196b2 |
children |
line diff
1.1 --- a/python-requests/receipt Sun Feb 06 11:51:57 2022 +0000 1.2 +++ b/python-requests/receipt Thu Aug 22 14:48:42 2024 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-requests" 1.7 -VERSION="2.23.0" 1.8 +VERSION="2.27.1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Python HTTP Requests for Humans." 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="Apache" 1.13 WEB_SITE="https://pypi.org/project/requests/" 1.14 +REPOLOGY="python:requests" 1.15 1.16 SOURCE="requests" 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 @@ -30,5 +31,5 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - cp -a $install/* $fs 1.23 + cook_copy_folders lib 1.24 }