Install this version:
emerge -a =media-sound/denonavr-cli-4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/denonavr-cli-4
Or alternatively:
emerge --autounmask-write -a =media-sound/denonavr-cli-4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4 | 8 | ~amd64 | 0 |
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="A simple CLI for Denon AV receivers"
HOMEPAGE="
https://github.com/projg2/denonavr-cli/
https://pypi.org/project/denonavr-cli/
"
SRC_URI="
https://github.com/projg2/denonavr-cli/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/denonavr[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=( pytest-asyncio )
distutils_enable_tests pytest
dev-python/denonavr[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | denonavr-cli-4.gh.tar.gz | 14239 bytes | https://github.com/projg2/denonavr-cli/archive/v4.tar.gz |