mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
python3-pip: update to 24.0.
This commit is contained in:
parent
cc7f1baec8
commit
cdd1101936
2 changed files with 9 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
|||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -67,9 +67,7 @@
|
||||
},
|
||||
@@ -5,9 +5,7 @@
|
||||
setup(
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
- "pip=pip._internal.cli.main:main",
|
||||
"pip{}=pip._internal.cli.main:main".format(sys.version_info[0]),
|
||||
f"pip{sys.version_info[0]}=pip._internal.cli.main:main",
|
||||
- "pip{}.{}=pip._internal.cli.main:main".format(*sys.version_info[:2]),
|
||||
],
|
||||
},
|
||||
zip_safe=False,
|
||||
)
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'python3-pip'
|
||||
pkgname=python3-pip
|
||||
version=23.3.2
|
||||
version=24.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3"
|
||||
short_desc="PyPA recommended tool for installing PyPI packages (Python3)"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
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=7fd9972f96db22c8077a1ee2691b172c8089b17a5652a44494a9ecb0d78f9149
|
||||
checksum=ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2
|
||||
# Tests have unpackaged dependencies
|
||||
make_check=no
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue