python-setuptools 75.1.0-1

This commit is contained in:
xhaa123 2024-10-15 19:59:08 +08:00
parent 415e02f352
commit 04b6eb73f7

View File

@ -5,7 +5,7 @@
# Maintainer: Future Linux Team <future_linux@163.com>
pkgname=python-setuptools
pkgver=69.2.0
pkgver=75.1.0
pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
arch=('x86_64')
@ -14,7 +14,7 @@ license=('PSF')
depends=('python')
makedepends=('python-flit-core' 'python-wheel' 'python-installer' 'python-build')
source=(https://github.com/pypa/setuptools/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz)
sha256sums=(a03e246286ffa56fd3f9a323d2642fe8a6c301341e3656981373e4807a5ea038)
sha256sums=(d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538)
build() {
cd ${pkgname#*-}-${pkgver}