void-packages/srcpkgs/python3-jellyfish/template
2021-10-29 00:28:23 +02:00

20 lines
668 B
Bash

# Template file for 'python3-jellyfish'
pkgname=python3-jellyfish
version=0.8.8
revision=1
wrksrc="jellyfish-${version}"
build_style=python3-module
make_check_target=build/lib.*/jellyfish/test.py
hostmakedepends=" python3-setuptools"
makedepends="python3-devel"
checkdepends="python3-pytest"
short_desc="Python3 library for approximate and phonetic matching of strings"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/sunlightlabs/jellyfish"
distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz"
checksum=0506089cacf9b5897442134417b04b3c6610c19f280ae535eace390dc6325a5c
post_install() {
vlicense LICENSE
}