python-pyacoustid: switch to setuptools; fix deps
This commit is contained in:
parent
cbd97abd83
commit
58945c1ef4
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'python-pyacoustid'
|
# Template file for 'python-pyacoustid'
|
||||||
pkgname=python-pyacoustid
|
pkgname=python-pyacoustid
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="https://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-${version}.tar.gz"
|
noarch=yes
|
||||||
checksum="0117039cb116af245e6866e8e8bf3c9c8b2853ad087142bd0c2dfc0acc09d452"
|
wrksrc="pyacoustid-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
pycompile_module="pyacoustid"
|
hostmakedepends="python-setuptools"
|
||||||
hostmakedepends="python-devel python-distribute"
|
|
||||||
makedepends="${hostmakedepends}"
|
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>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="https://github.com/sampsyo/pyacoustid"
|
homepage="https://github.com/sampsyo/pyacoustid"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
short_desc="Bindings for Chromaprint acoustic fingerprinting and the Acoustid API"
|
distfiles="https://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-${version}.tar.gz"
|
||||||
|
checksum=0117039cb116af245e6866e8e8bf3c9c8b2853ad087142bd0c2dfc0acc09d452
|
||||||
noarch="yes"
|
|
||||||
wrksrc="pyacoustid-${version}"
|
|
||||||
|
|
Loading…
Reference in New Issue