dev-python/bleak - 3.0.2 (blshkv)

Search

Install

Install this version:

emerge -a =dev-python/bleak-3.0.2

Package Information

Description:
Bluetooth Low Energy platform Agnostic Klient
Homepage:
https://github.com/hbldh/bleak https://pypi.org/project/bleak/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.0.2 8 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=uv-build
inherit distutils-r1 pypi

DESCRIPTION="Bluetooth Low Energy platform Agnostic Klient"
HOMEPAGE="https://github.com/hbldh/bleak https://pypi.org/project/bleak/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

DOCS="README.rst"

#FIXME: optional pythonista = ["bleak-pythonista>=0.1.1"]
RDEPEND="
	>=dev-python/dbus-fast-1.83.0[${PYTHON_USEDEP}]"
#		dev-python/asynctest[${PYTHON_USEDEP}]
BDEPEND="
	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
		dev-python/pytest-cov[${PYTHON_USEDEP}]
	)"

distutils_enable_tests pytest

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/dbus-fast-1.83.0[]

BDEPEND

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