dev-python/sensorpush-ble: add 1.6.2

Closes: #2850
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 19:52:00 +01:00
parent f18f646a96
commit 38bec7f22d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 4 deletions

View File

@ -617,11 +617,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 1742 Ebuilds in total, 1731 of them have in total 1750 (42 different) licenses assigned.
There are 1743 Ebuilds in total, 1732 of them have in total 1751 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|993|
|MIT|994|
|Apache-2.0|381|
|GPL-3|116|
|BSD|100|

View File

@ -1,3 +1,5 @@
DIST sensorpush_ble-1.5.5.tar.gz 6428 BLAKE2B 9011d3dba575fea2c8d8d1c20409f741b0b3fe5927cb10bb6d807c9fb7eeb2c3bc3e5dc3294ce3311312a9d20ff78593a1a69e6bf83e26cb8c5d712b35dc09b3 SHA512 639085d713109da78c9fff48a9a152ef7b9f4e0c02eb9128de627952b6bda9435d55f59da3f3e17933c2bedd2f31d0debeaa32e326ab85ea860917cd0379abf6
EBUILD sensorpush-ble-1.5.5.ebuild 732 BLAKE2B db4ee032d3eebc2538af57ca73d57eec5ac0f3381eceb6d362f538c921aab8ab5d0490acf286c829cfac6d6ff06965374ecd51409752b7a9aa262fee8b84f220 SHA512 e64621e2d938952facbb0fa42d858787be84d6f786f5cae40bb7c8bdcaa9f7ca510ab175d77a614794306b596080a94e32d692688848c568d73d887ab8b58579
DIST sensorpush_ble-1.6.2.tar.gz 6411 BLAKE2B 66fc270b1b94ce7cd8db91bc3b0b9741fb25e5f9c47784bd92ae62f3f1ac4247edeccac7b51af6b9f1aa8cb7b9fe03ded959ac81e74f45fb23e341b58f63685f SHA512 c8a87ec65473e7c419666c29ac0eb5ddfeca9443185cd5f091f976f56d2229cb189dd08536025b7cd47cc191183877d829f830d4c0f147eca7680a999ad7df98
EBUILD sensorpush-ble-1.5.5.ebuild 732 BLAKE2B 93d90eb2209ffd8596721eefeb254d260919b4417c3c6d68a44b34e240e81c90a812f44942fe6c7b8ec5f781193477d4b94b0924f05a12f2f2b548a3ed42c11b SHA512 fb4cc564238ce74743ddc49c5c775e69bdfc89ce22b6143d61de8b7436e94deb2a3a363e9af32fe28e699e53f9e63a38dcf16cc0ec23bfe88a18558a16cb4d4e
EBUILD sensorpush-ble-1.6.2.ebuild 690 BLAKE2B 1379fc9542bfcccc5427d0595e747b4514de3ba7c83f47e5d35fc718d79a5f0b7cdefb5ca105320df7f022c2f628c45efd19f0005b9fb3161838e036974cd117 SHA512 e475cd31f6b76300accb4865844416851c897adaa951fd253caad8b350ae93f19748ebc3f8daeabe69e04de5b4f239a3a603d528d742bd8d6a8ef3fb000ffe64
MISC metadata.xml 530 BLAKE2B 7168724a43516919b1c85ae569abc58f3fe904a9e2e983c48fb72f8787da4f9dc9173b4a29be9013c7641db33a608024057b65bd9d61739fa220807b48d93439 SHA512 a2851c8823652f3fee47977a31311f2086643df9da5d1c8f9140ce305a3b20d1441a7eabb7b10cbbb4c0a5e911027a1fd07e49760ba54fa487e1691a60c1de4e

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="Parser for SensorPush BLE devices"
HOMEPAGE="https://github.com/bluetooth-devices/sensorpush-ble https://pypi.org/project/sensorpush-ble/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bluetooth-sensor-state-data-1.6.1[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.0.2[${PYTHON_USEDEP}]
>=dev-python/bluetooth-data-tools-1.19.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest