HomeAssistantRepository/dev-python/xiaomi-ble/xiaomi-ble-0.33.0.ebuild
Andreas Billmeier 153d7e627e
dev-python/xiaomi-ble: add 0.33.0
Closes: #4083
Signed-off-by: Andreas Billmeier <b@edevau.net>
2024-11-02 09:51:19 +01:00

28 lines
976 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Manage Xiaomi BLE devices"
HOMEPAGE="https://github.com/bluetooth-devices/xiaomi-ble https://pypi.org/project/xiaomi-ble/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="README.md"
RDEPEND=">=dev-python/home-assistant-bluetooth-1.9.2[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.17.1[${PYTHON_USEDEP}]
>=dev-python/bluetooth-sensor-state-data-1.6.0[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-2.13.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-data-tools-0.3.1[${PYTHON_USEDEP}]
>=dev-python/bleak-0.19.5[${PYTHON_USEDEP}]
>=dev-python/cryptography-40.0.0[${PYTHON_USEDEP}]
>=dev-python/pycryptodomex-3.19.1[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.10.0[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.0[${PYTHON_USEDEP}]"