python3-pip: update to 24.1.

This commit is contained in:
Andrew J. Hesford 2024-06-21 23:52:49 -04:00
parent f450ef6a7e
commit ad25f5da34
2 changed files with 4 additions and 14 deletions
srcpkgs/python3-pip

View file

@ -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]),
],
},
)

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pip'
pkgname=python3-pip
version=24.0
version=24.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
@ -11,11 +11,13 @@ license="MIT"
homepage="https://pip.pypa.io/"
changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst"
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
checksum=ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2
checksum=bdae551038c0ce6a83030b4aedef27fc95f0daa683593fea22fa05e55ed8e317
# Tests have unpackaged dependencies
make_check=no
post_install() {
vlicense LICENSE.txt
rm "${DESTDIR}/usr/bin/pip"
ln -s pip3 "${DESTDIR}/usr/bin/pip"
}