# HG changeset patch # User Hans-G?nter Theisgen # Date 1657723509 -3600 # Node ID 7979272365367c37b6a628bfee5931ce9cc00f9a # Parent 18d272f554983dd406ee21583e10cabfb6923ac3 updated python-pip (20.0.2 -> 20.3.4) diff -r 18d272f55498 -r 797927236536 python-pip/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pip/description.txt Wed Jul 13 15:45:09 2022 +0100 @@ -0,0 +1,2 @@ +Pip is the package installer for Python. +You can use pip to install packages from the Python Package Index and other indexes. diff -r 18d272f55498 -r 797927236536 python-pip/receipt --- a/python-pip/receipt Wed Jul 13 15:39:54 2022 +0100 +++ b/python-pip/receipt Wed Jul 13 15:45:09 2022 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="python-pip" -SOURCE="pip" -VERSION="20.0.2" +VERSION="20.3.4" # last version for Python 2 CATEGORY="development" SHORT_DESC="The PyPA recommended tool for installing Python packages." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" -WEB_SITE="https://pip.pypa.io/" +WEB_SITE="https://pypi.org/project/pip/" +REPOLOGY="python:pip" +SOURCE="pip" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://github.com/pypa/pip/archive/$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-setuptools"