python3-Levenshtein: update to 0.23.0
This commit is contained in:
parent
b21198d974
commit
7418d7e3fb
|
@ -1,14 +1,17 @@
|
|||
# Template file for 'python3-Levenshtein'
|
||||
pkgname=python3-Levenshtein
|
||||
version=0.12.0
|
||||
revision=9
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
short_desc="Functions for computation of distance and string similarity (Python3)"
|
||||
version=0.23.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="cmake python3-scikit-build"
|
||||
makedepends="python3-devel rapidfuzz-cpp"
|
||||
depends="python3-rapidfuzz"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
short_desc="Functions for computation of distance and string similarity"
|
||||
maintainer="Orphaned <orphan@voidlinux.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
|
||||
homepage="https://github.com/maxbachmann/Levenshtein"
|
||||
distfiles="${PYPI_SITE}/L/Levenshtein/Levenshtein-${version}.tar.gz"
|
||||
checksum=de7ccc31a471ea5bfafabe804c12a63e18b4511afc1014f23c3cc7be8c70d3bd
|
||||
|
||||
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
|
||||
|
|
Loading…
Reference in New Issue