python-setuptools: Update to 67.8.0

This commit is contained in:
Christoph Reiter
2023-06-20 12:01:02 +02:00
parent 47093519f3
commit 049bc390d5

View File

@@ -3,7 +3,7 @@
_realname=setuptools
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=67.6.1
pkgver=67.8.0
pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
arch=('any')
@@ -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=('688f91cd26d82a48e8abd08661a54eb6c02e9a1f165575b993067e42db76b5ae')
sha256sums=('d696681648c66c81142169219d0353a9b693b341827b7accc0f3820ec5423a7c')
prepare() {
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0