python-setuptools: Update to 68.2.1

This commit is contained in:
Christoph Reiter 2023-12-06 08:12:05 +01:00
parent f11ee8f8ae
commit ad7b3bbfef

View File

@ -3,7 +3,7 @@
_realname=setuptools _realname=setuptools
pkgbase="python-${_realname}" pkgbase="python-${_realname}"
pkgname=("python-${_realname}") pkgname=("python-${_realname}")
pkgver=68.2.0 pkgver=68.2.1
pkgrel=1 pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
arch=('any') arch=('any')
@ -19,7 +19,7 @@ provides=("python3-${_realname}" 'python3-distribute')
replaces=("python3-${_realname}" 'python3-distribute') replaces=("python3-${_realname}" 'python3-distribute')
conflicts=("python3-${_realname}") conflicts=("python3-${_realname}")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz") source=("${_realname}-${pkgver}.tar.gz::https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz")
sha256sums=('62160d9fd350484fd64ed418b4644c668f3ab6bbee3563c39d8858005cd8e945') sha256sums=('22215baecd6feb5ecc85206c7d593ad6ae66ce71078e40e6b1f6e7dcc41674fa')
prepare() { prepare() {
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0