1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
7 PYTHON_COMPAT
=( python
{2_7
,3_3
,3_4
,3_5
,3_6
,3_7
,3_8
,3_9
} pypy pypy3
)
11 DESCRIPTION
="A Last.fm API interface."
12 HOMEPAGE
="https://pypi.python.org/pypi/lfmh"
13 SRC_URI
="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
17 KEYWORDS
="~x86 ~amd64"
20 DEPEND
="dev-python/setuptools[${PYTHON_USEDEP}]"