python3-rapidfuzz: update to 3.13.0

Closes: #55008 [via git-merge-pr]
This commit is contained in:
chrysos349 2025-04-08 20:38:46 +03:00 committed by classabbyamp
parent 9285479f00
commit 63b8b3aecd
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,6 +1,6 @@
# Template file for 'python3-rapidfuzz'
pkgname=python3-rapidfuzz
version=3.12.1
version=3.13.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-scikit-build-core ninja"
@ -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=6a98bbca18b4a37adddf2d8201856441c26e9c981d8895491b5bc857b5f780eb
checksum=d2eaf3839e52cbcc0accbe9817a67b4b0fcf70aaeb229cfddc1c28061f9ce5d8
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"