wok diff python-pip/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents ac8ca9758df1
children 0262035dc1e7
line diff
     1.1 --- a/python-pip/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/python-pip/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pip"
     1.7 -SOURCE="pip"
     1.8 -VERSION="20.0.2"
     1.9 +VERSION="20.3.4"	# last version for Python 2
    1.10  CATEGORY="development"
    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 +WEB_SITE="https://pypi.org/project/pip/"
    1.16 +REPOLOGY="python:pip"
    1.17  
    1.18 +SOURCE="pip"
    1.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20 -WGET_URL="https://github.com/pypa/pip/archive/$VERSION.tar.gz"
    1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.22  
    1.23  DEPENDS="python"
    1.24  BUILD_DEPENDS="python python-setuptools"