python-pip: update to 9.0.3
This commit is contained in:
parent
28504c5a3c
commit
6d1c605e1d
1 changed files with 4 additions and 4 deletions
|
@ -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 <al3hex@gmail.com>"
|
|||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue