mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-jellyfish: remove
Python 2 support was removed from upstream
This commit is contained in:
parent
b2fd5c88cb
commit
7fc3998e98
2 changed files with 6 additions and 24 deletions
1
srcpkgs/python-jellyfish/INSTALL.msg
Normal file
1
srcpkgs/python-jellyfish/INSTALL.msg
Normal 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
|
|
@ -2,27 +2,8 @@
|
||||||
pkgname=python-jellyfish
|
pkgname=python-jellyfish
|
||||||
version=0.6.1
|
version=0.6.1
|
||||||
revision=2
|
revision=2
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=meta
|
||||||
pycompile_module="jellyfish"
|
short_desc="Python2 library for approximate and phonetic matching of strings (removed package)"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
license="metapackage"
|
||||||
makedepends="python-devel python3-devel"
|
homepage="https://github.com/jamesturk/jellyfish"
|
||||||
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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue