python3-rapidfuzz: update to 3.11.0

Closes: #53616 [via git-merge-pr]
This commit is contained in:
chrysos349 2024-12-21 20:37:11 +03:00 committed by classabbyamp
parent a76ac0550e
commit 89d4124070
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'python3-rapidfuzz'
pkgname=python3-rapidfuzz
version=3.10.1
revision=2
version=3.11.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-scikit-build-core ninja"
makedepends="python3-devel rapidfuzz-cpp"
@ -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=5a15546d847a915b3f42dc79ef9b0c78b998b4e2c53b252e7166284066585979
checksum=a53ca4d3f52f00b393fab9b5913c5bafb9afc27d030c8a1db1283da6917a860f
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"