python3-rapidfuzz: update to 3.9.4

Closes: #51092 [via git-merge-pr]
This commit is contained in:
chrysos349 2024-07-03 18:02:19 +03:00 committed by classabbyamp
parent faa142e153
commit 05464e28b8
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'python3-rapidfuzz' # Template file for 'python3-rapidfuzz'
pkgname=python3-rapidfuzz pkgname=python3-rapidfuzz
version=3.9.3 version=3.9.4
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="cmake python3-scikit-build" hostmakedepends="cmake python3-scikit-build"
makedepends="python3-devel rapidfuzz-cpp" makedepends="python3-devel rapidfuzz-cpp"
@ -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=b398ea66e8ed50451bce5997c430197d5e4b06ac4aa74602717f792d8d8d06e2 checksum=366bf8947b84e37f2f4cf31aaf5f37c39f620d8c0eddb8b633e6ba0129ca4a0a
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}" export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"