wok rev 23529

updated python-pip (19.0.3 -> 20.0.2)
author Hans-G?nter Theisgen
date Mon Apr 06 14:44:29 2020 +0100 (2020-04-06)
parents b23b4a307b2f
children cb3fb1595d9e
files python-pip/receipt
line diff
     1.1 --- a/python-pip/receipt	Mon Apr 06 14:39:48 2020 +0100
     1.2 +++ b/python-pip/receipt	Mon Apr 06 14:44:29 2020 +0100
     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  }