mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-pip: update to 20.0.2.
This commit is contained in:
parent
a6b1b5aa1a
commit
4ba7c6f6c4
2 changed files with 9 additions and 8 deletions
|
@ -1,11 +1,13 @@
|
||||||
--- setup.py.orig
|
--- setup.py.orig
|
||||||
+++ setup.py
|
+++ setup.py
|
||||||
@@ -76,8 +76,6 @@
|
@@ -75,10 +75,6 @@
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"pip=pip._internal.main:main",
|
"pip=pip._internal.cli.main:main",
|
||||||
- "pip%s=pip._internal.main:main" % sys.version_info[:1],
|
- "pip{}=pip._internal.cli.main:main".format(sys.version_info[0]),
|
||||||
- "pip%s.%s=pip._internal.main:main" % sys.version_info[:2],
|
- "pip{}.{}=pip._internal.cli.main:main".format(
|
||||||
|
- *sys.version_info[:2]
|
||||||
|
- ),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-pip'
|
# Template file for 'python-pip'
|
||||||
pkgname=python-pip
|
pkgname=python-pip
|
||||||
version=19.3.1
|
version=20.0.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pip-${version}"
|
wrksrc="pip-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pip"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools"
|
||||||
short_desc="PyPA recommended tool for installing PyPI packages (Python2)"
|
short_desc="PyPA recommended tool for installing PyPI packages (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pip.pypa.io/"
|
homepage="https://pip.pypa.io/"
|
||||||
|
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=21207d76c1031e517668898a6b46a9fb1501c7a4710ef5dfd6a40ad9e6757ea7
|
checksum=7db0c8ea4c7ea51c8049640e8e6e7fde949de672bfa4949920675563a5a6967f
|
||||||
alternatives="pip:pip:/usr/bin/pip2"
|
alternatives="pip:pip:/usr/bin/pip2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -22,7 +22,6 @@ post_install() {
|
||||||
|
|
||||||
python3-pip_package() {
|
python3-pip_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="pip"
|
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="pip:pip:/usr/bin/pip3"
|
alternatives="pip:pip:/usr/bin/pip3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue