dev-python/airthings-ble: drop 0.6.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-09 19:17:23 +02:00
parent 6fa0cddb11
commit e39c0a84aa
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 30 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 1994 Ebuilds in total, 1983 of them have in total 2002 (42 different) licenses assigned.
There are 1993 Ebuilds in total, 1982 of them have in total 2001 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1126|
|Apache-2.0|456|
|Apache-2.0|455|
|GPL-3|130|
|BSD|112|
|LGPL-3|26|

View File

@ -1,5 +1,3 @@
DIST airthings_ble-0.6.1.tar.gz 9432 BLAKE2B d0781677e9949431803917a8ad2a27538e5de90974be5f77b586189234bcad41ae18991a75d5fb45e389d5126e68fc4f4b2f2a9f9df45bddc4569ab587196dad SHA512 e073b9e50d017855900f77818969fbed2de161c894e9e71acd04bdd05d5c93763a473d924b6e189c2112b6501f49ec6e268453e8d8764e563046f417884d68e7
DIST airthings_ble-0.7.1.tar.gz 10274 BLAKE2B 6e6ba493962493fc98416966ae7514d38da466b474a41c07c3453449ec12b4a2aeb0966b35c424c96b84c92953e1a1579990ebc7bbea4e1bdaa0e36983ac50d1 SHA512 b1a8b37f112443c0acebec0a46a81cfe108bb07eb7d66a1a7913c0d4be9db3de6aeee445deda533fd8b12a6d54259aeb973160caa760b2ff0574ee33cd886681
EBUILD airthings-ble-0.6.1.ebuild 697 BLAKE2B 1ec7874449070022263368dfa2980fbe021e3b4af0d9387d5ba30d7d4e7f6b02ed33f1c247958a0af5eb9703b9b394bc8c80cafd5b7a5c1d00fc1a81b3176fdf SHA512 e9128e7d6baa4f7e68fa43a5ee2807c771bda166200da779b7d4c85ccccfb9b412a36fa770ec6f9088576167d2ce58cdad0ebeb31a4286d6f4dc4d98b4d238ef
EBUILD airthings-ble-0.7.1.ebuild 742 BLAKE2B 2f7db4802cf1dad2227adcd328df16792f72f8e90ca9f7e027b95a70608802544fe004a3c90b52acc31af9be7d39bd1ea34db14b8e0256b6f7839ba573d5a3ac SHA512 f09c5288515c3c1189a5b101410024fb088f9cc177f52bc1c8b5e1e5a98169bcdcff4fa5dc1480858fb802cc943789ac6f72095c74f286b008a91524ca1458a5
MISC metadata.xml 397 BLAKE2B 5892259a8a651144c62e5d4598b297903fa50b57b0fb1e537929dd074652be81727f9e08ce756a9148b97346fc2248b5a45990826fdd5f4e400bcf3b270ceed4 SHA512 9db2dd64b281f47850506ea7ec67fa1225185d55e8d31e5d803d0b01e08abeeb92fd045bebe20a6da379dcf205b394c860134ed4f7adb6b94b5fc3a055ef4568

View File

@ -1,26 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..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