net-misc/lyrics-in-terminal - 1.8.0 (guru)

Search

Install

Install this version:

emerge -a =net-misc/lyrics-in-terminal-1.8.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/lyrics-in-terminal-1.8.0

Or alternatively:

emerge --autounmask-write -a =net-misc/lyrics-in-terminal-1.8.0

Package Information

Description:
Command Line Lyrics fetcher for MPRIS media players
Homepage:
https://github.com/Jugran/lyrics-in-terminal
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.8.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="ncurses"
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature pypi

DESCRIPTION="Command Line Lyrics fetcher for MPRIS media players"
HOMEPAGE="https://github.com/Jugran/lyrics-in-terminal"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	dev-python/dbus-python[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
"

distutils_enable_tests import-check

pkg_postinst() {
	optfeature "MPD player support" dev-python/python-mpd2
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/dbus-python[]
	dev-python/requests[]