python3-setuptools: update to 69.0.1.

This commit is contained in:
Andrew J. Hesford 2023-11-21 08:38:04 -05:00
parent 6dd3973852
commit 2dbffedc53

View file

@ -1,7 +1,7 @@
# Template file for 'python3-setuptools' # Template file for 'python3-setuptools'
pkgname=python3-setuptools pkgname=python3-setuptools
version=68.2.2 version=69.0.1
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-devel" hostmakedepends="python3-devel"
depends="python3" depends="python3"
@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/pypa/setuptools" homepage="https://github.com/pypa/setuptools"
changelog="https://raw.githubusercontent.com/pypa/setuptools/master/CHANGES.rst" changelog="https://raw.githubusercontent.com/pypa/setuptools/master/CHANGES.rst"
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz" distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
checksum=4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87 checksum=f25195d54deb649832182d6455bffba7ac3d8fe71d35185e738d2198a4310044
provides="python3-distribute-${version}_1" provides="python3-distribute-${version}_1"
replaces="python3-distribute>=0" replaces="python3-distribute>=0"
# Tests rely on jaraco.path, which relies on singledispatch, both unpackaged; # Tests rely on jaraco.path, which relies on singledispatch, both unpackaged;