equal
deleted
inserted
replaced
|
1 # Copyright 1999-2010 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: $ |
|
4 |
|
5 EAPI=3 |
|
6 |
|
7 inherit distutils python git-2 |
|
8 |
|
9 DESCRIPTION="Python bindings for Chromaprint acoustic fingerprinting and the Acoustid Web service" |
|
10 HOMEPAGE="https://github.com/sampsyo/pyacoustid" |
|
11 |
|
12 EGIT_REPO_URI="git://github.com/sampsyo/pyacoustid.git" |
|
13 EGIT_COMMIT="$PV" |
|
14 |
|
15 LICENSE="MIT" |
|
16 SLOT="0" |
|
17 KEYWORDS="~amd64" |
|
18 IUSE="" |
|
19 |
|
20 RDEPEND="dev-python/audioread |
|
21 media-libs/chromaprint" |
|
22 PYTHON_DEPEND="2:6" |
|
23 |