diff options
| author | Arn0 <yth@ythogtha.org> | 2025-07-17 15:49:38 +0200 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-07-19 08:17:55 +0700 |
| commit | 224a218d08494570fc64d74bd0467f9c078a1628 (patch) | |
| tree | 31b62db8c9745566e12c5f7e663010258096e45c /python/python3-rapidfuzz | |
| parent | ffcd863b7ea1756d792cc63b5fd608dc247d44fa (diff) | |
python/python3-rapidfuzz: Allows newer Cython
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rapidfuzz')
| -rw-r--r-- | python/python3-rapidfuzz/python3-rapidfuzz.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |
