wok-next annotate python-urllib3/receipt @ rev 20611

Add rpcsvc-proto
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 21:54:31 2018 +0300 (2018-04-19)
parents 0e7893ac206d
children 542df2bfb7b5
rev   line source
al@19763 1 # SliTaz package receipt v2.
al@19763 2
al@19763 3 PACKAGE="python-urllib3"
al@20443 4 VERSION="1.22"
al@19763 5 CATEGORY="network"
al@19763 6 SHORT_DESC="HTTP library with thread-safe connection pooling, file post, and more"
al@19763 7 MAINTAINER="al.bobylev@gmail.com"
al@19763 8 LICENSE="MIT"
al@19763 9 WEB_SITE="https://pypi.python.org/pypi/urllib3"
al@19763 10
al@20444 11 BUILD_DEPENDS="python"
al@19763 12
al@20443 13 compile_rules() {
al@19763 14 pip install --no-compile --root=$DESTDIR urllib3
al@19763 15 }
al@19763 16
al@20443 17 genpkg_rules() {
al@19763 18 copy @std
al@19763 19 DEPENDS="python"
al@19763 20 }