beets: switch to python 3

Closes: #11294 [via git-merge-pr]
This commit is contained in:
Yuusha Spacewolf 2017-08-24 10:06:27 -05:00 committed by Jürgen Buchmüller
parent 130eea90a6
commit 0f41f4a52b

View file

@ -1,12 +1,12 @@
# Template file for 'beets'
pkgname=beets
version=1.4.6
revision=1
revision=2
noarch=yes
build_style=python2-module
hostmakedepends="python-setuptools"
depends="mutagen python-enum34 python-munkres python-musicbrainzngs python-Unidecode
python-yaml python-jellyfish python-setuptools python-six"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="mutagen python3-munkres python3-musicbrainzngs python3-Unidecode
python3-yaml python3-jellyfish python3-six python3-mutagen"
pycompile_module="beets beetsplug"
short_desc="Media library management system for obsessive-compulsive music geeks"
maintainer="Juan RP <xtraeme@voidlinux.eu>"