python3-jellyfish: update to 0.9.0.
This commit is contained in:
parent
2dbfe9aaf0
commit
19f85624fa
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-jellyfish'
|
# Template file for 'python3-jellyfish'
|
||||||
pkgname=python3-jellyfish
|
pkgname=python3-jellyfish
|
||||||
version=0.8.9
|
version=0.9.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="jellyfish-${version}"
|
wrksrc="jellyfish-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_check_target=build/lib.*/jellyfish/test.py
|
make_check_target=build/lib.*/jellyfish/test.py
|
||||||
|
@ -12,10 +12,10 @@ checkdepends="python3-pytest"
|
||||||
short_desc="Python3 library for approximate and phonetic matching of strings"
|
short_desc="Python3 library for approximate and phonetic matching of strings"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/sunlightlabs/jellyfish"
|
homepage="https://jamesturk.github.io/jellyfish/"
|
||||||
changelog="https://raw.githubusercontent.com/jamesturk/jellyfish/main/docs/changelog.md"
|
changelog="https://raw.githubusercontent.com/jamesturk/jellyfish/main/docs/changelog.md"
|
||||||
distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz"
|
||||||
checksum=90d25e8f5971ebbcf56f216ff5bb65d6466572b78908c88c47ab588d4ea436c2
|
checksum=40c9a2ffd8bd3016f7611d424120442f627f56d518a106847dc93f0ead6ad79a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue