sonata: rebuild for Python 3.5

Switch to python3-module.
Switch to python3-* pkgs.
This commit is contained in:
Alessio Sergi 2016-10-17 15:46:54 +02:00
parent db3fb1358d
commit e65a8dee80

View file

@ -1,13 +1,12 @@
# Template file for 'sonata'
pkgname=sonata
version=1.7a2
revision=2
revision=3
noarch=yes
build_style=python-module
python_versions="3.4"
build_style=python3-module
pycompile_module="sonata"
hostmakedepends="python3.4-setuptools"
depends="python3.4 python3.4-mpd2 python3.4-gobject gtk+3 ${hostmakedepends}"
hostmakedepends="python3-setuptools"
depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"
short_desc="An elegant GTK 3 client for the Music Player Daemon"
maintainer="Jens E. Becker <v2px@v2px.de>"
homepage="http://www.nongnu.org/sonata/"