dev-python/whirlpool-sixth-sense: drop 0.18.2, 0.18.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:36:17 +01:00 committed by Andreas Billmeier
parent 5eaf88bc42
commit 337d8d4828
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 71 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 1750 Ebuilds in total, 1739 of them have in total 1753 (40 different) licenses assigned.
There are 1748 Ebuilds in total, 1737 of them have in total 1751 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1011|
|MIT|1009|
|Apache-2.0|370|
|GPL-3|103|
|BSD|100|

View File

@ -1,7 +1,3 @@
DIST whirlpool_sixth_sense-0.18.2.tar.gz 13122 BLAKE2B 28e17697b02a86ebd80300689056e08107cceb383f335cd02c0d84fe0f02a351e483c6fd8a5c221bd402130ff65ea9a1dbbc2f5da27fad7c675797ecd17b9cd2 SHA512 7a9d06618cf0f8e71607bbec5d634b1caf1cd442cda9655d5bf840e7b939db80bdaa1b9e445015704db25d6de6dce607de5bc805212946c80f32d0a3eac012f2
DIST whirlpool_sixth_sense-0.18.3.tar.gz 22438 BLAKE2B 14155164aaf27f97a5dabfca28abf2cf8f903a6b8079a1f5bffbf07ed07215b14cfe931f6cf5ac6b75ff67866c95f2938f3c21ba3194abe660c17624d00ae19b SHA512 38c2a3059d173952133855e1d01e6871bb5f14503c7079dc32ab698a7f95a69a1fcb3f769f5df1a941d23ea3ce824b6a972457512e7f8a6d3a40bd7548fd8e93
DIST whirlpool_sixth_sense-0.18.4.tar.gz 22451 BLAKE2B 906c7bb3d0ff431bd87ba8b191d7e6a9395a1409309c9fb05e439ad1f93615da0792025b3a03f262daf3c2adf5c5bf1fd83a10dd4cdad3f184eceee718e1c032 SHA512 de292761affae30c8b6f12815149dc27d6467a26e0f20f29bfb9e9efed80eaa6526ee011346a37033817b8f5dfe26106c995ce599a95fbf7617ba2c5a78a5406
EBUILD whirlpool-sixth-sense-0.18.2.ebuild 780 BLAKE2B d56f23126e4e5c14487440da878650a28b6d51035f08f6d8ac9b1c40d16284621174e44ff5fd2830712de04a3565676720f14c68f9ae5870d07bf32f3dfc3f97 SHA512 004905b1dae461535781c2de2de5b1c55e081a4e094b811603248737505ca71d6478b72d979083a21f82957ef6588bc2f068c23b01902a9d3d6636b86143d140
EBUILD whirlpool-sixth-sense-0.18.3.ebuild 779 BLAKE2B 2f0c984e478a9a08f97ed9db3f217c97956e4068f28abf83a393424e07a25d8c1000873eb748d513a0fe717a128018ea790e22b2c29d0a6dc475cfc63b8c2de9 SHA512 645d826555ab0850ebd0b236120c6543d395be5db5e567a40e94c41c6fafa389007d9c6cc0cb748d74ab90de64576262b6d36db85030ee0ecccbfd0a51d2f26c
EBUILD whirlpool-sixth-sense-0.18.4.ebuild 779 BLAKE2B 2f0c984e478a9a08f97ed9db3f217c97956e4068f28abf83a393424e07a25d8c1000873eb748d513a0fe717a128018ea790e22b2c29d0a6dc475cfc63b8c2de9 SHA512 645d826555ab0850ebd0b236120c6543d395be5db5e567a40e94c41c6fafa389007d9c6cc0cb748d74ab90de64576262b6d36db85030ee0ecccbfd0a51d2f26c
MISC metadata.xml 536 BLAKE2B 72c0bc0e2349ae17dc45025e40c49152d2cdf2da1449737ede5b781bf480e25ee19083c2827981497b8d281743d7727a5cbcacd06c0621ebf8abb8832cc16d9d SHA512 839506d6455fcfd6a7d309652c1d874f1cc897db879bb1e8aa55ca5133a901733a4b55ce515938d749ed788b14f73ceb257d0c464d8fbf7aa29e677764f56978

View File

@ -1,33 +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
inherit distutils-r1 pypi
DESCRIPTION="Unofficial API for Whirlpool's 6th Sense appliances"
HOMEPAGE="https://github.com/abmantis/whirlpool-sixth-sense/ https://pypi.org/project/whirlpool-sixth-sense/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aioconsole-0.3.1[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.7.2[${PYTHON_USEDEP}]
>=dev-python/websockets-8.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,32 +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
inherit distutils-r1 pypi
DESCRIPTION="Unofficial API for Whirlpool's 6th Sense appliances"
HOMEPAGE="https://github.com/abmantis/whirlpool-sixth-sense/ https://pypi.org/project/whirlpool-sixth-sense/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aioconsole-0.3.1[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.7.2[${PYTHON_USEDEP}]
>=dev-python/websockets-8.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest