python3-setuptools: update to 74.0.0.

This commit is contained in:
Andrew J. Hesford 2024-09-01 10:15:02 -04:00
parent 9c36a2466b
commit 79faf62ad5
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-setuptools'
pkgname=python3-setuptools
version=73.0.1
version=74.0.0
revision=1
build_style=python3-module
hostmakedepends="python3-devel"
@ -9,9 +9,9 @@ short_desc="Easily build and distribute Python3 packages"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/pypa/setuptools"
changelog="https://raw.githubusercontent.com/pypa/setuptools/master/CHANGES.rst"
changelog="https://setuptools.pypa.io/en/stable/history.html"
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
checksum=d59a3e788ab7e012ab2c4baed1b376da6366883ee20d7a5fc426816e3d7b1193
checksum=a85e96b8be2b906f3e3e789adec6a9323abf79758ecfa3065bd740d81158b11e
provides="python3-distribute-${version}_1"
replaces="python3-distribute>=0"
# Tests rely on jaraco.path, which relies on singledispatch, both unpackaged;