dev-python/yams - 0.7.3 (guru)

Search

Install

Install this version:

emerge -a =dev-python/yams-0.7.3

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

autounmask =dev-python/yams-0.7.3

Or alternatively:

emerge --autounmask-write -a =dev-python/yams-0.7.3

Package Information

Description:
Yet Another MPD Scrobbler (for Last.FM)
Homepage:
https://github.com/Berulacks/yams
License:
GPL-3

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_12 )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1 systemd

DESCRIPTION="Yet Another MPD Scrobbler (for Last.FM)"
HOMEPAGE="https://github.com/Berulacks/yams"

if [[ ${PV} == 9999 ]]; then
	EGIT_REPO_URI="https://github.com/Berulacks/${PN}.git"
	inherit git-r3
else
	SRC_URI="https://github.com/Berulacks/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
	KEYWORDS="~amd64"
fi

LICENSE="GPL-3"
SLOT="0"

RDEPEND="
	dev-python/psutil[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/python-mpd2[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	media-sound/mpd
"

python_install_all() {
	systemd_douserunit yams.service

	distutils-r1_python_install_all
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/psutil[]
	dev-python/pyyaml[]
	dev-python/python-mpd2[]
	dev-python/requests[]
	media-sound/mpd

Manifest for 0.7.3

Type File Size Source URLs
DIST yams-0.7.3.gh.tar.gz 31201 bytes https://github.com/Berulacks/yams/archive/0.7.3.tar.gz