mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pip: update to 24.1.
This commit is contained in:
parent
f450ef6a7e
commit
ad25f5da34
2 changed files with 4 additions and 14 deletions
|
@ -1,12 +0,0 @@
|
||||||
--- a/setup.py
|
|
||||||
+++ b/setup.py
|
|
||||||
@@ -5,9 +5,7 @@
|
|
||||||
setup(
|
|
||||||
entry_points={
|
|
||||||
"console_scripts": [
|
|
||||||
- "pip=pip._internal.cli.main:main",
|
|
||||||
f"pip{sys.version_info[0]}=pip._internal.cli.main:main",
|
|
||||||
- "pip{}.{}=pip._internal.cli.main:main".format(*sys.version_info[:2]),
|
|
||||||
],
|
|
||||||
},
|
|
||||||
)
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-pip'
|
# Template file for 'python3-pip'
|
||||||
pkgname=python3-pip
|
pkgname=python3-pip
|
||||||
version=24.0
|
version=24.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
|
@ -11,11 +11,13 @@ license="MIT"
|
||||||
homepage="https://pip.pypa.io/"
|
homepage="https://pip.pypa.io/"
|
||||||
changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst"
|
changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
|
||||||
checksum=ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2
|
checksum=bdae551038c0ce6a83030b4aedef27fc95f0daa683593fea22fa05e55ed8e317
|
||||||
# Tests have unpackaged dependencies
|
# Tests have unpackaged dependencies
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
||||||
|
rm "${DESTDIR}/usr/bin/pip"
|
||||||
ln -s pip3 "${DESTDIR}/usr/bin/pip"
|
ln -s pip3 "${DESTDIR}/usr/bin/pip"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue