wok-next diff python-pip/receipt @ rev 21261

updated fbida (2.09 -> 2.14)
author Hans-G?nter Theisgen
date Fri Dec 06 14:58:07 2019 +0100 (2019-12-06)
parents 019246ad2f42
children
line diff
     1.1 --- a/python-pip/receipt	Wed Sep 26 00:03:58 2018 +0300
     1.2 +++ b/python-pip/receipt	Fri Dec 06 14:58:07 2019 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  ORIGIN="pip"
     1.6  PACKAGE="python-pip"
     1.7 -VERSION="18.0"
     1.8 +VERSION="18.1"
     1.9  CATEGORY="python"
    1.10  SHORT_DESC="The PyPA recommended tool for installing Python packages"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -19,6 +19,8 @@
    1.13  
    1.14  compile_rules() {
    1.15  	python$SET -B setup.py install --root=$install
    1.16 +
    1.17 +	find $install -type f -exec chmod g-w '{}' \; # 664->644
    1.18  }
    1.19  
    1.20  genpkg_rules() {