python-pyacoustid: switch to setuptools; fix deps
This commit is contained in:
parent
cbd97abd83
commit
58945c1ef4
1 changed files with 9 additions and 10 deletions
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'python-pyacoustid'
|
||||
pkgname=python-pyacoustid
|
||||
version=1.1.0
|
||||
revision=1
|
||||
distfiles="https://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-${version}.tar.gz"
|
||||
checksum="0117039cb116af245e6866e8e8bf3c9c8b2853ad087142bd0c2dfc0acc09d452"
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="pyacoustid-${version}"
|
||||
build_style="python-module"
|
||||
pycompile_module="pyacoustid"
|
||||
hostmakedepends="python-devel python-distribute"
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="python"
|
||||
depends="python python-audioread python-requests chromaprint"
|
||||
pycompile_module="acoustid.py chromaprint.py"
|
||||
short_desc="Python bindings for Chromaprint and the Acoustid API"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
homepage="https://github.com/sampsyo/pyacoustid"
|
||||
license="MIT"
|
||||
short_desc="Bindings for Chromaprint acoustic fingerprinting and the Acoustid API"
|
||||
|
||||
noarch="yes"
|
||||
wrksrc="pyacoustid-${version}"
|
||||
distfiles="https://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-${version}.tar.gz"
|
||||
checksum=0117039cb116af245e6866e8e8bf3c9c8b2853ad087142bd0c2dfc0acc09d452
|
||||
|
|
Loading…
Reference in a new issue