mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-rapidfuzz: allow building with newer scikit-build
This commit is contained in:
parent
794dc25b7b
commit
6ba2b8ee6d
2 changed files with 14 additions and 1 deletions
13
srcpkgs/python3-rapidfuzz/patches/scikit-build-ver.patch
Normal file
13
srcpkgs/python3-rapidfuzz/patches/scikit-build-ver.patch
Normal 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"]
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-rapidfuzz'
|
# Template file for 'python3-rapidfuzz'
|
||||||
pkgname=python3-rapidfuzz
|
pkgname=python3-rapidfuzz
|
||||||
version=3.9.3
|
version=3.9.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="cmake python3-scikit-build"
|
hostmakedepends="cmake python3-scikit-build"
|
||||||
makedepends="python3-devel rapidfuzz-cpp"
|
makedepends="python3-devel rapidfuzz-cpp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue