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

perl: force-arch, we need perl-dev-i486 and perl-dev-x86_64
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 06 20:27:31 2018 +0200 (2018-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	Thu Dec 06 20:27:31 2018 +0200
     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() {