wok diff python-pip/receipt @ rev 23922
Add alieninvasion, spaceinvader, racer10k and javascript-racer
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 22 17:01:17 2020 +0000 (2020-08-22) |
parents | 814362194a8d |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/python-pip/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-pip/receipt Sat Aug 22 17:01:17 2020 +0000 1.3 @@ -2,17 +2,18 @@ 1.4 1.5 PACKAGE="python-pip" 1.6 SOURCE="pip" 1.7 -VERSION="19.0.3" 1.8 +VERSION="20.0.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="The PyPA recommended tool for installing Python packages" 1.11 +SHORT_DESC="The PyPA recommended tool for installing Python packages." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://pip.pypa.io/" 1.15 + 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://pip.pypa.io/" 1.18 WGET_URL="https://github.com/pypa/pip/archive/$VERSION.tar.gz" 1.19 1.20 DEPENDS="python" 1.21 -BUILD_DEPENDS="python-setuptools" 1.22 +BUILD_DEPENDS="python python-setuptools" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 @@ -24,5 +25,5 @@ 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - cp -a $install/usr $fs 1.31 + cp -a $install/usr $fs 1.32 }