mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
6674074cd9
commit
666fa7cd22
2 changed files with 15 additions and 3 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/pyproject.toml b/pyproject.toml
|
||||||
|
index 7f5442efc..0aaffcae4 100644
|
||||||
|
--- a/pyproject.toml
|
||||||
|
+++ b/pyproject.toml
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
[build-system]
|
||||||
|
requires = [
|
||||||
|
- "scikit-build-core>=0.10.7"
|
||||||
|
+ "scikit-build-core>=0.10.6"
|
||||||
|
]
|
||||||
|
build-backend = "scikit_build_core.build"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-rapidfuzz'
|
# Template file for 'python3-rapidfuzz'
|
||||||
pkgname=python3-rapidfuzz
|
pkgname=python3-rapidfuzz
|
||||||
version=3.9.7
|
version=3.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="cmake python3-scikit-build"
|
hostmakedepends="python3-scikit-build-core ninja"
|
||||||
makedepends="python3-devel rapidfuzz-cpp"
|
makedepends="python3-devel rapidfuzz-cpp"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-hypothesis python3-pandas python3-pytest"
|
checkdepends="python3-hypothesis python3-pandas python3-pytest"
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://github.com/maxbachmann/rapidfuzz"
|
homepage="https://github.com/maxbachmann/rapidfuzz"
|
||||||
changelog="https://github.com/rapidfuzz/RapidFuzz/releases"
|
changelog="https://github.com/rapidfuzz/RapidFuzz/releases"
|
||||||
distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
|
||||||
checksum=f1c7296534c1afb6f495aa95871f14ccdc197c6db42965854e483100df313030
|
checksum=6b62af27e65bb39276a66533655a2fa3c60a487b03935721c45b7809527979be
|
||||||
|
|
||||||
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
|
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue