python-pip: update to 6.1.0

This commit is contained in:
Alessio Sergi 2015-04-07 17:07:00 +02:00
parent 6ffa7e4046
commit 9c1b1613d3
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-pip'
pkgname=python-pip
version=6.0.8
version=6.1.0
revision=1
noarch=yes
wrksrc="pip-${version}"
@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://pip.pypa.io/"
license="MIT"
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
checksum=0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551
checksum=89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768
pre_build() {
sed -i '1d' pip/__init__.py
@ -22,7 +22,7 @@ pre_build() {
post_install() {
rm -f ${DESTDIR}/usr/bin/pip
ln -sf pip2.7 ${DESTDIR}/usr/bin/pip
vlicense LICENSE.txt
vlicense LICENSE.txt LICENSE
}
python3.4-pip_package() {
@ -35,6 +35,6 @@ python3.4-pip_package() {
vmove usr/bin/pip3
vmove usr/bin/pip3.4
vmove usr/lib/python3.4
vlicense LICENSE.txt
vlicense LICENSE.txt LICENSE
}
}