puddletag: switch to python2-module
This commit is contained in:
parent
f9e1c76718
commit
8adaaa9d56
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue