From 6d1c605e1df879d7ea92c195f04b197e11adbe88 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 26 Mar 2018 19:23:19 +0200 Subject: [PATCH] python-pip: update to 9.0.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 ba2fb8dd734..e14f88db403 100644 --- a/srcpkgs/python-pip/template +++ b/srcpkgs/python-pip/template @@ -1,7 +1,7 @@ # Template file for 'python-pip' pkgname=python-pip -version=9.0.1 -revision=2 +version=9.0.3 +revision=1 noarch=yes wrksrc="pip-${version}" build_style=python-module @@ -13,7 +13,7 @@ maintainer="Alessio Sergi " homepage="https://pip.pypa.io/" license="MIT" distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz" -checksum=09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d +checksum=7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796 alternatives="pip:pip:/usr/bin/pip2" post_install() { @@ -28,7 +28,7 @@ python3-pip_package() { alternatives="pip:pip:/usr/bin/pip3" pkg_install() { vmove usr/bin/pip3 - vmove ${py3_sitelib} + vmove usr/lib/python3* vlicense LICENSE.txt LICENSE } }