wok-next diff 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
line diff
     1.1 --- a/python-urllib3/receipt	Mon Feb 26 04:46:49 2018 +0200
     1.2 +++ b/python-urllib3/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="python-urllib3"
     1.7 -VERSION="1.22"
     1.8 +VERSION="latest"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="HTTP library with thread-safe connection pooling, file post, and more"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -15,6 +15,7 @@
    1.13  }
    1.14  
    1.15  genpkg_rules() {
    1.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*urllib3-||p' $LOGS/$PACKAGE.log)
    1.17  	copy @std
    1.18  	DEPENDS="python"
    1.19  }