python-setuptools: Update to 80.7.1 (#5401)

This commit is contained in:
Christoph Reiter
2025-05-19 23:33:00 +02:00
committed by GitHub
parent 1e77260c5a
commit 8acde9d1c0

View File

@@ -3,7 +3,7 @@
_realname=setuptools
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=80.3.0
pkgver=80.7.1
pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
arch=('any')
@@ -17,7 +17,7 @@ msys2_references=(
)
depends=('python')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz")
sha256sums=('564937f8674f91703429467a9042844f30acc6045074a070a0be716d3652818d')
sha256sums=('c55d5785c669ef960971da78b3e89bbb46c9b08f2687342304013e942304f745')
build() {
cd "${srcdir}/setuptools-${pkgver}"