From 346208c3df607e6c4f22894672701c7368b64b42 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 20 Jan 2023 10:52:18 -0500 Subject: [PATCH] python3-setuptools: update to 66.1.0. --- srcpkgs/python3-setuptools/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template index c2ec91d4263..8356cec4797 100644 --- a/srcpkgs/python3-setuptools/template +++ b/srcpkgs/python3-setuptools/template @@ -1,17 +1,17 @@ # Template file for 'python3-setuptools' pkgname=python3-setuptools -version=65.5.1 +version=66.1.0 revision=1 build_style=python3-module hostmakedepends="python3-devel" depends="python3" short_desc="Easily build and distribute Python3 packages" -maintainer="Orphaned " +maintainer="Andrew J. Hesford " license="MIT" homepage="https://github.com/pypa/setuptools" changelog="https://raw.githubusercontent.com/pypa/setuptools/master/CHANGES.rst" distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz" -checksum=e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f +checksum=78a02bdea8a5cb66dec1c507598c443bcc75562817d2556c1a17f7a344615bb4 provides="python3-distribute-${version}_1" replaces="python3-distribute>=0" # Tests rely on jaraco.path, which relies on singledispatch, both unpackaged;