From fd3525a3f14bfb8e360e4daee870d5c2bde7e18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 23:27:54 +0700 Subject: [PATCH] python-pylastfp: drop package --- srcpkgs/python-pylastfp/template | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 srcpkgs/python-pylastfp/template diff --git a/srcpkgs/python-pylastfp/template b/srcpkgs/python-pylastfp/template deleted file mode 100644 index 6300e7c7ce..0000000000 --- a/srcpkgs/python-pylastfp/template +++ /dev/null @@ -1,21 +0,0 @@ -# Template file for 'python-pylastfp' -pkgname=python-pylastfp -version=0.6 -revision=4 -wrksrc="pylastfp-${version}" -build_style=python2-module -hostmakedepends="python-setuptools" -makedepends="python-devel libsamplerate-devel fftw-devel" -depends="python-audioread" -pycompile_module="lastfp" -short_desc="Python bindings for Last.fm's acoustic fingerprinting (fplib)" -maintainer="Steven R " -homepage="https://github.com/sampsyo/pylastfp" -license="LGPL-3" -distfiles="${PYPI_SITE}/p/pylastfp/pylastfp-${version}.tar.gz" -checksum="5f9a32e532ab62e5663298b4b3b1db86f5466404f111ccaa9030c23ffee140f7" - -pre_build() { - mv lastmatch{.py,} - sed -i 's,lastmatch.py,lastmatch,g' lastmatch setup.py -}