python3-rapidfuzz: allow building with newer scikit-build

This commit is contained in:
chrysos349 2024-06-23 01:21:00 +03:00 committed by Andrew J. Hesford
parent 794dc25b7b
commit 6ba2b8ee6d
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/pyproject.toml b/pyproject.toml
index 26c32df3d..72a570c94 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=42",
- "scikit-build~=0.17.0"
+ "scikit-build>=0.17.0"
]
build-backend = "backend"
backend-path = ["_custom_build"]

View File

@ -1,7 +1,7 @@
# Template file for 'python3-rapidfuzz'
pkgname=python3-rapidfuzz
version=3.9.3
revision=1
revision=2
build_style=python3-pep517
hostmakedepends="cmake python3-scikit-build"
makedepends="python3-devel rapidfuzz-cpp"