python3-Levenshtein: update to 0.26.1.

This commit is contained in:
Andrew J. Hesford 2024-11-16 09:26:26 -05:00
parent f7cbe877e8
commit 22cfb0e640

View File

@ -1,9 +1,9 @@
# Template file for 'python3-Levenshtein'
pkgname=python3-Levenshtein
version=0.25.1
version=0.26.1
revision=1
build_style=python3-pep517
hostmakedepends="cmake python3-scikit-build"
hostmakedepends="cmake python3-scikit-build-core ninja"
makedepends="python3-devel rapidfuzz-cpp"
depends="python3-rapidfuzz"
checkdepends="${depends} python3-pytest"
@ -11,7 +11,7 @@ short_desc="Functions for computation of distance and string similarity"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/maxbachmann/Levenshtein"
distfiles="${PYPI_SITE}/L/Levenshtein/Levenshtein-${version}.tar.gz"
checksum=2df14471c778c75ffbd59cb64bbecfd4b0ef320ef9f80e4804764be7d5678980
distfiles="${PYPI_SITE}/l/levenshtein/levenshtein-${version}.tar.gz"
checksum=0d19ba22330d50609b2349021ec3cf7d905c6fe21195a2d0d876a146e7ed2575
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"