# HG changeset patch # User Hans-G?nter Theisgen # Date 1656666768 -3600 # Node ID 8e2c3858ed67907a12029ac02fb51c54544c90c4 # Parent d16df1a9c46d28c9af4473eff53584f373b9d35f updated pycurl (7.43.0.3 -> 7.45.1) diff -r d16df1a9c46d -r 8e2c3858ed67 pycurl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pycurl/description.txt Fri Jul 01 10:12:48 2022 +0100 @@ -0,0 +1,4 @@ +PycURL is a Python interface to libcurl. +PycURL can be used to fetch objects identified by a URL from a Python program, +similar to the urllib Python module. +PycURL is mature, very fast, and supports a lot of features. diff -r d16df1a9c46d -r 8e2c3858ed67 pycurl/receipt --- a/pycurl/receipt Fri Jul 01 10:04:47 2022 +0100 +++ b/pycurl/receipt Fri Jul 01 10:12:48 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pycurl" -VERSION="7.43.0.3" +VERSION="7.45.1" CATEGORY="development" SHORT_DESC="A Python interface to libcurl." MAINTAINER="slaxemulator@gmail.com" @@ -24,7 +24,8 @@ # Rules to configure and make the package. compile_rules() { - python setup.py install \ + python setup.py \ + install \ --curl-config=/usr/bin/curl-config \ --prefix $DESTDIR/usr } @@ -32,6 +33,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }