python3-jellyfish: update to 0.7.1.

This commit is contained in:
Christian Buschau 2019-01-29 04:49:17 +01:00 committed by maxice8
parent 753f06fce0
commit b2fd5c88cb
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 19 additions and 1 deletions

View File

@ -1 +0,0 @@
python-jellyfish

View File

@ -0,0 +1,19 @@
# Template file for 'python3-jellyfish'
pkgname=python3-jellyfish
version=0.7.1
revision=1
wrksrc="jellyfish-${version}"
build_style=python3-module
pycompile_module="jellyfish"
hostmakedepends=" python3-setuptools"
makedepends="python3-devel"
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=79a5640bb47120596c91b9030ed3164cc5a3d0bb6b15779bb82c3c21f8efa1c1
post_install() {
vlicense LICENSE
}