23 lines
434 B
Bash
23 lines
434 B
Bash
# 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
|
|
"
|
|
|