wok-next view python-requests/receipt @ rev 20506

zerobin: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 16 12:28:31 2018 +0100 (2018-03-16)
parents 0e7893ac206d
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-requests"
4 VERSION="2.18.4"
5 CATEGORY="network"
6 SHORT_DESC="Python HTTP Requests for Humans"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="https://pypi.python.org/pypi/requests"
11 BUILD_DEPENDS="python-urllib3 python-idna python-certifi python-chardet"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR requests
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="$BUILD_DEPENDS"
20 }