Drop Python2 support. Round 4
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
_realname=pip
|
||||
pkgbase="python2-${_realname}"
|
||||
pkgname=("python2-${_realname}")
|
||||
pkgver=19.3.1
|
||||
pkgrel=2
|
||||
pkgver=20.0
|
||||
pkgrel=1
|
||||
pkgdesc="The PyPA recommended tool for installing Python packages"
|
||||
url="https://pip.pypa.io/"
|
||||
arch=('any')
|
||||
@@ -13,7 +13,7 @@ depends=('python2' 'python2-setuptools')
|
||||
conflicts=('python-pyinstall')
|
||||
replaces=('python-pyinstall')
|
||||
source=(${_realname}-${pkgver}.tar.gz::https://github.com/pypa/${_realname}/archive/${pkgver}.tar.gz)
|
||||
sha256sums=('f12b7a6be2dbbfeefae5f14992c89175ef72ce0fe96452b4f66be855a12841ff')
|
||||
sha256sums=('a46819c14ef6726fab4420d3e6caccfd5852c1a5871ec8abe56227fb0af3e812')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_realname}-${pkgver}"
|
||||
|
||||
Reference in New Issue
Block a user