summaryrefslogtreecommitdiffstats
path: root/packages/media-sound/beets/beets-1.1.0.exheres-0
blob: e917b6adb4b27a21cd47e7c434dce02eb5c407d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2013 Tom Willemse <tom@ryuslash.org>
# Distributed under the terms of the GNU General Public License v2

require pypi distutils

SUMMARY="music tagger and library organizer"

LICENCES="MIT"
SLOT="0"
PLATFORMS="~amd64"
MYOPTIONS=""

DEPENDENCIES="
	build:
		dev-python/setuptools
	build+run:
		dev-python/mutagen[>=1.21]
		dev-python/munkres
		dev-python/Unidecode
		dev-python/musicbrainzngs[>=0.3]
		dev-python/PyYAML
"