From 224a218d08494570fc64d74bd0467f9c078a1628 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Thu, 17 Jul 2025 15:49:38 +0200 Subject: python/python3-rapidfuzz: Allows newer Cython Signed-off-by: Willy Sudiarto Raharjo --- python/python3-rapidfuzz/python3-rapidfuzz.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/python3-rapidfuzz/python3-rapidfuzz.SlackBuild') diff --git a/python/python3-rapidfuzz/python3-rapidfuzz.SlackBuild b/python/python3-rapidfuzz/python3-rapidfuzz.SlackBuild index c874baa044..ccf499c5db 100644 --- a/python/python3-rapidfuzz/python3-rapidfuzz.SlackBuild +++ b/python/python3-rapidfuzz/python3-rapidfuzz.SlackBuild @@ -28,7 +28,7 @@ VERSION=${VERSION:-3.13.0} RAPIDCPPVER=${RAPIDCPPVER:-2440ffa} TASKVER=${TASKVER:-130f795} SRCNAM=${SRCNAM:-RapidFuzz} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -69,8 +69,8 @@ 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 {} \; -# Just allow any numpy -sed -i 's|oldest-supported-numpy|numpy|' pyproject.toml +# Just allow any numpy, and newer Cython +sed -i 's|oldest-supported-numpy|numpy|;s|, <3.1.0||' pyproject.toml PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') export PYTHONPATH="/opt/python$PYVER/site-packages:/opt/cython/python$PYVER/site-packages" -- cgit v1.2.3