diff --git a/srcpkgs/python-pip/template b/srcpkgs/python-pip/template index d44215124f4..b438cd13c00 100644 --- a/srcpkgs/python-pip/template +++ b/srcpkgs/python-pip/template @@ -1,8 +1,7 @@ # Template file for 'python-pip' pkgname=python-pip -version=20.0.2 +version=20.2.3 revision=1 -archs=noarch wrksrc="pip-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" @@ -13,7 +12,7 @@ license="MIT" homepage="https://pip.pypa.io/" changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst" distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz" -checksum=7db0c8ea4c7ea51c8049640e8e6e7fde949de672bfa4949920675563a5a6967f +checksum=30c70b6179711a7c4cf76da89e8a0f5282279dfb0278bec7b94134be92543b6d alternatives="pip:pip:/usr/bin/pip2" post_install() { @@ -21,7 +20,6 @@ post_install() { } python3-pip_package() { - archs=noarch depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="pip:pip:/usr/bin/pip3" diff --git a/srcpkgs/python-pip/update b/srcpkgs/python-pip/update new file mode 100644 index 00000000000..724819677ce --- /dev/null +++ b/srcpkgs/python-pip/update @@ -0,0 +1 @@ +pattern='pip-\K[0-9.]+(?=.tar.gz)'