Install this version:
emerge -a =dev-python/lfmh-1.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/lfmh-1.1.1
Or alternatively:
emerge --autounmask-write -a =dev-python/lfmh-1.1.1
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python{2_7,3_{3..14}} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="A Last.fm API interface."
HOMEPAGE="https://pypi.python.org/pypi/lfmh"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lfmh-1.1.1.zip | 34333 bytes | mirror://pypi/l/lfmh/lfmh-1.1.1.zip |