python3-rapidfuzz: update to 3.9.6

This commit is contained in:
chrysos349 2024-08-08 18:27:34 +03:00 committed by classabbyamp
parent 5246112d80
commit a5fea2920e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-rapidfuzz'
pkgname=python3-rapidfuzz
version=3.9.5
version=3.9.6
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=257f2406a671371bafd99a2a2c57f991783446bc2176b93a83d1d833e35d36df
checksum=5cf2a7d621e4515fee84722e93563bf77ff2cbe832a77a48b81f88f9e23b9e8d
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"