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

Search

Install

Install this version:

emerge -a =dev-python/aioesphomeapi-45.0.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/aioesphomeapi-45.0.4

Or alternatively:

emerge --autounmask-write -a =dev-python/aioesphomeapi-45.0.4

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
45.0.4 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.6.1[${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/zeroconf-0.148.0[${PYTHON_USEDEP}]
	<dev-python/zeroconf-2.0[${PYTHON_USEDEP}]
	>=dev-python/chacha20poly1305-reuseable-0.13.2[${PYTHON_USEDEP}]
	>=dev-python/cryptography-47.0.0[${PYTHON_USEDEP}]
	>=dev-python/noiseprotocol-0.3.1[${PYTHON_USEDEP}]
	<dev-python/noiseprotocol-1.0[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/aiohappyeyeballs-2.6.1[]
	>=dev-python/async-interrupt-1.2.2[]
	>=dev-python/protobuf-6[]
	<dev-python/protobuf-8[]
	>=dev-python/tzlocal-5.3.1[]
	<dev-python/tzlocal-6[]
	>=dev-python/zeroconf-0.148.0[]
	<dev-python/zeroconf-2.0[]
	>=dev-python/chacha20poly1305-reuseable-0.13.2[]
	>=dev-python/cryptography-47.0.0[]
	>=dev-python/noiseprotocol-0.3.1[]
	<dev-python/noiseprotocol-1.0[]