* lfmh: EAPI bump
[booboo.git] / dev-python / lfmh / lfmh-1.1.1.ebuild
blob8e7925ee78c943399c2026f4f90b67384d9cc404
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EAPI=7
7 PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6,3_7,3_8,3_9} pypy pypy3 )
9 inherit distutils-r1
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"
15 LICENSE="BSD"
16 SLOT="0"
17 KEYWORDS="~x86 ~amd64"
18 IUSE=""
20 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
21 RDEPEND="${DEPEND}"