dev-python/bluetooth-sensor-state-data: add 1.6.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 09:01:07 +01:00
parent f701ab729c
commit a19030cfb3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 5 deletions

View File

@ -617,12 +617,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 1767 Ebuilds in total, 1756 of them have in total 1775 (42 different) licenses assigned.
There are 1769 Ebuilds in total, 1758 of them have in total 1777 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1005|
|Apache-2.0|389|
|MIT|1006|
|Apache-2.0|390|
|GPL-3|118|
|BSD|101|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST bluetooth_sensor_state_data-1.6.1.tar.gz 9012 BLAKE2B cb7caccfd588ff9bdbfc79b15763d84f9116e6544df9b4aee763c0816a8562c5b19ee720ccaf697d168fa2f5fc859c50c29218074c7ba5ea518cf0bc679acd5f SHA512 432243985a7ed7022998eb09f3b9aa0ebedb7b40ec956844ad62313930d3e8aec8ac2e094fab2c394ba96d2ad1499bc95c37575380b277365f867d1c308cb50f
EBUILD bluetooth-sensor-state-data-1.6.1.ebuild 829 BLAKE2B 68d79716476cce7a973a514b5548712265a65c2e55ea41fc6a95ba06ec915733c2da8f1c63dcbdfbeb06bc35f2d467c68843b51b834edf87d92d1a23986fc27a SHA512 a86c2447f8f4a3ba48953817dacfb9c512cbedaa1cd48cc23907ab8e0618a7b7c102800d4f59d78bf83969a922f749fa8d7cb1bb32e6b2b81128d6917d410b44
DIST bluetooth_sensor_state_data-1.6.2.tar.gz 8490 BLAKE2B 2f7f79804e20cb567bee7afe37c950b5825fd97de4a29db911d3d136a3fa01d6b9293888fc506d7f05f95ea4094cd78162f3930090cd70b732dc76be46a31c8a SHA512 460fc6563739246347cc528e4e1a22e46b73f10d03fc5ccf1a248b0e90c1c060adc26b190f0f58983e673bd1af51c4870e24a95a8e845e77fdad983d675bed06
EBUILD bluetooth-sensor-state-data-1.6.1.ebuild 829 BLAKE2B 090596bb2f314fd5a0c373e73ae9e2da64a67a916d4461c31761523fbff97e43ee672dab4d50e878474c635becf6e17326299caf4f2e85a889ac1fd2e200b6ae SHA512 137c829d5ced98a0c591ff40f3f3aa89d4952927acd527a863550b52ab07a7d5af707072a2fb9627387955bdfca2e6efd771c6878eb4fff893b34ae2a341bc62
EBUILD bluetooth-sensor-state-data-1.6.2.ebuild 685 BLAKE2B 578948a273a358e2b729b5fff1dbf0e27ae09624fca35b47da037df6c91819a4a4a8c0153a286fd1f66cf09ba0388618aaab2e5dc68b599ad255280ea75e7176 SHA512 c873a6e1fbb63dcc217a6cfad1061ac7bbb50ce5f4caf45cddfd200e7cd2db2ee1366f82d2a375cd3ce3bd9b4c8ab9011c5dd70413659a2d1e370022c2065022
MISC metadata.xml 556 BLAKE2B ed455c03f84768378c584cfb51b8dbf2e797942a4edda2c47565eb0ff7af4977b317f5889a00e2964d7dedd19772de841398c5c710f272b0bb4a4dcc797fca94 SHA512 dec9f76991c61d971d2aab36285df790f91e78190510ad3fef876009773e6ea3dda03e7a5e661b6557290ac47c536065fd1e2f391b40b9cf4a499727c93ccd51

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,23 @@
# 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="Models for storing and converting Bluetooth Sensor State Data"
HOMEPAGE="https://github.com/bluetooth-devices/bluetooth-sensor-state-data https://pypi.org/project/bluetooth-sensor-state-data/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/home-assistant-bluetooth-1.3.0[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest