dev-python/airthings-ble: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:08:34 +01:00 committed by Andreas Billmeier
parent d1a6bc0412
commit efbd04f671
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
6 changed files with 2 additions and 103 deletions

View File

@ -612,12 +612,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 1648 Ebuilds in total, 1637 of them have in total 1651 (40 different) licenses assigned.
There are 1645 Ebuilds in total, 1634 of them have in total 1648 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|947|
|Apache-2.0|350|
|Apache-2.0|347|
|GPL-3|96|
|BSD|95|
|GPL-2|27|

View File

@ -1,7 +0,0 @@
DIST airthings-ble-0.5.2.tar.gz 7134 BLAKE2B 210e99922eb84e877622b3b8adb8375a150b9a48442ee8e414b01d3c86591de4d1a577288e7e4a7bdb9d597ce69a81ed4856be42bdb44d21d0be65fed10c60fe SHA512 014ec651ef9fd3e02cff6b712c64f0a7f81d61245864146a56c8ce07b658f3e5102068873f7747d3ad366cf45627364158409d5beec08b8fd4ac81fa1e2b329e
DIST airthings_ble-0.5.3.tar.gz 7162 BLAKE2B 90808b596a251c207dfb2c47796d6dce4bf077b1655f3d4d7c0f99799b4ed5cec1732e23c3be0e750abe7108e95ea1439e17537488d4f0db03aaf1ba3188c256 SHA512 efd2534fe430216b10eb1bfc96a0b9539a3a21ad865bff35ecb5344ff288670e2bd510ca64592f687f6502c5cea53facb6ca49b4e8453c101b5df25860d7afbb
DIST airthings_ble-0.5.6.tar.gz 8102 BLAKE2B 9c119d9a0ba20db0427cd05126b97b6ecc47466f054e171240dd31d9ab6840913b3f9a76ef15fa19843601ae476632b2f8c8b51f7ac3290917571276c48a6197 SHA512 e9459ef66ea77ee874c1ee4bce9b32d384746a1611b7f16ac3f2888fb3271f2899321b67a92eba636a8bf00cd9a390260ea0a94f94dfc312e0f52b2a0385b107
EBUILD airthings-ble-0.5.2.ebuild 684 BLAKE2B a2482cbe401c300087b1c34d92e66ee115118123cf263034de09a7545f0110ffb87b66b4914b46cee6388127719ef72091b429124b189ec98a7b1b84cfedc076 SHA512 4fbe176e28c6bbe32ed9dfb89e4b44ab5379037b0b1973797c1deeb97107ec0fb6a76fd80462f1571ad20bab447ad3fafbe8c019ff2fb44219c388ef5cc0dafd
EBUILD airthings-ble-0.5.3.ebuild 664 BLAKE2B 374a9fd0e97e498923b0e3629ef6e80edbf7abf869a08ce95359740fa67ccbf32873aa68efc2587a70a5db4950fa17f0e6790f001194ae83872a84f2c9871ad3 SHA512 fa66383c2df7a92939509aafb73a39eb663e7ab3e0ab90b0f3132ef4c06588c8c076ebe8667fb157d77e559e8b9fe99adf6a26df7e5fee566fe59337169aa858
EBUILD airthings-ble-0.5.6.ebuild 664 BLAKE2B 374a9fd0e97e498923b0e3629ef6e80edbf7abf869a08ce95359740fa67ccbf32873aa68efc2587a70a5db4950fa17f0e6790f001194ae83872a84f2c9871ad3 SHA512 fa66383c2df7a92939509aafb73a39eb663e7ab3e0ab90b0f3132ef4c06588c8c076ebe8667fb157d77e559e8b9fe99adf6a26df7e5fee566fe59337169aa858
MISC metadata.xml 396 BLAKE2B 38aa3a2929b43dfa479673e92027c42441eb3e69b329c418d12df1caef63768e02d943c678da04a2979fcd0badca17e2a2cf06919b9c6fc7059d5cf6dcb5e7bd SHA512 21e4be57532517e0903bf64a17a9b5f6591a824162dede1280b1dd5d2361f6a0107a4c4451160e43f99a4b9c4672ea7e1b4848a583013e04a23403c490667852

View File

@ -1,28 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Manage Airthings BLE devices"
HOMEPAGE="https://github.com/vincegio/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=">=dev-python/bleak-0.15.1[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-1.8.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest

View File

@ -1,27 +0,0 @@
# Copyright 1999-2023 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/vincegio/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=">=dev-python/bleak-0.15.1[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-1.8.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest

View File

@ -1,27 +0,0 @@
# Copyright 1999-2023 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/vincegio/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=">=dev-python/bleak-0.15.1[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-1.8.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest

View File

@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">airthings-ble</remote-id>
<remote-id type="github">vincegio/airthings-ble</remote-id>
</upstream>
</pkgmetadata>