python-setuptools: Update to 67.2.0

This commit is contained in:
Christoph Reiter
2023-02-12 18:07:08 +01:00
parent 2ba7a7d9e0
commit 5ac2ec7727

View File

@@ -3,8 +3,8 @@
_realname=setuptools
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=65.6.3
pkgrel=2
pkgver=67.2.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")
sha512sums=('cf6a020636060391c3e4ac5896bd3580b8a6c7671237faa48372b6a64d0785cbd12910bd3c9b458b2008ccafd1e122a249513d45c8c9bcd2637b6628d68a3210')
sha256sums=('45ea5d9b655739b5294280434b637a5645e56b9b472a5c10be49d1d088fc61a4')
prepare() {
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0