python-pylastfp: misc tweak; rev bump.
This commit is contained in:
parent
c956601dc3
commit
2723b73691
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'python-pylastfp'
|
# Template file for 'python-pylastfp'
|
||||||
pkgname=python-pylastfp
|
pkgname=python-pylastfp
|
||||||
version=0.6
|
version=0.6
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="https://pypi.python.org/packages/source/p/pylastfp/pylastfp-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/p/pylastfp/pylastfp-${version}.tar.gz"
|
||||||
checksum="5f9a32e532ab62e5663298b4b3b1db86f5466404f111ccaa9030c23ffee140f7"
|
checksum="5f9a32e532ab62e5663298b4b3b1db86f5466404f111ccaa9030c23ffee140f7"
|
||||||
build_style=python-module
|
build_style="python-module"
|
||||||
hostmakedepends="python-devel python-distribute"
|
|
||||||
makedepends="python-devel libsamplerate-devel fftw-devel"
|
|
||||||
depends="python>=2.7 gst-python"
|
|
||||||
pycompile_module="pylastfp"
|
pycompile_module="pylastfp"
|
||||||
wrksrc="pylastfp-${version}"
|
hostmakedepends="python-devel python-distribute"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
makedepends="libsamplerate-devel fftw-devel"
|
||||||
|
depends="gst-python"
|
||||||
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="https://github.com/sampsyo/pylastfp"
|
homepage="https://github.com/sampsyo/pylastfp"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
short_desc="Python interface to Last.fm's acoustic fingerprinting library (called fplib) and its related API services"
|
short_desc="Python interface to Last.fm's acoustic fingerprinting library (called fplib) and its related API services"
|
||||||
|
|
||||||
|
wrksrc="pylastfp-${version}"
|
||||||
|
|
Loading…
Reference in New Issue