dev-python/pyacoustid/pyacoustid-0.4.ebuild
author Da Risk <da_risk@geekorum.com>
Tue, 17 Jul 2012 22:19:20 +0200
changeset 43 d363cd505358
permissions -rw-r--r--
Add and update dependencies for beets

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

EAPI=3

inherit distutils python git-2

DESCRIPTION="Python bindings for Chromaprint acoustic fingerprinting and the Acoustid Web service"
HOMEPAGE="https://github.com/sampsyo/pyacoustid"

EGIT_REPO_URI="git://github.com/sampsyo/pyacoustid.git"
EGIT_COMMIT="$PV"

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

RDEPEND="dev-python/audioread
		 media-libs/chromaprint"
PYTHON_DEPEND="2:6"