# 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"