python-pip: update to 10.0.1
This commit is contained in:
parent
084e26f924
commit
1ef56cc0c4
2 changed files with 12 additions and 12 deletions
|
@ -1,11 +1,11 @@
|
||||||
--- setup.py.orig
|
--- setup.py.orig
|
||||||
+++ setup.py
|
+++ setup.py
|
||||||
@@ -78,8 +78,6 @@ setup(
|
@@ -77,8 +77,6 @@
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"pip=pip:main",
|
"pip=pip._internal:main",
|
||||||
- "pip%s=pip:main" % sys.version[:1],
|
- "pip%s=pip._internal:main" % sys.version[:1],
|
||||||
- "pip%s=pip:main" % sys.version[:3],
|
- "pip%s=pip._internal:main" % sys.version[:3],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
tests_require=tests_require,
|
tests_require=tests_require,
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-pip'
|
# Template file for 'python-pip'
|
||||||
pkgname=python-pip
|
pkgname=python-pip
|
||||||
version=9.0.3
|
version=10.0.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
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"
|
||||||
pycompile_module="pip"
|
|
||||||
short_desc="The PyPA recommended tool for installing PyPI packages (Python2)"
|
short_desc="The PyPA recommended tool for installing PyPI packages (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://pip.pypa.io/"
|
homepage="https://pip.pypa.io/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
|
||||||
checksum=7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796
|
checksum=f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68
|
||||||
alternatives="pip:pip:/usr/bin/pip2"
|
alternatives="pip:pip:/usr/bin/pip2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue