wok-next diff python-requests/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 8cad5edc1a45
children 6c73b944e8dd
line diff
     1.1 --- a/python-requests/receipt	Sat Jun 10 21:12:27 2017 +0300
     1.2 +++ b/python-requests/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.3 @@ -1,24 +1,21 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="python-requests"
     1.7 -VERSION="2.17.3"
     1.8 +VERSION="2.18.4"
     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.python.org/pypi/requests"
    1.14  
    1.15 -BUILD_DEPENDS="python-urllib3 python-idna python-certifi python-chardet"
    1.16 +BUILD_DEPENDS="python-pip python-urllib3 python-idna python-certifi \
    1.17 +python-chardet"
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 +compile_rules() {
    1.23  	pip install --no-compile --root=$DESTDIR requests
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 +genpkg_rules() {
    1.30  	copy @std
    1.31  	DEPENDS="$BUILD_DEPENDS"
    1.32  }