python-jellyfish: remove

Python 2 support was removed from upstream
This commit is contained in:
Christian Buschau 2019-01-29 04:49:51 +01:00 committed by maxice8
parent b2fd5c88cb
commit 7fc3998e98
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 6 additions and 24 deletions

View file

@ -0,0 +1 @@
python-jellyfish is no longer provided by Void Linux, and will be fully removed from the repos on 2019/04/29

View file

@ -2,27 +2,8 @@
pkgname=python-jellyfish
version=0.6.1
revision=2
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="jellyfish"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
short_desc="Python2 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=5104e45a2b804b48a46a92a5e6d6e86830fe60ae83b1da32c867402c8f4c2094
post_install() {
vlicense LICENSE
}
python3-jellyfish_package() {
pycompile_module="jellyfish"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}
noarch=yes
build_style=meta
short_desc="Python2 library for approximate and phonetic matching of strings (removed package)"
license="metapackage"
homepage="https://github.com/jamesturk/jellyfish"