22 lines
742 B
Bash
22 lines
742 B
Bash
# Template file for 'python3-jellyfish'
|
|
pkgname=python3-jellyfish
|
|
version=0.9.0
|
|
revision=2
|
|
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://jamesturk.github.io/jellyfish/"
|
|
changelog="https://raw.githubusercontent.com/jamesturk/jellyfish/main/docs/changelog.md"
|
|
distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz"
|
|
checksum=40c9a2ffd8bd3016f7611d424120442f627f56d518a106847dc93f0ead6ad79a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|