dev-python/xiaomi-ble: add 0.32.0

Closes: #3935
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 22:13:10 +02:00
parent a5f99187b6
commit 467cb6d789
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 31 additions and 2 deletions

View File

@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 2071 Ebuilds in total, 2060 of them have in total 2088 (42 different) licenses assigned.
There are 2072 Ebuilds in total, 2061 of them have in total 2089 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1195|
|Apache-2.0|469|
|Apache-2.0|470|
|GPL-3|126|
|BSD|111|
|LGPL-3|24|

View File

@ -1,5 +1,7 @@
DIST xiaomi_ble-0.28.0.tar.gz 25555 BLAKE2B aecf2a90d3b8d771a712bc522228b6d6a873923faa29a349b1d9d5e858dc9f1b0a2ff63bc1e865a9c33a08a615c2c6cc8dd6fcce7fabdfd6710543dced8ec88a SHA512 5f9220ef07066988adf4f6fa3c2751ab000bf1765e0c2eb9ea4c230529450fc35a3b23572e574b73c53fbe2a0e8f65d8566377893bd4d7fbff9bf2d29af4d74b
DIST xiaomi_ble-0.30.2.tar.gz 25582 BLAKE2B 1ce4d847e95bd436432f8875f4f36b0e6f1e2bb68f002b951be2409d0c96b6700b94a185ffa37b0a1015cca5c3af3d09d94bb2b4a4293b3711a75441b4ed4dc5 SHA512 d9172c8d6f6274ba5842e4e5d39cc4da6040a011b1ac01f7a0c42871255c1de9b116334f3ac353ac03ba5385126903c55ddf5b07f58b82740ba0373bd7a92d3c
DIST xiaomi_ble-0.32.0.tar.gz 25910 BLAKE2B 27950b5db453ceab69c523519ae08920c7a5c5475cbab92ddbdc0db74e6d8bdf173bcf42e16e0e1d74f8474f3d18e25a786856e7fe0f57abad4d0c35f90ebd9d SHA512 89c7bec6bd883ba7ebd2d93099d9c8ce1c0aa71957321fad08eb1ae56c9183f4ed1d1c5fb794458e4bb84fd8298725c12aa3800c2f71a3fb54b33eb497778acc
EBUILD xiaomi-ble-0.28.0.ebuild 884 BLAKE2B a1ccf7c1ca0720aa51bba20612a51552ecffc53ba95f4d7db328d0dff96b7acb99287bf6a7d584b05ba5ad9590e6946e8d367fcbfb06ab751dab79743887e059 SHA512 be2248d5c8b91a545c99294c1f9793769dae835060c58c05f88f5203657c6075211cea387dd89d67d133758b523fcc390b3785490d066ce9549ded50ed63a546
EBUILD xiaomi-ble-0.30.2.ebuild 884 BLAKE2B a1ccf7c1ca0720aa51bba20612a51552ecffc53ba95f4d7db328d0dff96b7acb99287bf6a7d584b05ba5ad9590e6946e8d367fcbfb06ab751dab79743887e059 SHA512 be2248d5c8b91a545c99294c1f9793769dae835060c58c05f88f5203657c6075211cea387dd89d67d133758b523fcc390b3785490d066ce9549ded50ed63a546
EBUILD xiaomi-ble-0.32.0.ebuild 976 BLAKE2B 78a89f928861373461ab2fca5992f58735482e901a1564d29af635498470d92b4b11230660bdbfff0257b66afaaa2a9bb6db090c22ad8fcd28862dd3b36f1aeb SHA512 e0c3e10b5655100d65f81beeb3270b46625316d8f74fa13b405451521a08754a62f71518cf9d946e119f459322213098db1fcd1e67b251d6d5d73776c043fc94
MISC metadata.xml 526 BLAKE2B 529c214665014e2458c1a42973c4b90c80fea2c591f24b26fddc314c4edcef0284e6ba62f025b93177d1b642df077f453f09b36d9030ed2ae0b16409dad70a21 SHA512 fda47bcb36fb4168700ad74721f12741b82ef783151aa59c94b5f3971338bf628f7871dc5345e6408e839cf509680efa425390303ac12de4299b5d6267ad21a3

View File

@ -0,0 +1,27 @@
# 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}]"