media-sound/beets/beets-1.0_rc14.ebuild
author Da Risk <da_risk@geekorum.com>
Tue, 23 Oct 2012 23:53:32 +0200
changeset 48 1c08ccc7236d
parent 44 a82787187c32
permissions -rw-r--r--
Add ebuild for mpd_sima

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit distutils python versionator

MY_PV=${PV/_rc/b}

DESCRIPTION="the music geek's media organizer"
HOMEPAGE="http://beets.radbox.org/"
SRC_URI="https://beets.googlecode.com/files/$PN-$MY_PV.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}
		dev-python/pylast
		dev-python/musicbrainzngs
		>=dev-python/pyacoustid-0.6
		dev-python/unidecode
		dev-python/munkres"

PYTHON_DEPEND="2:5"
S=${WORKDIR}/${PN}-${MY_PV}