python-pip: update to 18.0
This commit is contained in:
parent
7be7423da4
commit
fa4965fae5
2 changed files with 13 additions and 13 deletions
|
@ -1,11 +1,11 @@
|
|||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -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,
|
||||
@@ -72,8 +72,6 @@
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"pip=pip._internal:main",
|
||||
- "pip%s=pip._internal:main" % sys.version_info[:1],
|
||||
- "pip%s.%s=pip._internal:main" % sys.version_info[:2],
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pip'
|
||||
pkgname=python-pip
|
||||
version=10.0.1
|
||||
version=18.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pip-${version}"
|
||||
|
@ -13,11 +13,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://pip.pypa.io/"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
|
||||
checksum=f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68
|
||||
checksum=a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76
|
||||
alternatives="pip:pip:/usr/bin/pip2"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
||||
python3-pip_package() {
|
||||
|
@ -29,6 +29,6 @@ python3-pip_package() {
|
|||
pkg_install() {
|
||||
vmove usr/bin/pip3
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE.txt LICENSE
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue