dev-python/bleak: drop 0.20.1, 0.20.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:06:45 +01:00 committed by Andreas Billmeier
parent cfd24bb697
commit d7c4cfde2a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 67 deletions

View File

@ -612,11 +612,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 1656 Ebuilds in total, 1645 of them have in total 1659 (40 different) licenses assigned.
There are 1654 Ebuilds in total, 1643 of them have in total 1657 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|952|
|MIT|950|
|Apache-2.0|353|
|GPL-3|96|
|BSD|95|

View File

@ -1,7 +1,3 @@
DIST bleak-0.20.1.tar.gz 115693 BLAKE2B dea50a330b0df2c14659c9f56a8c46b98d9135477d05b6f2d1ed1385bd517f5ddb583a5462f7080d430e914f0d61eb4db69afdfa2f71e07d8c118c28b0aaa95e SHA512 b3f3e718419c19b593c4aef80d4c8b96f54de15867645650b9b57a5bc19bbc5e586b38c4b904d3565b9270488b555be7e5d3bbd7f91f3b107d33987b3855a636
DIST bleak-0.20.2.tar.gz 115999 BLAKE2B 63d088d7e248676583af34065e8e4f148fb1b703fa700b4c428142a77be74f717819aad3a6c6e6f90ad0371fe6628a28de414642f9ad98118104852aaaa365a6 SHA512 5b67a555958fcd74902fc2bf8f94bbd93d4f86ef8c35d176d69d1a090875e59762ae268709dc520824c2e569ad9d9fde5bff49e0e00c73cfc2add8e76764120c
DIST bleak-0.21.1.tar.gz 118055 BLAKE2B 8c3594eef0ec7d4d890ccadf6e7050d5d8c7d8fbcfed1dcdff5712b3f902c5e3f79de3669bf62c5eda1519be3f80a7eeb75193e278c6bda4b2a1ebfe175203a2 SHA512 a312dc1de52d43a841fc5a6b0b5704b1d6a44b33ec321d82fe1e055a179a9fb545a222309df03acff53ac0e153b378f149c2ef73df45692c4380d154bec62c76
EBUILD bleak-0.20.1.ebuild 782 BLAKE2B a1b213ff93d2fb6b2a24c2627fda07739622afab18ea200e9be1a424db2d696f71aa1f34be0b8f95d5b422f1d18994e355aafa7b5aa2307e629f7bd73c644386 SHA512 1a9dff66afe3b09cca6ccfbb837f74f72e7e25154be904fdb6bc9f9d3ad6ebc4f496d81579b253ba3ebd1ecf3a785179e06df0e6faf77bb2159765b78c24084c
EBUILD bleak-0.20.2.ebuild 781 BLAKE2B a5ecbbf39fd556037e598d68754d48ecfca588c35884487bab562a064063bfb10a2b15e054d33e4aaf31c231fc3f9b11b649240a287511db4e3431fb6a68b5c9 SHA512 44d90cd1191e0628a2c43fec6fa42444f73e8ed514955f578c3e8e0bd5eb53d524d8999c8e86f5bc386bfe7e5bd88ed85ddbe950eed6907b6b12a76e8e2da85b
EBUILD bleak-0.21.1.ebuild 901 BLAKE2B 398342560e0a724c45c130e16fe7677a293c7d13117493b50e93b2b54a8726db4948d8fc79d4b7c281a1c14ff4136a29a0f815ec29069294e0495386d036a2c4 SHA512 bc631bd33640d913663c6b7edc87d77fb3d32776e6eecdee175a048fc71b68c1861e2fae73e62647209fec440ddeb40e9e9b91a41e90a79688ce2a40de7eb016
MISC metadata.xml 509 BLAKE2B 72cbbdb46b90632d8b30c431cacbd0db99ab67695f52c0622fe75d598b81c440608e2ed86341436672c73accb84683c192c044949366c0c8ac94915388ca0fa1 SHA512 ef6a5070ce71956bbcf640e7a8c83b7f484c3952eaa0a6d3bb3edd79580b42b105ae818533a9c3a61d9c36c18cd6c4d0162a807ec99ec7a6c52915dc8f625c72

View File

@ -1,31 +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="Bluetooth Low Energy platform Agnostic Klient"
HOMEPAGE="https://github.com/hbldh/bleak https://pypi.org/project/bleak/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
>=dev-python/dbus-fast-1.22.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/asynctest[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest

View File

@ -1,30 +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="Bluetooth Low Energy platform Agnostic Klient"
HOMEPAGE="https://github.com/hbldh/bleak https://pypi.org/project/bleak/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
>=dev-python/dbus-fast-1.83.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/asynctest[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest