wok-next annotate python-requests/receipt @ rev 19763
Up libffi, python, some python-* packages.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jun 10 21:12:27 2017 +0300 (2017-06-10) |
parents | 5b063a7e40ae |
children | 0e7893ac206d |
rev | line source |
---|---|
al@19763 | 1 # SliTaz package receipt v2. |
al@16776 | 2 |
al@16776 | 3 PACKAGE="python-requests" |
al@19763 | 4 VERSION="2.17.3" |
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@19763 | 11 BUILD_DEPENDS="python-urllib3 python-idna python-certifi python-chardet" |
al@16776 | 12 |
al@16776 | 13 # Rules to configure and make the package. |
al@16776 | 14 compile_rules() |
al@16776 | 15 { |
al@19763 | 16 pip install --no-compile --root=$DESTDIR requests |
al@16776 | 17 } |
al@16776 | 18 |
al@16776 | 19 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@16776 | 20 genpkg_rules() |
al@16776 | 21 { |
al@19763 | 22 copy @std |
al@19763 | 23 DEPENDS="$BUILD_DEPENDS" |
al@16776 | 24 } |