dev-python/xiaomi-ble: add 0.33.0
Closes: #4083 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
756bfe217a
commit
153d7e627e
@ -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 2277 Ebuilds in total, 2263 of them have in total 2302 (43 different) licenses assigned.
|
||||
There are 2278 Ebuilds in total, 2264 of them have in total 2303 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1294|
|
||||
|Apache-2.0|526|
|
||||
|Apache-2.0|527|
|
||||
|GPL-3|145|
|
||||
|BSD|124|
|
||||
|GPL-2|25|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST xiaomi_ble-0.28.0.tar.gz 25555 BLAKE2B aecf2a90d3b8d771a712bc522228b6d6a873923faa29a349b1d9d5e858dc9f1b0a2ff63bc1e865a9c33a08a615c2c6cc8dd6fcce7fabdfd6710543dced8ec88a SHA512 5f9220ef07066988adf4f6fa3c2751ab000bf1765e0c2eb9ea4c230529450fc35a3b23572e574b73c53fbe2a0e8f65d8566377893bd4d7fbff9bf2d29af4d74b
|
||||
DIST xiaomi_ble-0.32.0.tar.gz 25910 BLAKE2B 27950b5db453ceab69c523519ae08920c7a5c5475cbab92ddbdc0db74e6d8bdf173bcf42e16e0e1d74f8474f3d18e25a786856e7fe0f57abad4d0c35f90ebd9d SHA512 89c7bec6bd883ba7ebd2d93099d9c8ce1c0aa71957321fad08eb1ae56c9183f4ed1d1c5fb794458e4bb84fd8298725c12aa3800c2f71a3fb54b33eb497778acc
|
||||
DIST xiaomi_ble-0.33.0.tar.gz 30478 BLAKE2B 5c90b7fbd65d0513e2e03ab97f7110fc8929aa8f310d2d49ff6d1805149a4ebc1f85d65d0f41e02e191c9b93d843f273acdcc7f7110cc483caf70cb28b679331 SHA512 2ad6066c9c42faccb8fedbedbbce77def775ada80c816bdb0e496294f60310113fd2a0eaf3e588f9f2b7c752a62eee6f2b659db1dea0474160ebf77488939c46
|
||||
EBUILD xiaomi-ble-0.28.0.ebuild 884 BLAKE2B a1ccf7c1ca0720aa51bba20612a51552ecffc53ba95f4d7db328d0dff96b7acb99287bf6a7d584b05ba5ad9590e6946e8d367fcbfb06ab751dab79743887e059 SHA512 be2248d5c8b91a545c99294c1f9793769dae835060c58c05f88f5203657c6075211cea387dd89d67d133758b523fcc390b3785490d066ce9549ded50ed63a546
|
||||
EBUILD xiaomi-ble-0.32.0.ebuild 976 BLAKE2B 78a89f928861373461ab2fca5992f58735482e901a1564d29af635498470d92b4b11230660bdbfff0257b66afaaa2a9bb6db090c22ad8fcd28862dd3b36f1aeb SHA512 e0c3e10b5655100d65f81beeb3270b46625316d8f74fa13b405451521a08754a62f71518cf9d946e119f459322213098db1fcd1e67b251d6d5d73776c043fc94
|
||||
EBUILD xiaomi-ble-0.33.0.ebuild 976 BLAKE2B 78a89f928861373461ab2fca5992f58735482e901a1564d29af635498470d92b4b11230660bdbfff0257b66afaaa2a9bb6db090c22ad8fcd28862dd3b36f1aeb SHA512 e0c3e10b5655100d65f81beeb3270b46625316d8f74fa13b405451521a08754a62f71518cf9d946e119f459322213098db1fcd1e67b251d6d5d73776c043fc94
|
||||
MISC metadata.xml 526 BLAKE2B 529c214665014e2458c1a42973c4b90c80fea2c591f24b26fddc314c4edcef0284e6ba62f025b93177d1b642df077f453f09b36d9030ed2ae0b16409dad70a21 SHA512 fda47bcb36fb4168700ad74721f12741b82ef783151aa59c94b5f3971338bf628f7871dc5345e6408e839cf509680efa425390303ac12de4299b5d6267ad21a3
|
||||
|
27
dev-python/xiaomi-ble/xiaomi-ble-0.33.0.ebuild
Normal file
27
dev-python/xiaomi-ble/xiaomi-ble-0.33.0.ebuild
Normal 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}]"
|
Loading…
x
Reference in New Issue
Block a user