python3-setuptools: update to 66.1.0.

This commit is contained in:
Andrew J. Hesford 2023-01-20 10:52:18 -05:00
parent 52098e4d54
commit 346208c3df
1 changed files with 3 additions and 3 deletions

View File

@ -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 <orphan@voidlinux.org>"
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"
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;