dev-python/chefiq-ble - 1.0.1 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/chefiq-ble-1.0.1

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

autounmask =dev-python/chefiq-ble-1.0.1

Or alternatively:

emerge --autounmask-write -a =dev-python/chefiq-ble-1.0.1

Package Information

Description:
Passive BLE advertisement parser for Chef iQ wireless probes (CQ50/CQ60)
Homepage:
https://pypi.org/project/chefiq-ble/
License:
MIT

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
PYPI_PN="chefiq-ble"

DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi

DESCRIPTION="Passive BLE advertisement parser for Chef iQ wireless probes (CQ50/CQ60)"
HOMEPAGE="https://pypi.org/project/chefiq-ble/"

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

RDEPEND="
	>=dev-python/bluetooth-data-tools-1.19.0[${PYTHON_USEDEP}]
	>=dev-python/bluetooth-sensor-state-data-1.6.1[${PYTHON_USEDEP}]
	>=dev-python/home-assistant-bluetooth-1.10.0[${PYTHON_USEDEP}]
	>=dev-python/sensor-state-data-2.1.2[${PYTHON_USEDEP}]
"
BDEPEND="
	test? (
		>=dev-python/mypy-1.10[${PYTHON_USEDEP}]
		>=dev-python/pytest-cov-5.0[${PYTHON_USEDEP}]
		>=dev-python/pytest-8.0[${PYTHON_USEDEP}]
		>=dev-python/ruff-0.5[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/bluetooth-data-tools-1.19.0[]
	>=dev-python/bluetooth-sensor-state-data-1.6.1[]
	>=dev-python/home-assistant-bluetooth-1.10.0[]
	>=dev-python/sensor-state-data-2.1.2[]

BDEPEND

	test? (
		>=dev-python/mypy-1.10[]
		>=dev-python/pytest-cov-5.0[]
		>=dev-python/pytest-8.0[]
		>=dev-python/ruff-0.5[]
	)