diff --git a/srcpkgs/python3-pip/patches/no-versioned-pip.patch b/srcpkgs/python3-pip/patches/no-versioned-pip.patch deleted file mode 100644 index 2f56d1d60aa..00000000000 --- a/srcpkgs/python3-pip/patches/no-versioned-pip.patch +++ /dev/null @@ -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]), - ], - }, - ) diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template index b2386d7c536..1980ab581da 100644 --- a/srcpkgs/python3-pip/template +++ b/srcpkgs/python3-pip/template @@ -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" }