From 58f3c901a4125d81709445ce1209287a79cb8a24 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 12:32:36 +0200 Subject: [PATCH] python-alsa: switch to python2-module Small tweaks and clean up. --- srcpkgs/python-alsa/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-alsa/template b/srcpkgs/python-alsa/template index 1b9423609bf..67a4a2b2d43 100644 --- a/srcpkgs/python-alsa/template +++ b/srcpkgs/python-alsa/template @@ -1,13 +1,12 @@ # Template file for 'python-alsa' pkgname=python-alsa version=1.0.29 -revision=1 -wrksrc=pyalsa-${version} -build_style=python-module -python_versions="2.7" +revision=2 +wrksrc="pyalsa-${version}" +build_style=python2-module hostmakedepends="python-setuptools" makedepends="python-devel alsa-lib-devel" -short_desc="Official python bindings for ALSA (Python2)" +short_desc="Official Python bindings for ALSA" maintainer="Steve Prybylski " license="GPL-2" homepage="http://alsa-project.org"