# Template file for 'beets' pkgname=beets version=1.3.1 revision=1 distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz" checksum="d36052f71f115db1d9cfc097a4e6af0c7eaaccf9a34cfd5021fc8523f56b1313" build_style=python-module hostmakedepends="python-devel" makedepends="python-distribute" maintainer="Steven R " homepage="https://github.com/sampsyo/beets" license="GPL" short_desc="Media library management system for obsessive-compulsive music geeks" beets_package() { noarch="yes" depends="python>=2.7 pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.21 python-munkres" pycompile_module="beets beetsplug" pkg_install() { vmove all } }