void-packages/srcpkgs/python-pylastfp/template

22 lines
732 B
Text
Raw Normal View History

2013-08-03 22:27:31 +00:00
# Template file for 'python-pylastfp'
pkgname=python-pylastfp
version=0.6
revision=3
wrksrc="pylastfp-${version}"
2014-02-22 22:55:22 +00:00
build_style="python-module"
hostmakedepends="python-setuptools"
2014-02-23 03:33:30 +00:00
makedepends="python-devel libsamplerate-devel fftw-devel"
depends="python python-audioread"
pycompile_module="lastfp"
short_desc="Python bindings for Last.fm's acoustic fingerprinting (fplib)"
2014-02-22 22:55:22 +00:00
maintainer="Steven R <dev@styez.com>"
2013-08-03 22:27:31 +00:00
homepage="https://github.com/sampsyo/pylastfp"
license="LGPL-3"
distfiles="https://pypi.python.org/packages/source/p/pylastfp/pylastfp-${version}.tar.gz"
checksum="5f9a32e532ab62e5663298b4b3b1db86f5466404f111ccaa9030c23ffee140f7"
2014-02-22 22:55:22 +00:00
pre_build() {
mv lastmatch{.py,}
sed -i 's,lastmatch.py,lastmatch,g' lastmatch setup.py
}