python-setuptools: Update to 80.9.0 (#5432)

This commit is contained in:
Christoph Reiter 2025-06-03 08:58:12 +02:00 committed by GitHub
parent 5c57934fb9
commit c6610ca257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
_realname=setuptools
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=80.7.1
pkgver=80.9.0
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=('c55d5785c669ef960971da78b3e89bbb46c9b08f2687342304013e942304f745')
sha256sums=('06921ef18c10968ab35116603645c6e64cde851ff3886838d9c448db5329fe35')
build() {
cd "${srcdir}/setuptools-${pkgver}"