# Contributor: Galen Abell # Maintainer: Galen Abell pkgname=py3-levenshtein pkgver=0.21.0 pkgrel=0 pkgdesc="Python extension for computing string edit distances and similarities" url="https://github.com/maxbachmann/Levenshtein" arch="all" license="GPL-2.0-only" depends="python3 py3-rapidfuzz" makedepends=" cmake cython py3-gpep517 py3-scikit-build python3-dev rapidfuzz samurai " checkdepends="py3-pytest" subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/maxbachmann/Levenshtein/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/Levenshtein-$pkgver" build() { gpep517 build-wheel \ --wheel-dir dist \ --output-fd 3 3>&1 >&2 } check() { python3 -m venv --clear --without-pip --system-site-packages testenv testenv/bin/python3 -m installer \ dist/Levenshtein*.whl testenv/bin/python3 -m pytest } package() { python3 -m installer -d "$pkgdir" \ dist/Levenshtein*.whl } sha512sums=" 6014e16caadb985bf5692320d15ec531910ce02f63ad7e6765049c6b51482010c30a4b2e924dcc11f1912b19c39828572870c9bd173de3f786ecc5f5c321f924 py3-levenshtein-0.21.0.tar.gz "