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
|
||||
@@ -78,8 +78,6 @@ setup(
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"pip=pip:main",
|
||||
- "pip%s=pip:main" % sys.version[:1],
|
||||
- "pip%s=pip:main" % sys.version[:3],
|
||||
],
|
||||
},
|
||||
tests_require=tests_require,
|
||||
@@ -77,8 +77,6 @@
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"pip=pip._internal:main",
|
||||
- "pip%s=pip._internal:main" % sys.version[:1],
|
||||
- "pip%s=pip._internal:main" % sys.version[:3],
|
||||
],
|
||||
},
|
||||
tests_require=tests_require,
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-pip'
|
||||
pkgname=python-pip
|
||||
version=9.0.3
|
||||
version=10.0.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pip-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pip"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools"
|
||||
pycompile_module="pip"
|
||||
short_desc="The PyPA recommended tool for installing PyPI packages (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://pip.pypa.io/"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
|
||||
checksum=7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796
|
||||
checksum=f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68
|
||||
alternatives="pip:pip:/usr/bin/pip2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue