From 8104b272b171c96fc602b05c9507eac7973419aa Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 29 Jun 2014 11:49:29 +0200 Subject: [PATCH] python-audioread: switch to setuptools Audioread supports both python2 and python3. The gst-python dependency is python2 only, so no python3.4 subpkg. --- srcpkgs/python-audioread/template | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/srcpkgs/python-audioread/template b/srcpkgs/python-audioread/template index 7826460bde..56a8f01bd2 100644 --- a/srcpkgs/python-audioread/template +++ b/srcpkgs/python-audioread/template @@ -1,18 +1,17 @@ # Template file for 'python-audioread' pkgname=python-audioread version=1.0.2 -revision=1 -distfiles="https://github.com/sampsyo/audioread/archive/v${version}.tar.gz" -checksum="c0f5f33975c4c512c4aa29f8b0bbbb6b4a47c4ecd455057582b9b13d9c04679e" -build_style="python-module" -pycompile_module="audioread" -hostmakedepends="python-devel python-distribute" -makedepends="${hostmakedepends}" -depends="python gst-python" -maintainer="Steven R " -homepage="https://github.com/sampsyo/audioread" -license="MIT" -short_desc="Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python" - -noarch="yes" +revision=2 +noarch=yes wrksrc="audioread-${version}" +build_style="python-module" +hostmakedepends="python-setuptools" +makedepends="python-devel" +depends="python gst-python" +pycompile_module="audioread" +short_desc="Multi-library, cross-platform audio decoding in Python" +maintainer="Steven R " +homepage="https://github.com/sampsyo/audioread/" +license="MIT" +distfiles="https://pypi.python.org/packages/source/a/audioread/audioread-${version}.tar.gz" +checksum=ed377f6027ee97442c4f7ecebc10b84014dcc11639ffdf259ba47e1b7666a5df