15 lines
611 B
Bash
15 lines
611 B
Bash
# Template file for 'python3-Levenshtein'
|
|
pkgname=python3-Levenshtein
|
|
version=0.12.0
|
|
revision=5
|
|
wrksrc=python-Levenshtein-$version
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel python3-setuptools"
|
|
makedepends="python3-devel"
|
|
short_desc="Functions for computation of distance and string similarity (Python3)"
|
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://pypi.org/project/python-Levenshtein/"
|
|
distfiles="${PYPI_SITE}/p/python-Levenshtein/python-Levenshtein-${version}.tar.gz"
|
|
checksum=033a11de5e3d19ea25c9302d11224e1a1898fe5abd23c61c7c360c25195e3eb1
|