dev-python/airthings-ble: add 0.6.1

Closes: #2740
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-11 17:58:05 +01:00
parent b245e8ba1d
commit 039e5bbc67
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 30 additions and 2 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 1682 Ebuilds in total, 1671 of them have in total 1690 (42 different) licenses assigned.
There are 1683 Ebuilds in total, 1672 of them have in total 1691 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|959|
|Apache-2.0|365|
|Apache-2.0|366|
|GPL-3|113|
|BSD|95|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST airthings_ble-0.6.0.tar.gz 9425 BLAKE2B e5178f0ac04d04f866bb950aa665f9bdb7fc6998afde95517375fe947fb7b15447b479e7bdb4f68f935bac588fdb9bcd7c26055b66e1f8e01a8bbec678fee8c3 SHA512 afe78544b236fa206eccb38947211ac6d0ad33f7b93f1e4221aa3e734094b08d957a6d040917db146988691b1256628c41b6b832c3a2fad4f6f874aba9df8404
DIST airthings_ble-0.6.1.tar.gz 9432 BLAKE2B d0781677e9949431803917a8ad2a27538e5de90974be5f77b586189234bcad41ae18991a75d5fb45e389d5126e68fc4f4b2f2a9f9df45bddc4569ab587196dad SHA512 e073b9e50d017855900f77818969fbed2de161c894e9e71acd04bdd05d5c93763a473d924b6e189c2112b6501f49ec6e268453e8d8764e563046f417884d68e7
EBUILD airthings-ble-0.6.0.ebuild 749 BLAKE2B 6be30eb07e2735adf2b8b600ef1ccdf69da7f15cdbb5ac8d9e03823210c348a508bfff1b8402bd506475b60a45bd8e32855e1c5b3957fe1a8580e7f4ba4984d9 SHA512 9f4502de2ea4f7c1fa382b75561d89caea3a6ab49311bb4697c8f897fd80b76518ada0e264ed5934ddd81cd344a1e87d48937e63cc12bb7e3b4ac55dbddb7185
EBUILD airthings-ble-0.6.1.ebuild 697 BLAKE2B f9e9230aaa46b083c0ce9f4012e916a962c3c45aed63b8c1f579884e315285943049ecfd36eee1edddf55a955c8a46a7991c486ef449e0dad776ad0123cf3e3e SHA512 8a51fe2327802395154f374435b2f7b252fc83a728700999cb8221085ed4050f4094e4952ebc078d2eeb16734a7635f80f2c7eb7f41da2dc139fb9ba399af9cd
MISC metadata.xml 397 BLAKE2B 5892259a8a651144c62e5d4598b297903fa50b57b0fb1e537929dd074652be81727f9e08ce756a9148b97346fc2248b5a45990826fdd5f4e400bcf3b270ceed4 SHA512 9db2dd64b281f47850506ea7ec67fa1225185d55e8d31e5d803d0b01e08abeeb92fd045bebe20a6da379dcf205b394c860134ed4f7adb6b94b5fc3a055ef4568

View File

@ -0,0 +1,26 @@
# 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="Manage Airthings BLE devices"
HOMEPAGE="https://github.com/Airthings/airthings-ble https://pypi.org/project/airthings-ble/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
>=dev-python/bleak-retry-connector-1.11.0[${PYTHON_USEDEP}]
>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest