From 6c64a3697034cedf16012759dbae52ea6c5cf727 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Tue, 25 Nov 2025 08:31:38 -0700 Subject: python/python3-uv_build: Updated for version 0.9.13. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-uv_build/python3-uv_build.SlackBuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'python/python3-uv_build/python3-uv_build.SlackBuild') diff --git a/python/python3-uv_build/python3-uv_build.SlackBuild b/python/python3-uv_build/python3-uv_build.SlackBuild index bfa7593f31..a90f65fb8a 100644 --- a/python/python3-uv_build/python3-uv_build.SlackBuild +++ b/python/python3-uv_build/python3-uv_build.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-uv_build SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.9.7} +VERSION=${VERSION:-0.9.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,10 +77,6 @@ find . ! -type l -a \ \( -perm /111 -a ! -perm 755 -a -exec chmod -f 755 {} + \) -o \ \( ! -perm /111 -a ! -perm 644 -a -exec chmod -f 644 {} + \) -# patch to not include patched git builds which require network -# https://build.opensuse.org/projects/devel:languages:python/packages/python-uv-build/files/no-git-patch-builds.patch -patch -p1 -i $CWD/no-git-patch-builds.patch - # 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 -- cgit v1.2.3