mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
python3-jellyfish: Update to 0.8.8
This commit is contained in:
parent
fdc7de6daa
commit
2e027f25b8
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-jellyfish'
|
# Template file for 'python3-jellyfish'
|
||||||
pkgname=python3-jellyfish
|
pkgname=python3-jellyfish
|
||||||
version=0.7.2
|
version=0.8.8
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="jellyfish-${version}"
|
wrksrc="jellyfish-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="jellyfish"
|
make_check_target=build/lib.*/jellyfish/test.py
|
||||||
hostmakedepends=" python3-setuptools"
|
hostmakedepends=" python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
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://github.com/sunlightlabs/jellyfish"
|
||||||
distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz"
|
||||||
checksum=cb09c50d7e2bb7b926fc7654762bc81f9c629e0c92ae7137bf22b34f39515286
|
checksum=0506089cacf9b5897442134417b04b3c6610c19f280ae535eace390dc6325a5c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue