mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-pip: update to 7.1.1
This commit is contained in:
parent
c11a3ca6b8
commit
53cbd945f9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pip'
|
# Template file for 'python-pip'
|
||||||
pkgname=python-pip
|
pkgname=python-pip
|
||||||
version=7.1.0
|
version=7.1.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pip-${version}"
|
wrksrc="pip-${version}"
|
||||||
|
@ -14,10 +14,10 @@ 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=d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2
|
checksum=b22fe3c93a13fc7c04f145a42fd2ad50a9e3e1b8a7eed2e2b1c66e540a0951da
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '1d' pip/__init__.py
|
sed -i '/^#!/d' pip/__init__.py
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/bin/pip
|
rm -f ${DESTDIR}/usr/bin/pip
|
||||||
|
|
Loading…
Add table
Reference in a new issue