dev-python/aiohomekit - 4.0.0 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/aiohomekit-4.0.0

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

autounmask =dev-python/aiohomekit-4.0.0

Or alternatively:

emerge --autounmask-write -a =dev-python/aiohomekit-4.0.0

Package Information

Description:
An asyncio HomeKit client
Homepage:
https://github.com/Jc2k/aiohomekit https://pypi.org/project/aiohomekit/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
4.0.0 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi

DESCRIPTION="An asyncio HomeKit client"
HOMEPAGE="https://github.com/Jc2k/aiohomekit https://pypi.org/project/aiohomekit/"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"

DOCS="README.md"

RDEPEND="
	>=dev-python/cryptography-48.0.1[${PYTHON_USEDEP}]
	>=dev-python/zeroconf-0.149.16[${PYTHON_USEDEP}]
	>=dev-python/commentjson-0.9.0[${PYTHON_USEDEP}]
	>=dev-python/aiocoap-0.4.5[${PYTHON_USEDEP}]
	>=dev-python/bleak-2.0.0[${PYTHON_USEDEP}]
	>=dev-python/chacha20poly1305-reuseable-0.12.1[${PYTHON_USEDEP}]
	>=dev-python/bleak-retry-connector-4.6.0[${PYTHON_USEDEP}]
	>=dev-python/orjson-3.11.6[${PYTHON_USEDEP}]
	>=dev-python/chacha20poly1305-0.0.3[${PYTHON_USEDEP}]
	>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]
	>=dev-python/aiohappyeyeballs-2.3.0[${PYTHON_USEDEP}]
	<dev-python/async-timeout-5.2.0[${PYTHON_USEDEP}]
	>=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
"
BDEPEND="
	test? (
		dev-python/aiohttp[${PYTHON_USEDEP}]
		dev-python/asynctest[${PYTHON_USEDEP}]
		dev-python/pytest-cov[${PYTHON_USEDEP}]
		dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/aiohomekit | euse -E <flag> -p dev-python/aiohomekit | euse -D <flag> -p dev-python/aiohomekit

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/cryptography-48.0.1[]
	>=dev-python/zeroconf-0.149.16[]
	>=dev-python/commentjson-0.9.0[]
	>=dev-python/aiocoap-0.4.5[]
	>=dev-python/bleak-2.0.0[]
	>=dev-python/chacha20poly1305-reuseable-0.12.1[]
	>=dev-python/bleak-retry-connector-4.6.0[]
	>=dev-python/orjson-3.11.6[]
	>=dev-python/chacha20poly1305-0.0.3[]
	>=dev-python/async-interrupt-1.1.1[]
	>=dev-python/aiohappyeyeballs-2.3.0[]
	<dev-python/async-timeout-5.2.0[]
	>=dev-python/async-timeout-4.0.2[]

BDEPEND

	test? (
		dev-python/aiohttp[]
		dev-python/asynctest[]
		dev-python/pytest-cov[]
		dev-python/pytest-aiohttp[]
	)