dev-python/xiaomi-ble: add 0.23.1

Closes: #2880
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 18:54:50 +01:00
parent 5af57306aa
commit d783febad9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 29 additions and 2 deletions

View File

@ -1,3 +1,5 @@
DIST xiaomi_ble-0.21.1.tar.gz 23527 BLAKE2B 0439d636426e28656d92efeed5090e14f9006000f0cc32f8dcac89d5061aabf91bb12f78fc93f64fdb8d918c5c0337aedc7077d1a279d728ed8f1a2f4776b6f9 SHA512 c0607f90710a10aeeffb8d84ed03d68465c497703b683419d19cd7a169d879c888c63d67dd477c207e0d32dcd4ee437a1b71d2d034910d64bacd8897265f0d91
EBUILD xiaomi-ble-0.21.1.ebuild 884 BLAKE2B 3ab6be53c2e01a6ab013d3c9c22bc11a0ed1ab79906f1dfa3392e70df5f5262106f6b327fcba56a7a575dfd85ae6beb4db61e87ab8523424c1dbbeea6d53e721 SHA512 916a9b4cb279fc6568c3b51bcf5e07b6347ac2debf2ae996af7e3e408c2fc3c0bac4f52b701b9eab6f0dfa945d5db700f39c72c406fb3e610d30049371e93b09
DIST xiaomi_ble-0.23.1.tar.gz 23778 BLAKE2B 93298e2ec110f16fc43186f8ef4189945fed8aaa7f1bdc83e8dd58ab30b399de18ca8b51dc57ffea03f7a5f1c439221e9a8ff288f04ca1f092c3908ee41d320d SHA512 411575f4d5aefcfd8fe0d8c92e97f727dc21f141243074ca23dbcdf6e639973fc176db0064f32229aeefa93ba8a3dc9a7b6c6c9658d613d0761e8d57b3ce5b0f
EBUILD xiaomi-ble-0.21.1.ebuild 884 BLAKE2B b785b12fa617c0d60e03f0e0ae00cd0528014b5c45ee3ad556e894e07c65c1e0af45495f9907bfdf85234a1ae31364e75b773e79c897354fd310cc0d63836ee8 SHA512 767dba6f870388ea8456044267284fbb5bc733c2dd02c2391f9908a02b360a57514bf489bf16e4feb2ec715b438ddc8719d9957db97903c06115478c5b343fa8
EBUILD xiaomi-ble-0.23.1.ebuild 884 BLAKE2B af518ebbdeaac4b859ce6badd26318848fd9830bd264bc315f96c4e17d1909fb37819b06df249230b133c7d98ff19a6f97fad7e5679491de2682aff35d9e2b6a SHA512 bd309e5dafec59681529c115312d4bdf234cad363dd2ae5ba5eb738495ea44528047f27a5885b88d40b04aba341e4d78c5d4f1d82c2fabbec45c3925d3e14b9a
MISC metadata.xml 526 BLAKE2B 529c214665014e2458c1a42973c4b90c80fea2c591f24b26fddc314c4edcef0284e6ba62f025b93177d1b642df077f453f09b36d9030ed2ae0b16409dad70a21 SHA512 fda47bcb36fb4168700ad74721f12741b82ef783151aa59c94b5f3971338bf628f7871dc5345e6408e839cf509680efa425390303ac12de4299b5d6267ad21a3

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,25 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
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/pycryptodomex-3.19.1[${PYTHON_USEDEP}]
>=dev-python/cryptography-40.0.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}]"