beets: update to 1.3.7

This commit is contained in:
Alessio Sergi 2014-09-11 00:41:37 +02:00
parent d358e47cc4
commit 0969b397fa
1 changed files with 16 additions and 11 deletions

View File

@ -1,16 +1,21 @@
# Template file for 'beets'
pkgname=beets
version=1.3.6
revision=2
noarch="yes"
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
checksum=3b042ed072de2dc3bb941cd7786d35ce98fe88f499c486b8d597be6f53c1d9c6
version=1.3.7
revision=1
noarch=yes
build_style="python-module"
pycompile_module="beets beetsplug"
hostmakedepends="python-setuptools"
makedepends="${hostmakedepends}"
depends="python-yaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-setuptools python-enum34"
maintainer="Steven R <dev@styez.com>"
homepage="https://github.com/sampsyo/beets"
license="GPL"
depends="mutagen python-enum34 python-munkres python-musicbrainzngs python-Unidecode python-yaml"
pycompile_module="beets beetsplug"
short_desc="Media library management system for obsessive-compulsive music geeks"
maintainer="Steven R <dev@styez.com>"
homepage="http://beets.radbox.org/"
license="MIT"
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=12b3947379e21bd89390292ef5ff08453542232fa83049f98542ec983a0328a9
post_install() {
vman man/beet.1
vman man/beetsconfig.5
vlicense LICENSE
}