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

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 6c73b944e8dd
children 92698cd69f34
rev   line source
al@19763 1 # SliTaz package receipt v2.
al@19763 2
al@19763 3 PACKAGE="python-urllib3"
al@20732 4 VERSION="latest"
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@20732 18 VERSION=$(sed -n '/^Successfully installed/ s|.*urllib3-||p' $LOGS/$PACKAGE.log)
al@19763 19 copy @std
al@19763 20 DEPENDS="python"
al@19763 21 }