python-setuptools: Update to 67.5.0

This commit is contained in:
Christoph Reiter
2023-03-14 07:49:54 +01:00
parent 40452681c1
commit 837244e94d

View File

@@ -3,8 +3,8 @@
_realname=setuptools
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=67.2.0
pkgrel=2
pkgver=67.5.0
pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
arch=('any')
license=('PSF')
@@ -19,7 +19,7 @@ provides=("python3-${_realname}" 'python3-distribute')
replaces=("python3-${_realname}" 'python3-distribute')
conflicts=("python3-${_realname}")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz")
sha256sums=('45ea5d9b655739b5294280434b637a5645e56b9b472a5c10be49d1d088fc61a4')
sha256sums=('72d0cf4580e72893c2b5f1af2323ac1eed42a3b0a03c93f1cc9c543d235aeea3')
prepare() {
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0