python-pip: update to 19.2.3
This commit is contained in:
parent
25fac0b7be
commit
b5b728c322
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pip'
|
||||
pkgname=python-pip
|
||||
version=18.1
|
||||
version=19.2.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="pip-${version}"
|
||||
|
@ -8,12 +8,12 @@ build_style=python-module
|
|||
pycompile_module="pip"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools"
|
||||
short_desc="The PyPA recommended tool for installing PyPI packages (Python2)"
|
||||
short_desc="PyPA recommended tool for installing PyPI packages (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://pip.pypa.io/"
|
||||
license="MIT"
|
||||
homepage="https://pip.pypa.io/"
|
||||
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
|
||||
checksum=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1
|
||||
checksum=e7a31f147974362e6c82d84b91c7f2bdf57e4d3163d3d454e6c3e71944d67135
|
||||
alternatives="pip:pip:/usr/bin/pip2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue