Install this version:
emerge -a =dev-python/nibe-2.22.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/nibe-2.22.0
Or alternatively:
emerge --autounmask-write -a =dev-python/nibe-2.22.0
# 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="Nibe heatpump communication library"
HOMEPAGE="https://github.com/yozik04/nibe https://pypi.org/project/nibe/"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="convert cli test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="
>=dev-python/async-modbus-0.2.2[${PYTHON_USEDEP}]
>=dev-python/construct-2.10.0[${PYTHON_USEDEP}]
<dev-python/construct-3.0.0[${PYTHON_USEDEP}]
>=dev-python/async-timeout-4.0.0[${PYTHON_USEDEP}]
>=dev-python/tenacity-8.0.0[${PYTHON_USEDEP}]
>=dev-python/exceptiongroup-1.0.0[${PYTHON_USEDEP}]
convert? (
>=dev-python/pandas-1.0.5[${PYTHON_USEDEP}]
>=dev-python/python-slugify-4.0.0[${PYTHON_USEDEP}]
)
cli? (
>=dev-python/asyncclick-8.1.3.4[${PYTHON_USEDEP}]
)
"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/nibe |
euse -E <flag> -p dev-python/nibe |
euse -D <flag> -p dev-python/nibe
>=dev-python/async-modbus-0.2.2[] >=dev-python/construct-2.10.0[] <dev-python/construct-3.0.0[] >=dev-python/async-timeout-4.0.0[] >=dev-python/tenacity-8.0.0[] >=dev-python/exceptiongroup-1.0.0[] convert? ( >=dev-python/pandas-1.0.5[] >=dev-python/python-slugify-4.0.0[] ) cli? ( >=dev-python/asyncclick-8.1.3.4[] )
test? ( dev-python/pytest-asyncio[] )