wok-next diff python-pip/receipt @ rev 21590
updated dialog (1.3-20181107 -> 1.3.20200327)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 07:00:06 2020 +0100 (2020-06-24) |
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 Wed Jun 24 07:00:06 2020 +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() {