dev-python/airthings-ble: add 0.9.1

Closes: #3541
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-21 11:11:47 +02:00
parent 0e9615c4a6
commit 7d27393b52
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 31 additions and 2 deletions

View File

@ -606,12 +606,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 1963 Ebuilds in total, 1952 of them have in total 1976 (42 different) licenses assigned.
There are 1964 Ebuilds in total, 1953 of them have in total 1977 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1129|
|Apache-2.0|440|
|Apache-2.0|441|
|GPL-3|114|
|BSD|113|
|LGPL-3|25|

View File

@ -1,5 +1,7 @@
DIST airthings_ble-0.7.1.tar.gz 10274 BLAKE2B 6e6ba493962493fc98416966ae7514d38da466b474a41c07c3453449ec12b4a2aeb0966b35c424c96b84c92953e1a1579990ebc7bbea4e1bdaa0e36983ac50d1 SHA512 b1a8b37f112443c0acebec0a46a81cfe108bb07eb7d66a1a7913c0d4be9db3de6aeee445deda533fd8b12a6d54259aeb973160caa760b2ff0574ee33cd886681
DIST airthings_ble-0.9.0.tar.gz 10524 BLAKE2B 09d77f98b505e466ca28efc30a0f0a4d7ba01c6f5adc0191d0b8c8cff84ea895b8591936205b5e3a3c69154e4fbfc55313393d57f3d7eb926ae3349fc43dc4a5 SHA512 4390ef4728e4aeeaf619f4127216a99010d72810191d2e78cda144fe54e128c23f49d9126e330d26321d05883b82c42c5672b2f4b090225e95a1748872405eec
DIST airthings_ble-0.9.1.tar.gz 10808 BLAKE2B 799e09f430c1203cff239065aed2e0c651c5f4622b7fffbaa6db8700fa2e4d76cce455c36b238344fff753f07f2ab6db518219beae13a43acc09146ade6bb067 SHA512 468e314d4ac51996325e8d9639d302ccd1e1b888ac0857786fd567e378b6703a4775f647479555d8dadd36619ec337c3f6ac5c604eb817e022cd5fb22297090e
EBUILD airthings-ble-0.7.1.ebuild 742 BLAKE2B 012c6e874d9a642b65cda545fd15a88d4e461879242f2c582cebe74b1dccafc5881c99e130be57040f770495527b08dfcfb7c619a40736f1c181d2dcdba1e266 SHA512 5c0b058961b3dbe690bcc8e8d7e67e3f49ef6a18caf913c58b620c27ac660f14783dfe96a2b5fef4dc8d0a1e7d0e922eb1b75b822e92dcd25ef38b9d0050efb0
EBUILD airthings-ble-0.9.0.ebuild 742 BLAKE2B 012c6e874d9a642b65cda545fd15a88d4e461879242f2c582cebe74b1dccafc5881c99e130be57040f770495527b08dfcfb7c619a40736f1c181d2dcdba1e266 SHA512 5c0b058961b3dbe690bcc8e8d7e67e3f49ef6a18caf913c58b620c27ac660f14783dfe96a2b5fef4dc8d0a1e7d0e922eb1b75b822e92dcd25ef38b9d0050efb0
EBUILD airthings-ble-0.9.1.ebuild 742 BLAKE2B 012c6e874d9a642b65cda545fd15a88d4e461879242f2c582cebe74b1dccafc5881c99e130be57040f770495527b08dfcfb7c619a40736f1c181d2dcdba1e266 SHA512 5c0b058961b3dbe690bcc8e8d7e67e3f49ef6a18caf913c58b620c27ac660f14783dfe96a2b5fef4dc8d0a1e7d0e922eb1b75b822e92dcd25ef38b9d0050efb0
MISC metadata.xml 397 BLAKE2B 5892259a8a651144c62e5d4598b297903fa50b57b0fb1e537929dd074652be81727f9e08ce756a9148b97346fc2248b5a45990826fdd5f4e400bcf3b270ceed4 SHA512 9db2dd64b281f47850506ea7ec67fa1225185d55e8d31e5d803d0b01e08abeeb92fd045bebe20a6da379dcf205b394c860134ed4f7adb6b94b5fc3a055ef4568

View File

@ -0,0 +1,27 @@
# 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="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-0.15.1[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-1.11.0[${PYTHON_USEDEP}]
>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest