python3-setuptools: update to 80.7.1.

This commit is contained in:
Andrew J. Hesford 2025-05-18 13:08:52 -04:00
parent 5fee223287
commit 8f77e92bb2

View file

@ -1,21 +1,17 @@
# Template file for 'python3-setuptools' # Template file for 'python3-setuptools'
pkgname=python3-setuptools pkgname=python3-setuptools
version=80.3.1 version=80.7.1
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-devel" hostmakedepends="python3-devel"
depends="python3" depends="python3"
short_desc="Easily build and distribute Python3 packages" short_desc="Easily build and distribute Python3 packages"
maintainer="Andrew J. Hesford <ajh@sideband.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
# Upstream declares an "MIT" license and deliberately omits any specific
# license text or copyright declaration.
#
# Cf. https://github.com/pypa/setuptools/pull/4975
license="MIT" license="MIT"
homepage="https://github.com/pypa/setuptools" homepage="https://github.com/pypa/setuptools"
changelog="https://setuptools.pypa.io/en/stable/history.html" changelog="https://setuptools.pypa.io/en/stable/history.html"
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz" distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
checksum=31e2c58dbb67c99c289f51c16d899afedae292b978f8051efaf6262d8212f927 checksum=f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552
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;
@ -24,3 +20,7 @@ make_check=no
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
post_install() {
vlicense LICENSE
}