dev-python/inkbird-ble: add 0.5.8
Closes: #3657 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
a693c7955e
commit
18d40276d5
@ -606,11 +606,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 2033 Ebuilds in total, 2022 of them have in total 2050 (42 different) licenses assigned.
|
||||
There are 2034 Ebuilds in total, 2023 of them have in total 2051 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1174|
|
||||
|MIT|1175|
|
||||
|Apache-2.0|455|
|
||||
|GPL-3|121|
|
||||
|BSD|113|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST inkbird_ble-0.5.6.tar.gz 6270 BLAKE2B 0db791d576708f84c5d74fb8334c5d99c34df69640c64b8e31522beaaa8bafd0cc8056bcafaa4c4fd4cb8baf027bc5c73af302291d861b50e0c7a780919f6dc9 SHA512 6c878acf4f9ef3ace44d74978fb41f8bfd78d77657b733f616d6991283aa2c7fda70eecee8c2dd3192e5626943cb2f16da3876f897b0b773687a899d2abf503f
|
||||
EBUILD inkbird-ble-0.5.6.ebuild 824 BLAKE2B 0bbbcc7ea7399b40a99e579dfd031fe7f7b249ed973f7d60e83eb93b22890782220331e2e81f6d47f4f986b9dbd89869214c59392677eaa16c02a72ac79b165e SHA512 476874937712fa9faab8feb150a1f2e647ea63404eb8f7a16c2477bd7f8f1f99649223fc8fdac5ca90a1909b9cebc46c5571429e890805ed31b4581cced5afdb
|
||||
DIST inkbird_ble-0.5.8.tar.gz 5793 BLAKE2B f4241bc86fc505ec5363c0b5337b6f53698d85efef92955ed3c41acd05de19049e40efb1aa191f08257af26d51795ea65d69265c5e3a7b6619cbc870275375bd SHA512 600b08ca4377dfdc07ad2448369a88a6a54697beedfe24898ee38f688ad34528da4012346eea59a579c553641060d44d56386d46efb20376c4889735e03ec522
|
||||
EBUILD inkbird-ble-0.5.6.ebuild 824 BLAKE2B 1f64ceb54bc77416d1ad51bc45104cfd215bde070da9e819afa070ec8cf79b3cb845c2816c6c79c7dd9e90f2ec4acb67d9baec2501f8f7e7d2f1d78fc0cd25b7 SHA512 478788661cb7b7e0a96d6fae3e08ccf8b1eaa1a44e45fa90c6035dca039011fc2c75011ea114d82a954e394eed3629a50065460350451c3b848ea85019649486
|
||||
EBUILD inkbird-ble-0.5.8.ebuild 745 BLAKE2B 1bdf1b58c788a800cd71f46ad1a9f52137280cd3bf3191ca249ae36f318aa25c3d78538eb58d7f9eb568961b76532d0c98508335da72cc7c0e69806ad50cc4be SHA512 2c8cff51dc8bdeaeca56733747697b07c08e675ebf34fab3357e46afcb8c45fe052c853a0be6e84ceb26ee2a6b3ecf9f79591b8f5b43e299675e1bb60f0e9d4f
|
||||
MISC metadata.xml 524 BLAKE2B 3c59cb5f02ce5494ce5cb7205fe623b9a7e034c0f4a10a062a61f6532cd6bc77ba76a40e102f80658879a715a11bbba6490faf843ffb0239dc477c2c7fc81fa2 SHA512 ccfbf2ede4c5acfeaf8f87c887ff8bff4d02f13ed7a73ff6b48ecf9ac5e1eeb6c686d658b1bf5c2bdf51731cd26fb2a71e37bf94ae16b8b4d540cf20402864bf
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
29
dev-python/inkbird-ble/inkbird-ble-0.5.8.ebuild
Normal file
29
dev-python/inkbird-ble/inkbird-ble-0.5.8.ebuild
Normal file
@ -0,0 +1,29 @@
|
||||
# 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="Parser for INKBIRD BLE devices"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/inkbird-ble https://pypi.org/project/inkbird-ble/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/sensor-state-data-2.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-sensor-state-data-1.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user