python-pip: update to 7.0.1
This commit is contained in:
parent
add9dbae7c
commit
d81f1af39f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pip'
|
# Template file for 'python-pip'
|
||||||
pkgname=python-pip
|
pkgname=python-pip
|
||||||
version=6.1.1
|
version=7.0.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pip-${version}"
|
wrksrc="pip-${version}"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://pip.pypa.io/"
|
homepage="https://pip.pypa.io/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
|
||||||
checksum=89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556
|
checksum=cfec177552fdd0b2d12b72651c8e874f955b4c62c1c2c9f2588cbdc1c0d0d416
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '1d' pip/__init__.py
|
sed -i '1d' pip/__init__.py
|
||||||
|
|
Loading…
Reference in a new issue