python-pip: update to 20.2.3.
This commit is contained in:
parent
3d30a15c64
commit
4036c46a0d
2 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-pip'
|
# Template file for 'python-pip'
|
||||||
pkgname=python-pip
|
pkgname=python-pip
|
||||||
version=20.0.2
|
version=20.2.3
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
|
||||||
wrksrc="pip-${version}"
|
wrksrc="pip-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -13,7 +12,7 @@ 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=7db0c8ea4c7ea51c8049640e8e6e7fde949de672bfa4949920675563a5a6967f
|
checksum=30c70b6179711a7c4cf76da89e8a0f5282279dfb0278bec7b94134be92543b6d
|
||||||
alternatives="pip:pip:/usr/bin/pip2"
|
alternatives="pip:pip:/usr/bin/pip2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -21,7 +20,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pip_package() {
|
python3-pip_package() {
|
||||||
archs=noarch
|
|
||||||
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"
|
||||||
|
|
1
srcpkgs/python-pip/update
Normal file
1
srcpkgs/python-pip/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern='pip-\K[0-9.]+(?=.tar.gz)'
|
Loading…
Add table
Add a link
Reference in a new issue