python-pip 24.2-1

This commit is contained in:
xhaa123 2024-10-15 20:01:52 +08:00
parent 8fe4317a45
commit 0cf4596167

View File

@ -5,7 +5,7 @@
# Maintainer: Future Linux Team <future_linux@163.com> # Maintainer: Future Linux Team <future_linux@163.com>
pkgname=python-pip pkgname=python-pip
pkgver=24.0 pkgver=24.2
pkgrel=1 pkgrel=1
pkgdesc="The PyPA recommended tool for installing Python packages" pkgdesc="The PyPA recommended tool for installing Python packages"
arch=('x86_64') arch=('x86_64')
@ -14,7 +14,7 @@ license=('MIT')
depends=('python' 'python-wheel') depends=('python' 'python-wheel')
makedepends=('python-build' 'python-installer' 'python-setuptools') makedepends=('python-build' 'python-installer' 'python-setuptools')
source=(https://github.com/pypa/pip/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz) source=(https://github.com/pypa/pip/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz)
sha256sums=(ad0dfe75fb28092a8cbe18523391695ceb0c0d65a5c9a969349fcb13b12b84c7) sha256sums=(e527f2366551b8483fa3a8ac2954aa79f2461e6600d917f3b6ae741d708cb982)
build() { build() {
cd ${pkgname#*-}-${pkgver} cd ${pkgname#*-}-${pkgver}