package/python-maturin: bump to version 1.9.1

Drop no longer required host-python-tomli 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 17:01:16 -06:00
committed by Arnout Vandecappelle
parent dccb15884a
commit 25d9e3c3d6
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# Locally calculated after vendoring
sha256 c5e19df8566f9c15b6178a6312f1d7071c7a91efb0f578151439b5fcdb517176 python-maturin-1.8.3-cargo4.tar.gz
sha256 344b213648e4954b157132ba8a3b5158576af7499bbd68712f42c5d314a13b40 python-maturin-1.9.1-cargo4.tar.gz
# Locally computed sha256 checksums
sha256 a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2 license-apache
sha256 ea7882c559733766ad08343bde1d1ec80a4967c03a738fb8e0058ef6289f7b7c license-mit

View File

@@ -4,13 +4,12 @@
#
################################################################################
PYTHON_MATURIN_VERSION = 1.8.3
PYTHON_MATURIN_VERSION = 1.9.1
PYTHON_MATURIN_SOURCE_PYPI = maturin-$(PYTHON_MATURIN_VERSION).tar.gz
PYTHON_MATURIN_SITE_PYPI = https://files.pythonhosted.org/packages/30/0b/3fd746cf5cfa3c8d7e20ea08c0dbc2c2c765ae051d0fc43d808a38bc9548
PYTHON_MATURIN_SITE_PYPI = https://files.pythonhosted.org/packages/94/f7/73cf2ae0d6db943a627d28c09f5368735fce6b8b2ad1e1f6bcda2632c80a
PYTHON_MATURIN_SITE = $(PYTHON_MATURIN_SITE_PYPI)/$(PYTHON_MATURIN_SOURCE_PYPI)?buildroot-path=filename
PYTHON_MATURIN_SETUP_TYPE = setuptools-rust
PYTHON_MATURIN_LICENSE = Apache-2.0 or MIT
PYTHON_MATURIN_LICENSE_FILES = license-apache license-mit
HOST_PYTHON_MATURIN_DEPENDENCIES = host-python-tomli
$(eval $(host-python-package))