mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Levenshtein: update to 0.26.1.
This commit is contained in:
parent
f7cbe877e8
commit
22cfb0e640
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-Levenshtein'
|
# Template file for 'python3-Levenshtein'
|
||||||
pkgname=python3-Levenshtein
|
pkgname=python3-Levenshtein
|
||||||
version=0.25.1
|
version=0.26.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="cmake python3-scikit-build"
|
hostmakedepends="cmake python3-scikit-build-core ninja"
|
||||||
makedepends="python3-devel rapidfuzz-cpp"
|
makedepends="python3-devel rapidfuzz-cpp"
|
||||||
depends="python3-rapidfuzz"
|
depends="python3-rapidfuzz"
|
||||||
checkdepends="${depends} python3-pytest"
|
checkdepends="${depends} python3-pytest"
|
||||||
|
@ -11,7 +11,7 @@ short_desc="Functions for computation of distance and string similarity"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/maxbachmann/Levenshtein"
|
homepage="https://github.com/maxbachmann/Levenshtein"
|
||||||
distfiles="${PYPI_SITE}/L/Levenshtein/Levenshtein-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/l/levenshtein/levenshtein-${version}.tar.gz"
|
||||||
checksum=2df14471c778c75ffbd59cb64bbecfd4b0ef320ef9f80e4804764be7d5678980
|
checksum=0d19ba22330d50609b2349021ec3cf7d905c6fe21195a2d0d876a146e7ed2575
|
||||||
|
|
||||||
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
|
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue