44
|
1 |
# Copyright 1999-2012 Gentoo Foundation |
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
|
3 |
# $Header: $ |
|
4 |
|
|
5 |
EAPI=4 |
|
6 |
|
|
7 |
inherit distutils python versionator |
|
8 |
|
|
9 |
MY_PV=${PV/_rc/b} |
|
10 |
|
|
11 |
DESCRIPTION="the music geek's media organizer" |
|
12 |
HOMEPAGE="http://beets.radbox.org/" |
|
13 |
SRC_URI="https://beets.googlecode.com/files/$PN-$MY_PV.tar.gz" |
|
14 |
|
|
15 |
LICENSE="MIT" |
|
16 |
SLOT="0" |
|
17 |
KEYWORDS="~amd64" |
|
18 |
IUSE="" |
|
19 |
|
|
20 |
DEPEND="" |
|
21 |
RDEPEND="${DEPEND} |
|
22 |
dev-python/pylast |
|
23 |
dev-python/musicbrainzngs |
|
24 |
>=dev-python/pyacoustid-0.6 |
|
25 |
dev-python/unidecode |
|
26 |
dev-python/munkres" |
|
27 |
|
|
28 |
PYTHON_DEPEND="2:5" |
|
29 |
S=${WORKDIR}/${PN}-${MY_PV} |
|
30 |
|