mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
22 lines
797 B
Bash
22 lines
797 B
Bash
# Template file for 'python3-rapidfuzz'
|
|
pkgname=python3-rapidfuzz
|
|
version=3.9.3
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="cmake python3-scikit-build"
|
|
makedepends="python3-devel rapidfuzz-cpp"
|
|
depends="python3"
|
|
checkdepends="python3-hypothesis python3-pandas python3-pytest"
|
|
short_desc="Rapid fuzzy string matching in Python using various string metrics"
|
|
maintainer="chrysos349 <chrysostom349@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/maxbachmann/rapidfuzz"
|
|
changelog="https://github.com/rapidfuzz/RapidFuzz/releases"
|
|
distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
|
|
checksum=b398ea66e8ed50451bce5997c430197d5e4b06ac4aa74602717f792d8d8d06e2
|
|
|
|
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|