dev-python/thermobeacon-ble: add 0.6.2

Closes: #2663
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 18:14:06 +01:00
parent 2d50937224
commit 0e92738350
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 36 additions and 4 deletions

View File

@ -612,11 +612,11 @@ 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 1634 Ebuilds in total, 1623 of them have in total 1637 (42 different) licenses assigned.
There are 1635 Ebuilds in total, 1624 of them have in total 1638 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|938|
|MIT|939|
|Apache-2.0|347|
|GPL-3|106|
|BSD|91|

View File

@ -1,3 +1,5 @@
DIST thermobeacon_ble-0.6.0.tar.gz 6117 BLAKE2B cf6bcb00fdb90a3ddcb4df5d4073ea5dbde93c5c926235570be301226d91703b91ee4118efa2446a0810045dd526755203e6bd092adcff1650dd9d65cbef2201 SHA512 f3de12337c6e07109e3dd0cd88e661ed2d28ea8e93eb51ca056d53e6b57613e17c878e4ae68491520416d9db12bc10b7913ed45095ecfba4796a520da3fde335
EBUILD thermobeacon-ble-0.6.0.ebuild 835 BLAKE2B 6f0b6faca3d689aad7283935d6a2c85c8f574f1e48efa2f0b4522038e036f883f3d9f005af5554cde1dd0dd9ccf9dbd8874a3e75a06d0db0a64c46ed360afc13 SHA512 d10987ea1724d81e8e6315cffac48d0aff333a50072d7ab1893092ba6652105dd0752a82d18631f88d9794cf79c9066f7849437e5977cfeeafe60531a65b5124
DIST thermobeacon_ble-0.6.2.tar.gz 5537 BLAKE2B 862ef38908d4e7848fbb0034fcadcf05544629be91e67f5f311bcfff6528575fa662dbf12be1ee4ad0f7d73d77626e97ae916e856cb0907bd39477395f948a6c SHA512 54617b5404ef80e9866d4cb751e2071fdfd225a57f03da1e8bd8db6a7cf1d5dd292f34b1e2d8d5478793f65b6ae602c7a28ad708be087bd76f58a3d29504b831
EBUILD thermobeacon-ble-0.6.0.ebuild 835 BLAKE2B 3d4dead9521a640d68d2f8061a473ffb1351866683405c82e70754e0d9903808bcb017559b13698e4f463b9d7329742694a725d8738bc3efa94f674ad9f0127f SHA512 a92c4d54784da27229c5717c20e41541cb324b24fc510cf11537dbdf90415a7ea7a7bc85c45c871617628794057a347a91e1fd14d5bb9e2d1b1cbfe5c68a7c40
EBUILD thermobeacon-ble-0.6.2.ebuild 794 BLAKE2B ec2bebb39e3510c92b376f2e7fe9f8d84c0df68df6a23c0a7ce3a1c7dcc22464fd08b06babe41fd73ef20248cb8deeb80005b53d186941cab07249616ee9086a SHA512 91523fe9a89a16e3b99de06699e61c94f077977c70b5bd7f0705757a3928aad494317fbc1fd02d3438664cf7132c4248fb8496924936974796e2d150887cb68f
MISC metadata.xml 534 BLAKE2B 6cbb5ce537f23f98c8a34e12ac10a1e6e72f39ff9bbc905cdedeba402bea0665d9b83521936cc6e6d9a437d0fd7386461b4e3f69cc1bc8c691d8c5115157f832 SHA512 ab58f41c6fceaa5b801feccf747b401b8a1b29a5af2f43c91444954dc8abb1a709408b955a8ff2cb490847b882e46766cc972655113ed412fc397f216a1a010e

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,30 @@
# 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="Parser for Thermobeacon devices"
HOMEPAGE="https://github.com/bluetooth-devices/thermobeacon-ble https://pypi.org/project/thermobeacon-ble/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.3.2[${PYTHON_USEDEP}]
>=dev-python/bluetooth-sensor-state-data-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest