dev-python/pyacoustid/pyacoustid-0.7.ebuild
author Da Risk <da_risk@geekorum.com>
Thu, 19 Jul 2012 20:02:44 +0200
changeset 45 d2f9ac70f4ca
parent 43 d363cd505358
permissions -rw-r--r--
New repo name which respect the spec

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