python3-rapidfuzz: update to 3.9.5

Closes: #51544 [via git-merge-pr]
This commit is contained in:
chrysos349 2024-07-30 16:29:48 +03:00 committed by classabbyamp
parent ce93cd8037
commit 823d1dc4df
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
2 changed files with 2 additions and 15 deletions

View File

@ -1,13 +0,0 @@
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,6 +1,6 @@
# Template file for 'python3-rapidfuzz'
pkgname=python3-rapidfuzz
version=3.9.4
version=3.9.5
revision=1
build_style=python3-pep517
hostmakedepends="cmake python3-scikit-build"
@ -13,7 +13,7 @@ license="MIT"
homepage="https://github.com/maxbachmann/rapidfuzz"
changelog="https://github.com/rapidfuzz/RapidFuzz/releases"
distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
checksum=366bf8947b84e37f2f4cf31aaf5f37c39f620d8c0eddb8b633e6ba0129ca4a0a
checksum=257f2406a671371bafd99a2a2c57f991783446bc2176b93a83d1d833e35d36df
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"