package/python-setuptools-scm: bump to version 8.3.1

Drop no longer required host-python-typing-extensions dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
James Hilliard
2025-07-15 16:53:35 -06:00
committed by Arnout Vandecappelle
parent 0b171693a9
commit dccb15884a
2 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/setuptools-scm/json
md5 d8046dce093a94dc382b68b45f6a6257 setuptools_scm-8.1.0.tar.gz
sha256 42dea1b65771cba93b7a515d65a65d8246e560768a66b9106a592c8e7f26c8a7 setuptools_scm-8.1.0.tar.gz
md5 35e09656d091a94b27f9c50b383b32c5 setuptools_scm-8.3.1.tar.gz
sha256 3d555e92b75dacd037d32bafdf94f97af51ea29ae8c7b234cf94b7a5bd242a63 setuptools_scm-8.3.1.tar.gz
# Locally computed sha256 checksums
sha256 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e LICENSE

View File

@@ -4,16 +4,15 @@
#
################################################################################
PYTHON_SETUPTOOLS_SCM_VERSION = 8.1.0
PYTHON_SETUPTOOLS_SCM_VERSION = 8.3.1
PYTHON_SETUPTOOLS_SCM_SOURCE = setuptools_scm-$(PYTHON_SETUPTOOLS_SCM_VERSION).tar.gz
PYTHON_SETUPTOOLS_SCM_SITE = https://files.pythonhosted.org/packages/4f/a4/00a9ac1b555294710d4a68d2ce8dfdf39d72aa4d769a7395d05218d88a42
PYTHON_SETUPTOOLS_SCM_SITE = https://files.pythonhosted.org/packages/b9/19/7ae64b70b2429c48c3a7a4ed36f50f94687d3bfcd0ae2f152367b6410dff
PYTHON_SETUPTOOLS_SCM_LICENSE = MIT
PYTHON_SETUPTOOLS_SCM_LICENSE_FILES = LICENSE
PYTHON_SETUPTOOLS_SCM_SETUP_TYPE = pep517
HOST_PYTHON_SETUPTOOLS_SCM_DEPENDENCIES = \
host-python-packaging \
host-python-setuptools \
host-python-typing-extensions
host-python-setuptools
$(eval $(host-python-package))