mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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
|
--- a/setup.py
|
||||||
+++ b/setup.py
|
+++ b/setup.py
|
||||||
@@ -67,9 +67,7 @@
|
@@ -5,9 +5,7 @@
|
||||||
},
|
setup(
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
- "pip=pip._internal.cli.main:main",
|
- "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]),
|
- "pip{}.{}=pip._internal.cli.main:main".format(*sys.version_info[:2]),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
zip_safe=False,
|
)
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-pip'
|
# Template file for 'python3-pip'
|
||||||
pkgname=python3-pip
|
pkgname=python3-pip
|
||||||
version=23.3.2
|
version=24.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-setuptools"
|
depends="python3"
|
||||||
short_desc="PyPA recommended tool for installing PyPI packages (Python3)"
|
short_desc="PyPA recommended tool for installing PyPI packages (Python3)"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
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=7fd9972f96db22c8077a1ee2691b172c8089b17a5652a44494a9ecb0d78f9149
|
checksum=ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2
|
||||||
# Tests have unpackaged dependencies
|
# Tests have unpackaged dependencies
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue