python3-setuptools: update to 53.0.0.

This commit is contained in:
Andrew J. Hesford 2021-02-12 10:39:50 -05:00
parent 53ecd29071
commit e175d9b830

View file

@ -1,6 +1,6 @@
# Template file for 'python3-setuptools'
pkgname=python3-setuptools
version=52.0.0
version=53.0.0
revision=1
wrksrc="setuptools-${version}"
build_style=python3-module
@ -14,7 +14,7 @@ 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=fb3a1ee622509550dbf1d419f241296169d7f09cb1eb5b1736f2f10965932b96
checksum=1b18ef17d74ba97ac9c0e4b4265f123f07a8ae85d9cd093949fa056d3eeeead5
provides="python3-distribute-${version}_1"
replaces="python3-distribute>=0"