python-alsa: switch to python2-module

Small tweaks and clean up.
This commit is contained in:
Alessio Sergi 2016-10-17 12:32:36 +02:00
parent 56043b21a1
commit 58f3c901a4
1 changed files with 4 additions and 5 deletions

View File

@ -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 <sa.prybylx@gmail.com>"
license="GPL-2"
homepage="http://alsa-project.org"