aioesphomeapi-45.7.0home-assistant
download
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..15} )
inherit distutils-r1 pypi
DESCRIPTION="Python API for interacting with ESPHome devices"
HOMEPAGE="
https://esphome.io/
https://github.com/esphome/aioesphomeapi
https://pypi.org/project/aioesphomeapi/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# https://github.com/esphome/aioesphomeapi/blob/v44.5.1/requirements/base.txt
RDEPEND="
>=dev-python/aiohappyeyeballs-2.6.2[${PYTHON_USEDEP}]
>=dev-python/async-interrupt-1.2.2[${PYTHON_USEDEP}]
>=dev-python/protobuf-6[${PYTHON_USEDEP}]
<dev-python/protobuf-8[${PYTHON_USEDEP}]
>=dev-python/tzlocal-5.3.1[${PYTHON_USEDEP}]
<dev-python/tzlocal-6[${PYTHON_USEDEP}]
>=dev-python/tzdata-2026.2[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.150.0[${PYTHON_USEDEP}]
<dev-python/zeroconf-2.0[${PYTHON_USEDEP}]
>=dev-python/chacha20poly1305-reuseable-0.13.2[${PYTHON_USEDEP}]
>=dev-python/cryptography-48.0.0[${PYTHON_USEDEP}]
>=dev-python/noiseprotocol-0.3.1[${PYTHON_USEDEP}]
<dev-python/noiseprotocol-1.0[${PYTHON_USEDEP}]
"