dev-python/PySwitchbot: drop 0.37.5, 0.37.6

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:13:00 +01:00 committed by Andreas Billmeier
parent adaa3bc3ae
commit 5d0a97fb77
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 62 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 1625 Ebuilds in total, 1614 of them have in total 1628 (40 different) licenses assigned.
There are 1623 Ebuilds in total, 1612 of them have in total 1626 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|942|
|MIT|940|
|Apache-2.0|333|
|GPL-3|96|
|BSD|95|

View File

@ -1,7 +1,3 @@
DIST PySwitchbot-0.37.5.tar.gz 23782 BLAKE2B 3d536396bd0f932ca28631eafa71e804d7f54871e137b7fc7bdfa12b7d1322d8796fb0b3caf091e2a56affd97177f02ee238201b525fbb186ce070cbd37c2a13 SHA512 f224a431d5215753dae4b3b80504e4635d785ac73d65b0ab94ddc580453e821fb811f79721307a6eff4913a3a568095da3d69282b736c901cba78897b78c0228
DIST PySwitchbot-0.37.6.tar.gz 23805 BLAKE2B 960040a1977a427383a0e5b1e18517982bb95f977eebab430c51a4c7074d2a75acda6e2c37438675dc85cb4362ebb042470c875391ae64050caeed95d149f819 SHA512 5db3cda7103026775149927f7260cd41134b9912764254426d795c2ce53296db1494b43ff161553f70e8ee2cdabd94e0ce3929cc7645461545376a093cc05cfe
DIST PySwitchbot-0.40.1.tar.gz 24244 BLAKE2B b3b0fbb3a106c8a52d6b45999eb25e5b18baa37413b326af7f13bbb22fbe692af8554ade930e62eaf28bee76399cc506d683fcb3da5a4a498506ad73a239a91f SHA512 1446c8cd40367e6c46276654923775c4bcb39fbb9299d84cdc9cfc8d248758384e628df7961d8d4056d15c5c70fa614db597bab65a8c4fb49f57157c279d216a
EBUILD PySwitchbot-0.37.5.ebuild 851 BLAKE2B 9204ee610a8805b18797cb1674c3aee1af46fdc5035ee8238a8e243f26b23f2b09a2da81de6473be7b9a75a0348992d4d8576af0fbd13a6a47ff333c8de4c535 SHA512 4a57eef5a830d578ed1806e15dc39d2bf7ec35529237817aaae301e26b10095a1d7d8d041d012109e541ced21734c3a5f8040bc85919526df9783935ad6bd151
EBUILD PySwitchbot-0.37.6.ebuild 851 BLAKE2B 9204ee610a8805b18797cb1674c3aee1af46fdc5035ee8238a8e243f26b23f2b09a2da81de6473be7b9a75a0348992d4d8576af0fbd13a6a47ff333c8de4c535 SHA512 4a57eef5a830d578ed1806e15dc39d2bf7ec35529237817aaae301e26b10095a1d7d8d041d012109e541ced21734c3a5f8040bc85919526df9783935ad6bd151
EBUILD PySwitchbot-0.40.1.ebuild 851 BLAKE2B 9204ee610a8805b18797cb1674c3aee1af46fdc5035ee8238a8e243f26b23f2b09a2da81de6473be7b9a75a0348992d4d8576af0fbd13a6a47ff333c8de4c535 SHA512 4a57eef5a830d578ed1806e15dc39d2bf7ec35529237817aaae301e26b10095a1d7d8d041d012109e541ced21734c3a5f8040bc85919526df9783935ad6bd151
MISC metadata.xml 398 BLAKE2B 268a137b67e86e07103e7be4707ca39fb1f1f84c8c4d4c1b707816c6ec087a29e9e8966df7c5200b4c37bc7b5d84ef135d7dd7d75d475aceffc9b1f2746ce1e6 SHA512 8c1fa70391b8375591da1cb2af43c5958ec6b085810d913692f38a9b52092a732b2ecaa1f1c1991e6dbb36e81e7cc10aab479429b98d0c6f1900e0a59b10b21d

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=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A library to communicate with Switchbot"
HOMEPAGE="https://github.com/Danielhiversen/pySwitchbot/ https://pypi.org/project/PySwitchbot/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
>=dev-python/bleak-0.19.0[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-2.9.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-39.0.0[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}]
>=dev-python/boto3-1.20.24[${PYTHON_USEDEP}]
>=dev-python/requests-2.28.1[${PYTHON_USEDEP}]"

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=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A library to communicate with Switchbot"
HOMEPAGE="https://github.com/Danielhiversen/pySwitchbot/ https://pypi.org/project/PySwitchbot/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
>=dev-python/bleak-0.19.0[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-2.9.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-39.0.0[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}]
>=dev-python/boto3-1.20.24[${PYTHON_USEDEP}]
>=dev-python/requests-2.28.1[${PYTHON_USEDEP}]"