update to 12.4-systemd: python-setuptools-80.9.0

This commit is contained in:
2025-12-22 00:32:36 -05:00
parent ed687534d7
commit 60b36463a3

View File

@@ -1,12 +1,12 @@
pkgname=python-setuptools
_name=${pkgname#python-}
pkgver=75.8.1
pkgver=80.9.0
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
homepage="https://pypi.org/project/setuptools/"
license=('MIT')
sources=("${_name}-${pkgver}.tar.gz")
urls=("https://pypi.org/packages/source/s/${_name}/${sources[0]}")
md5sums=("7dc3d3f529b76b10e35326e25c676b30")
md5sums=("82e1d67883b713f9493659b50d13b436")
src_prepare() {
tar -xf ${distdir}/${sources[0]} --strip-components=1
@@ -14,6 +14,7 @@ src_prepare() {
src_build() {
#python3 setup.py build
PYTHONDONTWRITEBYTECODE=1
pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD
}