Install this version:
emerge -a =dev-python/arcam-fmj-2.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/arcam-fmj-2.1.1
Or alternatively:
emerge --autounmask-write -a =dev-python/arcam-fmj-2.1.1
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python library for speaking to Arcam receivers"
HOMEPAGE="https://github.com/elupus/arcam_fmj https://pypi.org/project/arcam-fmj/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="
>=dev-python/aiohttp-3.13.2[${PYTHON_USEDEP}]
>dev-python/attrs-18.1[${PYTHON_USEDEP}]
>=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/coveralls[${PYTHON_USEDEP}]
>=dev-python/pytest-aiohttp-1.0.0[${PYTHON_USEDEP}]
~dev-python/pytest-asyncio-0.21.2[${PYTHON_USEDEP}]
>=dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
>dev-python/pytest-3.6.4[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/arcam-fmj |
euse -E <flag> -p dev-python/arcam-fmj |
euse -D <flag> -p dev-python/arcam-fmj
>=dev-python/aiohttp-3.13.2[] >dev-python/attrs-18.1[] >=dev-python/defusedxml-0.7.1[]
test? ( dev-python/coveralls[] >=dev-python/pytest-aiohttp-1.0.0[] ~dev-python/pytest-asyncio-0.21.2[] >=dev-python/pytest-cov-3.0.0[] dev-python/pytest-mock[] >dev-python/pytest-3.6.4[] )