wok rev 25219

updated python-pip (20.0.2 -> 20.3.4)
author Hans-G?nter Theisgen
date Wed Jul 13 15:45:09 2022 +0100 (22 months ago)
parents 18d272f55498
children 88b11e08f73a
files python-pip/description.txt python-pip/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-pip/description.txt	Wed Jul 13 15:45:09 2022 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +Pip is the package installer for Python.
     1.5 +You can use pip to install packages from the Python Package Index and other indexes.
     2.1 --- a/python-pip/receipt	Wed Jul 13 15:39:54 2022 +0100
     2.2 +++ b/python-pip/receipt	Wed Jul 13 15:45:09 2022 +0100
     2.3 @@ -1,16 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-pip"
     2.7 -SOURCE="pip"
     2.8 -VERSION="20.0.2"
     2.9 +VERSION="20.3.4"	# last version for Python 2
    2.10  CATEGORY="development"
    2.11  SHORT_DESC="The PyPA recommended tool for installing Python packages."
    2.12  MAINTAINER="pascal.bellard@slitaz.org"
    2.13  LICENSE="MIT"
    2.14 -WEB_SITE="https://pip.pypa.io/"
    2.15 +WEB_SITE="https://pypi.org/project/pip/"
    2.16 +REPOLOGY="python:pip"
    2.17  
    2.18 +SOURCE="pip"
    2.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.20 -WGET_URL="https://github.com/pypa/pip/archive/$VERSION.tar.gz"
    2.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.22  
    2.23  DEPENDS="python"
    2.24  BUILD_DEPENDS="python python-setuptools"