From 772854d57e0f16ab8673db2b33e270e5fc2f6a83 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Thu, 12 Sep 2019 19:22:33 +1000 Subject: [PATCH] python-pip: update to 19.2.3 --- srcpkgs/python-pip/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-pip/template b/srcpkgs/python-pip/template index d9343158552196..75f115618161cb 100644 --- a/srcpkgs/python-pip/template +++ b/srcpkgs/python-pip/template @@ -1,6 +1,6 @@ # Template file for 'python-pip' pkgname=python-pip -version=18.1 +version=19.2.3 revision=1 archs=noarch wrksrc="pip-${version}" @@ -8,12 +8,12 @@ build_style=python-module pycompile_module="pip" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools" -short_desc="The PyPA recommended tool for installing PyPI packages (Python2)" +short_desc="PyPA recommended tool for installing PyPI packages (Python2)" maintainer="Alessio Sergi " -homepage="https://pip.pypa.io/" license="MIT" +homepage="https://pip.pypa.io/" distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz" -checksum=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 +checksum=e7a31f147974362e6c82d84b91c7f2bdf57e4d3163d3d454e6c3e71944d67135 alternatives="pip:pip:/usr/bin/pip2" post_install() {