chrysos349 89d4124070
python3-rapidfuzz: update to 3.11.0
Closes: #53616 [via git-merge-pr]
2024-12-24 13:34:47 -05:00

23 lines
803 B
Bash

# Template file for 'python3-rapidfuzz'
pkgname=python3-rapidfuzz
version=3.11.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-scikit-build-core ninja"
makedepends="python3-devel rapidfuzz-cpp"
depends="python3"
checkdepends="python3-hypothesis python3-pandas python3-pytest"
short_desc="Rapid fuzzy string matching in Python using various string metrics"
maintainer="chrysos349 <chrysostom349@gmail.com>"
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=a53ca4d3f52f00b393fab9b5913c5bafb9afc27d030c8a1db1283da6917a860f
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
post_install() {
vlicense LICENSE
}