dev-python/habluetooth - 6.8.1 (home-assistant)

Search

Install

Install this version:

emerge -a =dev-python/habluetooth-6.8.1

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

autounmask =dev-python/habluetooth-6.8.1

Or alternatively:

emerge --autounmask-write -a =dev-python/habluetooth-6.8.1

Package Information

Description:
High availability Bluetooth
Homepage:
https://github.com/bluetooth-devices/habluetooth https://pypi.org/project/habluetooth/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
6.8.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=poetry
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 pypi

DESCRIPTION="High availability Bluetooth"
HOMEPAGE="
	https://github.com/bluetooth-devices/habluetooth
	https://pypi.org/project/habluetooth/
"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/bleak-3.0.2[${PYTHON_USEDEP}]
	>=dev-python/bleak-retry-connector-4.6.1[${PYTHON_USEDEP}]
	>=dev-python/bluetooth-data-tools-1.29.18[${PYTHON_USEDEP}]
	>=dev-python/bluetooth-adapters-2.2.0[${PYTHON_USEDEP}]
	>=dev-python/bluetooth-auto-recovery-1.6.4[${PYTHON_USEDEP}]
	>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]
	>=dev-python/dbus-fast-5.0.16[${PYTHON_USEDEP}]
	>=dev-python/btsocket-0.3.0[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/bleak-3.0.2[]
	>=dev-python/bleak-retry-connector-4.6.1[]
	>=dev-python/bluetooth-data-tools-1.29.18[]
	>=dev-python/bluetooth-adapters-2.2.0[]
	>=dev-python/bluetooth-auto-recovery-1.6.4[]
	>=dev-python/async-interrupt-1.1.1[]
	>=dev-python/dbus-fast-5.0.16[]
	>=dev-python/btsocket-0.3.0[]