From 6771d706a35272b9d00a98dcb45654733b7b782e Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 21 Apr 2017 14:57:30 +0200 Subject: [PATCH] python-editdistance: removed; pylint doesn't depend on editdistance any longer --- srcpkgs/python-editdistance/template | 27 --------------------------- srcpkgs/python3-editdistance | 1 - 2 files changed, 28 deletions(-) delete mode 100644 srcpkgs/python-editdistance/template delete mode 120000 srcpkgs/python3-editdistance diff --git a/srcpkgs/python-editdistance/template b/srcpkgs/python-editdistance/template deleted file mode 100644 index 45dba44c875..00000000000 --- a/srcpkgs/python-editdistance/template +++ /dev/null @@ -1,27 +0,0 @@ -# Template file for 'python-editdistance' -pkgname=python-editdistance -version=0.3.1 -revision=1 -wrksrc="editdistance-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel" -short_desc="Fast implementation of the edit 'Levenshtein' distance (Python2)" -maintainer="Alessio Sergi " -homepage="https://github.com/aflc/editdistance" -license="MIT" -distfiles="${PYPI_SITE}/e/editdistance/editdistance-${version}.tar.gz" -checksum=8ec8a2158b9234adb0ca7ecfb0b4caa35e45ad5d00353c80793c9f54e1a35121 - -post_install() { - sed -n '/Copyright/,/SOFTWARE\./p' setup.py >LICENSE - vlicense LICENSE -} - -python3-editdistance_package() { - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-editdistance b/srcpkgs/python3-editdistance deleted file mode 120000 index 70ec7823049..00000000000 --- a/srcpkgs/python3-editdistance +++ /dev/null @@ -1 +0,0 @@ -python-editdistance \ No newline at end of file