python-pip: update to 21.1.2

This commit is contained in:
Naveen
2021-05-26 07:35:47 +00:00
committed by github-actions[bot]
parent d8b610863a
commit 181524784d

View File

@@ -7,16 +7,14 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=21.1.1
pkgrel=2
pkgver=21.1.2
pkgrel=1
pkgdesc="The PyPA recommended tool for installing Python packages. (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
license=('MIT')
url="https://pip.pypa.io/"
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-distlib")
depends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
# checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
# "${MINGW_PACKAGE_PREFIX}-python-scripttest"
# "${MINGW_PACKAGE_PREFIX}-python-csv23"
@@ -27,7 +25,7 @@ source=(
"${_realname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"0001-use-system-distlib.patch"
)
sha256sums=('51ad01ddcd8de923533b01a870e7b987c2eb4d83b50b89e1bf102723ff9fed8b'
sha256sums=('eb5df6b9ab0af50fe1098a52fd439b04730b6e066887ff7497357b9ebd19f79b'
'c7f98690afa60e59324f1ce52e72bd7809cbfaba4e29a2d933f08c1a025f8246')
prepare() {