Install this version:
emerge -a =media-sound/scrobbler-1.1.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/scrobbler-1.1.4
Or alternatively:
emerge --autounmask-write -a =media-sound/scrobbler-1.1.4
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{4..14} )
inherit distutils-r1
DESCRIPTION="A command-line Last.fm scrobbler and a now-playing status updater."
HOMEPAGE="https://pypi.python.org/pypi/scrobblerh/"
MY_PN=scrobblerh
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/$MY_PN-$PV.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-python/lfmh[$PYTHON_USEDEP]
dev-python/docopt[$PYTHON_USEDEP]
dev-python/appdirs[$PYTHON_USEDEP]"
RDEPEND="${DEPEND}"
S="$WORKDIR/$MY_PN-$PV"
dev-python/lfmh[] dev-python/docopt[] dev-python/appdirs[]
dev-python/lfmh[] dev-python/docopt[] dev-python/appdirs[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | scrobblerh-1.1.4.tar.gz | 19951 bytes | mirror://pypi/s/scrobblerh/scrobblerh-1.1.4.tar.gz |