pip: Update to 22.3.1
also it should work without setuptools now, as it will install build deps where needed.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
_realname=pip
|
||||
pkgbase="python-${_realname}"
|
||||
pkgname=("python-${_realname}")
|
||||
pkgver=22.2
|
||||
pkgver=22.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="The PyPA recommended tool for installing Python packages"
|
||||
url="https://pip.pypa.io/"
|
||||
@@ -11,18 +11,18 @@ arch=('any')
|
||||
license=('spdx:MIT')
|
||||
depends=(
|
||||
'python'
|
||||
'python-setuptools'
|
||||
)
|
||||
makedepends=(
|
||||
'python-build'
|
||||
'python-installer'
|
||||
'python-wheel'
|
||||
'python-setuptools'
|
||||
)
|
||||
provides=("python3-${_realname}")
|
||||
replaces=("python3-${_realname}")
|
||||
conflicts=("python3-${_realname}")
|
||||
source=(${_realname}-${pkgver}.tar.gz::https://github.com/pypa/${_realname}/archive/${pkgver}.tar.gz)
|
||||
sha256sums=('29f3b99409e8d633167df8c71262675ff7698b9831de45aa17d9221ed97028b6')
|
||||
sha256sums=('8d9f7cd8ad0d6f0c70e71704fd3f0f6538d70930454f1f21bbc2f8e94f6964ee')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_realname}-${pkgver}"
|
||||
|
||||
Reference in New Issue
Block a user