dev-python/aioesphomeapi - 44.5.1 (home-assistant)

Search

Package Information

Description:
Python API for interacting with ESPHome devices
Homepage:
https://esphome.io/ https://github.com/esphome/aioesphomeapi https://pypi.org/project/aioesphomeapi/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
44.5.1 8 ~amd64 0
View Raw Ebuild
# 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..14} )

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.3.0[${PYTHON_USEDEP}]
	>=dev-python/async-interrupt-1.2.0[${PYTHON_USEDEP}]
	>=dev-python/protobuf-6[${PYTHON_USEDEP}]
	>=dev-python/tzlocal-5.0[${PYTHON_USEDEP}]
	>=dev-python/zeroconf-0.143.0[${PYTHON_USEDEP}]
	>=dev-python/chacha20poly1305-reuseable-0.13.2[${PYTHON_USEDEP}]
	>=dev-python/cryptography-43.0.0[${PYTHON_USEDEP}]
	>=dev-python/noiseprotocol-0.3.1[${PYTHON_USEDEP}]
"

Dependencies

RDEPEND

	>=dev-python/aiohappyeyeballs-2.3.0[${PYTHON_USEDEP}]
	>=dev-python/async-interrupt-1.2.0[${PYTHON_USEDEP}]
	>=dev-python/protobuf-6[${PYTHON_USEDEP}]
	>=dev-python/tzlocal-5.0[${PYTHON_USEDEP}]
	>=dev-python/zeroconf-0.143.0[${PYTHON_USEDEP}]
	>=dev-python/chacha20poly1305-reuseable-0.13.2[${PYTHON_USEDEP}]
	>=dev-python/cryptography-43.0.0[${PYTHON_USEDEP}]
	>=dev-python/noiseprotocol-0.3.1[${PYTHON_USEDEP}]