From 7fc3998e983e697ca351741072ec1d0c7432ac5b Mon Sep 17 00:00:00 2001 From: Christian Buschau Date: Tue, 29 Jan 2019 04:49:51 +0100 Subject: [PATCH] python-jellyfish: remove Python 2 support was removed from upstream --- srcpkgs/python-jellyfish/INSTALL.msg | 1 + srcpkgs/python-jellyfish/template | 29 +++++----------------------- 2 files changed, 6 insertions(+), 24 deletions(-) create mode 100644 srcpkgs/python-jellyfish/INSTALL.msg diff --git a/srcpkgs/python-jellyfish/INSTALL.msg b/srcpkgs/python-jellyfish/INSTALL.msg new file mode 100644 index 0000000000..d9033ba5a0 --- /dev/null +++ b/srcpkgs/python-jellyfish/INSTALL.msg @@ -0,0 +1 @@ +python-jellyfish is no longer provided by Void Linux, and will be fully removed from the repos on 2019/04/29 diff --git a/srcpkgs/python-jellyfish/template b/srcpkgs/python-jellyfish/template index a1540d18d2..99ae866aa3 100644 --- a/srcpkgs/python-jellyfish/template +++ b/srcpkgs/python-jellyfish/template @@ -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 " -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"