Install this version:
emerge -a =dev-python/aioguardian-2026.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/aioguardian-2026.1.1
Or alternatively:
emerge --autounmask-write -a =dev-python/aioguardian-2026.1.1
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="A Python3 library for Elexa Guardian water valves and sensors"
HOMEPAGE="https://github.com/bachya/aioguardian https://pypi.org/project/aioguardian/"
SRC_URI="$(pypi_wheel_url)"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="
>=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]
>=dev-python/asyncio-dgram-2.0.0[${PYTHON_USEDEP}]
>=dev-python/voluptuous-0.11.7[${PYTHON_USEDEP}]
>=dev-python/certifi-2023.07.22[${PYTHON_USEDEP}]
>=dev-python/frozenlist-1.5.0[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.8.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.9.2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/asynctest[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/aioguardian |
euse -E <flag> -p dev-python/aioguardian |
euse -D <flag> -p dev-python/aioguardian
>=dev-python/aiohttp-3.9.0[] >=dev-python/asyncio-dgram-2.0.0[] >=dev-python/voluptuous-0.11.7[] >=dev-python/certifi-2023.07.22[] >=dev-python/frozenlist-1.5.0[] >=dev-python/typing-extensions-4.8.0[] >=dev-python/yarl-1.9.2[]
test? ( dev-python/asynctest[] dev-python/pytest[] dev-python/pytest-aiohttp[] dev-python/aresponses[] dev-python/pytest-asyncio[] dev-python/pytest-cov[] )