puddletag: switch to python2-module

This commit is contained in:
Alessio Sergi 2016-10-17 11:50:19 +02:00
parent f9e1c76718
commit 8adaaa9d56
1 changed files with 6 additions and 8 deletions

View File

@ -2,17 +2,15 @@
pkgname=puddletag
version=1.1.1
revision=2
noarch=yes
build_wrksrc=source
build_style=python2-module
pycompile_module="puddlestuff"
hostmakedepends="python-devel"
depends="mutagen python-PyQt4 python-parsing python-configobj"
short_desc="MP3 tagging GUI"
maintainer="allan <mail@may.mooo.com>"
license="GPL-2"
homepage="http://puddletag.sourceforge.net"
distfiles=https://github.com/keithgg/puddletag/archive/${version}.tar.gz
checksum=550680abf9c2cf082861dfb3b61fd308f87f9ed304065582cddadcc8bdd947cc
build_wrksrc=source
noarch=yes
build_style=python-module
python_versions=2.7
pycompile_module=puddlestuff
hostmakedepends="python-devel"
depends="mutagen python-PyQt4 python-parsing python-configobj"