From 847b76e3d727c233bc304edc1fd8bc263d6754fa Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 9 May 2025 12:18:29 -0600 Subject: python/python3-maturin: Updated for version 1.8.4. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-maturin/python3-maturin.SlackBuild | 6 +++++- python/python3-maturin/python3-maturin.info | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'python/python3-maturin') diff --git a/python/python3-maturin/python3-maturin.SlackBuild b/python/python3-maturin/python3-maturin.SlackBuild index 8607c76ab4..8ca91f16f9 100644 --- a/python/python3-maturin/python3-maturin.SlackBuild +++ b/python/python3-maturin/python3-maturin.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-maturin SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.8.3} +VERSION=${VERSION:-1.8.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,6 +82,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ +# disable new feature in maturin that would install rust automagically +# to a temp dir if rust-opt is not installed +export MATURIN_NO_INSTALL_RUST=1 + # prevent cargo from using the network. # this only works because we have a vendored sources tarball with # everything cargo would have downloaded. diff --git a/python/python3-maturin/python3-maturin.info b/python/python3-maturin/python3-maturin.info index a5d8e82004..b97779c25e 100644 --- a/python/python3-maturin/python3-maturin.info +++ b/python/python3-maturin/python3-maturin.info @@ -1,10 +1,10 @@ PRGNAM="python3-maturin" -VERSION="1.8.3" +VERSION="1.8.4" HOMEPAGE="https://github.com/PyO3/maturin" -DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.8.3.tar.gz \ - https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.8.3-1.tar.xz" -MD5SUM="46975ebf2bb656e8950779e1fee39c91 \ - 4f4dca821f5837b9348b4990127db245" +DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.8.4.tar.gz \ + https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.8.4-1.tar.xz" +MD5SUM="1773ff8c50ba884a50b7cd4fab355003 \ + d2146f7f8619b136fb331fd847ad688d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="rust-opt python3-setuptools-rust-opt" -- cgit v1.2.3