From 65dc1c6cc11a3aae7df53c2ed42dbec8063a517f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 5 May 2025 11:00:40 -0400 Subject: [PATCH] python3-setuptools: update to 80.3.1. --- srcpkgs/python3-setuptools/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template index 00acc6eba1e..5e15b68b338 100644 --- a/srcpkgs/python3-setuptools/template +++ b/srcpkgs/python3-setuptools/template @@ -1,17 +1,21 @@ # Template file for 'python3-setuptools' pkgname=python3-setuptools -version=78.1.0 +version=80.3.1 revision=1 build_style=python3-module hostmakedepends="python3-devel" depends="python3" short_desc="Easily build and distribute Python3 packages" maintainer="Andrew J. Hesford " +# 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" homepage="https://github.com/pypa/setuptools" changelog="https://setuptools.pypa.io/en/stable/history.html" distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz" -checksum=18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54 +checksum=31e2c58dbb67c99c289f51c16d899afedae292b978f8051efaf6262d8212f927 provides="python3-distribute-${version}_1" replaces="python3-distribute>=0" # Tests rely on jaraco.path, which relies on singledispatch, both unpackaged; @@ -20,7 +24,3 @@ make_check=no export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 - -post_install() { - vlicense LICENSE -}