# HG changeset patch # User Hans-G?nter Theisgen # Date 1586016669 -3600 # Node ID f6e3d297bb6fb22e7251a12c8e4ac6691f88da15 # Parent dda811c974d8d819ab87344db7f44f7b2acd6d8b updated pycurl (7.19.0 -> 7.43.0.3) diff -r dda811c974d8 -r f6e3d297bb6f pycurl/receipt --- a/pycurl/receipt Sat Apr 04 17:01:40 2020 +0100 +++ b/pycurl/receipt Sat Apr 04 17:11:09 2020 +0100 @@ -1,27 +1,30 @@ # SliTaz package receipt. PACKAGE="pycurl" -VERSION="7.19.0" +VERSION="7.43.0.3" CATEGORY="development" SHORT_DESC="A Python interface to libcurl." MAINTAINER="slaxemulator@gmail.com" LICENSE="LGPL2.1" +WEB_SITE="http://pycurl.io" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://pycurl.sourceforge.net" -WGET_URL="http://pycurl.sourceforge.net/download/$TARBALL" +WGET_URL="https://dl.bintray.com/$PACKAGE/$PACKAGE/$TARBALL" -DEPENDS="python libcurl" -BUILD_DEPENDS="openssl-dev curl-dev python-dev" +DEPENDS="libcurl python" +BUILD_DEPENDS="curl-dev openssl-dev python-dev" # Rules to configure and make the package. compile_rules() { - python setup.py install --curl-config=/usr/bin/curl-config --prefix $DESTDIR/usr + python setup.py install \ + --curl-config=/usr/bin/curl-config \ + --prefix $DESTDIR/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }