23 lines
775 B
Bash
23 lines
775 B
Bash
# Template file for 'python3-jellyfish'
|
|
pkgname=python3-jellyfish
|
|
version=0.8.9
|
|
revision=2
|
|
wrksrc="jellyfish-${version}"
|
|
build_style=python3-module
|
|
make_check_target=build/lib.*/jellyfish/test.py
|
|
hostmakedepends=" python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/jamesturk/jellyfish/main/docs/changelog.md"
|
|
distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz"
|
|
checksum=90d25e8f5971ebbcf56f216ff5bb65d6466572b78908c88c47ab588d4ea436c2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|