dev-python/asyncsleepiq: add 1.5.2

Closes: #2853
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 19:43:10 +01:00
parent b7b3de93eb
commit afaff598e0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 25 additions and 2 deletions

View File

@ -617,11 +617,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 1739 Ebuilds in total, 1728 of them have in total 1747 (42 different) licenses assigned.
There are 1740 Ebuilds in total, 1729 of them have in total 1748 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|991|
|MIT|992|
|Apache-2.0|380|
|GPL-3|116|
|BSD|100|

View File

@ -1,5 +1,7 @@
DIST asyncsleepiq-1.3.7.tar.gz 14133 BLAKE2B 23832a823179840ed713bd67001d989914e9a4ea84a5413eef73bd817ea5a3706bdf70c7fb8a7ba052c217fa12a2eea97c3ab4aee8c473156dd7fe6486287b4d SHA512 68a8a76a3d3752811faee9f609edb43165c39a7bbc26f179cfd67da8940efbf1f84bdfd0fdacb6c3a266b4fe75559a647ef25f6fb9a32ca8221427e1569be044
DIST asyncsleepiq-1.4.1.tar.gz 14874 BLAKE2B 5aad872ac12f35cf27930e1803ad7d5fce92586a3e8cb84c37abcb4cab0ca9f32fc9838b93b3f5cc4f4724d899cd0fa7b5c3541f6a84c729e6922e88158a3bc5 SHA512 7b00205f259b62f834223e7b194a76b49785052a35d79ac3947641f3657be7f936d487bbbd9e4692b33100458b7c23660f6b2b376dc92dd42264842caffa0ddb
DIST asyncsleepiq-1.5.2.tar.gz 15839 BLAKE2B 845482795079ce28dfefc83c67fa1f3dcc243a26473b61d34b0b6bb77bc8386a6fc2f92622b629f2b2dbe7b1846e32306580cadfd306a2d1739295b947e72c21 SHA512 f0ca766d53cde091904962084036c7783e7616442388966fb11c0d191147377e416f0de4a562f7051f0739c22917c4c1233947903f82ed0c7d8ec90b940a3401
EBUILD asyncsleepiq-1.3.7.ebuild 621 BLAKE2B 89191ab891068bb96386785fa0be177568c0780e0c4d074db5d026c8c1f9c68a47b8c7a24fd62c8feda28fec4bb0de965404809fb1043ee1ab0cb8e7d4bcc380 SHA512 c6b9e5b05b8d47079df1da5d71059fb469e97dc28850e7a0d6dadbf07a00fa439dad9fb0c15f43c245c70188845856d4ee68a09e893a63e97a995dbd9b4237ff
EBUILD asyncsleepiq-1.4.1.ebuild 580 BLAKE2B b2acea884deff81d28fb8640add3909d862140f7e926dfb738796b7b980dcf21c69593f33808344b306aa1b985b5769332a7780bd9f59635b679f08ff9b1c2a7 SHA512 07fdce6c2753c66a379325698ab00f242964f1c931f356c33728728fd97ad8ad9e13fa4e144a67ab0724c82b5709c18d934e5e50c506f762f0947535f87e5e09
EBUILD asyncsleepiq-1.5.2.ebuild 518 BLAKE2B 15c1869ad8e70d017e179901b1ea4380d5861820bb0745f7d4a9ebd39403c78b99a79935ace8a7d3c68c50181a576cf3b7f8a74d6dad45c38fbd3281071286d9 SHA512 43c3678ee28bcac6df836ef0dbe00aed9d3598784e88019d098a894a86a5fbe65204044aaf72bc9c36e0976144cc5b8fd51c33b8e12d921c6a3af513b68aab43
MISC metadata.xml 520 BLAKE2B 70d9876276eb3f1cb6cc67c1942bd4063729066d417482b7d4076878281fc64686567f6f23c00187494c28fb2700bcf5bd279b8f5ebc5291a4f005df11b78f31 SHA512 aa1f6b16f376018145676d655532147a3e85741cd028cd0277293e25087b46149af5625344b3aca0034cb6e6b266da564e34e59642cddfe5f82c34f51c988cc5

View File

@ -0,0 +1,21 @@
# Copyright 1999-2024 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="ASync SleepIQ API"
HOMEPAGE="https://github.com/kbickar/asyncsleepiq https://pypi.org/project/asyncsleepiq/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest