dev-python/pyacoustid/pyacoustid-0.4.ebuild
changeset 43 d363cd505358
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-python/pyacoustid/pyacoustid-0.4.ebuild	Tue Jul 17 22:19:20 2012 +0200
@@ -0,0 +1,23 @@
+# 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"
+