Install this version:
emerge -a =dev-python/iaqualink-0.6.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/iaqualink-0.6.0
Or alternatively:
emerge --autounmask-write -a =dev-python/iaqualink-0.6.0
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous library for Jandy iAqualink"
HOMEPAGE="https://github.com/flz/iaqualink-py https://pypi.org/project/iaqualink/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/httpx-0.27.0[http2,${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner
test? (
=dev-python/coverage-7.7.1[toml,${PYTHON_USEDEP}]
=dev-python/pytest-cov-6.0.0[${PYTHON_USEDEP}]
=dev-python/pytest-icdiff-0.9[${PYTHON_USEDEP}]
=dev-python/pytest-sugar-1.0.0[${PYTHON_USEDEP}]
=dev-python/pytest-8.3.5[${PYTHON_USEDEP}]
=dev-python/respx-0.22.0[${PYTHON_USEDEP}]
)
"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/iaqualink |
euse -E <flag> -p dev-python/iaqualink |
euse -D <flag> -p dev-python/iaqualink
>=dev-python/httpx-0.27.0[http2,]
dev-python/pytest-runner test? ( =dev-python/coverage-7.7.1[toml,] =dev-python/pytest-cov-6.0.0[] =dev-python/pytest-icdiff-0.9[] =dev-python/pytest-sugar-1.0.0[] =dev-python/pytest-8.3.5[] =dev-python/respx-0.22.0[] )