dev-python/whirlpool-sixth-sense: add 0.18.8

Closes: #3213
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 16:28:04 +02:00
parent fe9954b9eb
commit ceb9ad922b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 30 additions and 3 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 1976 Ebuilds in total, 1965 of them have in total 1984 (42 different) licenses assigned.
There are 1978 Ebuilds in total, 1967 of them have in total 1986 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1121|
|Apache-2.0|445|
|MIT|1122|
|Apache-2.0|446|
|GPL-3|129|
|BSD|111|
|LGPL-3|26|

View File

@ -1,5 +1,7 @@
DIST whirlpool_sixth_sense-0.18.4.tar.gz 22451 BLAKE2B 906c7bb3d0ff431bd87ba8b191d7e6a9395a1409309c9fb05e439ad1f93615da0792025b3a03f262daf3c2adf5c5bf1fd83a10dd4cdad3f184eceee718e1c032 SHA512 de292761affae30c8b6f12815149dc27d6467a26e0f20f29bfb9e9efed80eaa6526ee011346a37033817b8f5dfe26106c995ce599a95fbf7617ba2c5a78a5406
DIST whirlpool_sixth_sense-0.18.7.tar.gz 24156 BLAKE2B 4f39d5d33a99d133144999cfbfc3ed320c431822a09502ea3948d9652dace78afbe4c60924fd1c6eef588571a329e54b478a05f4b5cd93b58946c0e333a5db5a SHA512 01a06ac294921b73de6bbe71fc56a08ee5067a1146e8bc693c769f86e32c27ea07c505e33fe6b810a035fc7d25629736ca4513ee3b2eaa8ef4655852311d6836
DIST whirlpool_sixth_sense-0.18.8.tar.gz 24116 BLAKE2B 562a43c911f048dfc62df3fd376eb9c4bcb93ce702049aa1b3a0954bc0ee74d32c4f681a417326300f3bab2832f32049ca262544ad463aff5a6c1b147c119e9e SHA512 ce7a4a0616f7463562816f64bb709091017fde1a04d9ac06b917272b04cc9fd6d724ba0aeb95842fcd52c125402426e0f1969a11744f8f030e6fee78b6c7a990
EBUILD whirlpool-sixth-sense-0.18.4.ebuild 779 BLAKE2B 799ba21a2ceb4da1bf2fac88f555165eb4b0eca09606e8c956569826477c515038b101675a9ffbca0c29cfdf4d301107246849dfdb0b28a906af516c4e741d83 SHA512 fc1c9886d8a569c16b32a2ebaab1ae1993d9630f0e4cb184320721c5517ce7e927605008079b5365fd61ffd5a3180a9c97178693baf8d61f43978728e8cf0b31
EBUILD whirlpool-sixth-sense-0.18.7.ebuild 678 BLAKE2B 9f26d5b9a3ea2167d8ebb5b42c1252aca2a5fde123084abda3dba3988d760c2619e692ad781d8b1f6816268624396da853ce84ae1740bf9ed1a632498f80bc7f SHA512 88ee669a5a57dfa8999b772bf15b86dc0a8dd9ed03ae51f4ec1abe48c34d7186a0052be57fff751e0098a87a273492b1dd71b2a0c882676665a1f4d7fed73b79
EBUILD whirlpool-sixth-sense-0.18.8.ebuild 678 BLAKE2B bd62f14218aa7ea24bd9c704647a24466565fa6a711659026d2c3590b075f6d81fed523dfd01e1f2c6584c540341a6815a7649275e81c3f9b83c09c6d006ae7a SHA512 0f0c48e436302a49ef2b6cea5cff70eff7fdb759cd68b4f4cb7ec404f5de892c46faffda352a357f948e94cf6df333766a3ad0d6adf6576b577fff512e4dfe5c
MISC metadata.xml 536 BLAKE2B 72c0bc0e2349ae17dc45025e40c49152d2cdf2da1449737ede5b781bf480e25ee19083c2827981497b8d281743d7727a5cbcacd06c0621ebf8abb8832cc16d9d SHA512 839506d6455fcfd6a7d309652c1d874f1cc897db879bb1e8aa55ca5133a901733a4b55ce515938d749ed788b14f73ceb257d0c464d8fbf7aa29e677764f56978

View File

@ -0,0 +1,25 @@
# 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=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.9.1[${PYTHON_USEDEP}]
>=dev-python/websockets-8.1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest