From 58945c1ef4b531e16307f80211a8423c8e904db3 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 10 Jul 2014 10:00:00 +0200 Subject: [PATCH] python-pyacoustid: switch to setuptools; fix deps --- srcpkgs/python-pyacoustid/template | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/srcpkgs/python-pyacoustid/template b/srcpkgs/python-pyacoustid/template index bb0ef3923e4..2664186e5f3 100644 --- a/srcpkgs/python-pyacoustid/template +++ b/srcpkgs/python-pyacoustid/template @@ -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 " 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