python-pip 24.3.1-1
This commit is contained in:
parent
0cf4596167
commit
2a6a1d0c57
12
PKGBUILD
12
PKGBUILD
@ -5,7 +5,7 @@
|
||||
|
||||
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||
pkgname=python-pip
|
||||
pkgver=24.2
|
||||
pkgver=24.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="The PyPA recommended tool for installing Python packages"
|
||||
arch=('x86_64')
|
||||
@ -14,16 +14,16 @@ license=('MIT')
|
||||
depends=('python' 'python-wheel')
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools')
|
||||
source=(https://github.com/pypa/pip/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz)
|
||||
sha256sums=(e527f2366551b8483fa3a8ac2954aa79f2461e6600d917f3b6ae741d708cb982)
|
||||
sha256sums=(1349240eff5fd44f4b9d834d503d87505a6cd0a8ab022f3f1665181d6a719a73)
|
||||
|
||||
build() {
|
||||
cd ${pkgname#*-}-${pkgver}
|
||||
cd ${pkgname#*-}-${pkgver}
|
||||
|
||||
python3 -m build --wheel --no-isolation
|
||||
python3 -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname#*-}-${pkgver}
|
||||
cd ${pkgname#*-}-${pkgver}
|
||||
|
||||
python3 -m installer -d ${pkgdir} dist/*.whl
|
||||
python3 -m installer -d ${pkgdir} dist/*.whl
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user