wok-next annotate 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
rev   line source
al@19763 1 # SliTaz package receipt v2.
al@16776 2
al@16776 3 PACKAGE="python-requests"
al@20443 4 VERSION="2.18.4"
al@16776 5 CATEGORY="network"
al@16776 6 SHORT_DESC="Python HTTP Requests for Humans"
al@16776 7 MAINTAINER="al.bobylev@gmail.com"
pascal@17345 8 LICENSE="Apache"
al@19763 9 WEB_SITE="https://pypi.python.org/pypi/requests"
al@16776 10
al@20443 11 BUILD_DEPENDS="python-pip python-urllib3 python-idna python-certifi \
al@20443 12 python-chardet"
al@16776 13
al@20443 14 compile_rules() {
al@19763 15 pip install --no-compile --root=$DESTDIR requests
al@16776 16 }
al@16776 17
al@20443 18 genpkg_rules() {
al@19763 19 copy @std
al@19763 20 DEPENDS="$BUILD_DEPENDS"
al@16776 21 }