dev-python/gotailwind: add 0.2.4

Closes: #3916
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 22:16:38 +02:00
parent 536672aeca
commit 087a67f39e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 37 additions and 2 deletions

View File

@ -606,11 +606,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 2074 Ebuilds in total, 2063 of them have in total 2091 (42 different) licenses assigned.
There are 2075 Ebuilds in total, 2064 of them have in total 2092 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1197|
|MIT|1198|
|Apache-2.0|470|
|GPL-3|126|
|BSD|111|

View File

@ -1,5 +1,7 @@
DIST gotailwind-0.2.2.tar.gz 17605 BLAKE2B c8745d7836c6736d9f3017ef1ac8cd2a6879c53c95b631b7292c516b2b0e365b116e70b8e83c32cb9d12b8a82e5335c210bfb1da67f8de83d70cc68df3cef120 SHA512 098099d3b46998b9619bf2bc7b9e9d1b3df445692a77d88db23c04da7fbf21db23ec30ee19a16a1df87efe974921509669b20c64a94964359f9b5f1e058f39b9
DIST gotailwind-0.2.3.tar.gz 17613 BLAKE2B 7123c672f5d80831c0be485ddd16062f5dce265a6764dbe0ea436f0e82fe326a20a9feb27414501c83b7bd48c6a6004d8deb133b47cf75223a69ee8cccdab213 SHA512 0a5fd747f6446e2cb8260218ad2b554bb0b523a728d8d5c14856ef3a25c80a5acc220c46a2f22dd9bde65980f91c166139d78d9a61505969eb4718a36b7c0de9
DIST gotailwind-0.2.4.tar.gz 17650 BLAKE2B 46cf65cd27f3c8fa72e93b046641635cc8f4c473c4fc0aed07c98c72bc5ef541e1cf506faf2760eda756bbd1df9f3317a7b87f3f98cd5a670472b29b7576b906 SHA512 0930cab2728c3dee96961da4063b8cc0bea2106912327898c21f900a5845c64f0e6782bc4c1426ecdc3c9e5c63f0d3704eacea1b460c6a3940eb36e89fb1b7be
EBUILD gotailwind-0.2.2.ebuild 914 BLAKE2B fd4343ce359998db348de17d11ecec0ba9ab6f09af24e341ad18e0a936db0297897d09dfcee1b09a20f00937633a20683560724cfe8b5285a62d66e58454698a SHA512 b298cdd2910edd06e8b4235904ca12b4474c55e6a12baeeba5ce078642c7c1f5eac27251ee779f97bea400f50b1cf2bcbd20d67e7121c0497acde451b8818487
EBUILD gotailwind-0.2.3.ebuild 922 BLAKE2B 98b6284e15be282a560811d472816215e13a80b82ea2c1157cab15469c8cd472d37c7c6ddcb03ec7082d587304363e09895c774898bcfe164d8baec8d5e71865 SHA512 f387cb09498a7cfdd483b520a32ee03b6db6b0872652da4f453ebbd6f9a22f769d66f1a933369be8c3fb54444583c434eaf7fb512043c344f149a9bf763e6043
EBUILD gotailwind-0.2.4.ebuild 922 BLAKE2B 98b6284e15be282a560811d472816215e13a80b82ea2c1157cab15469c8cd472d37c7c6ddcb03ec7082d587304363e09895c774898bcfe164d8baec8d5e71865 SHA512 f387cb09498a7cfdd483b520a32ee03b6db6b0872652da4f453ebbd6f9a22f769d66f1a933369be8c3fb54444583c434eaf7fb512043c344f149a9bf763e6043
MISC metadata.xml 523 BLAKE2B 27bb347a0a2b089675fe4f787da4a1004ae6dea51f787cf2ee1775843513c26f6c04be69c09704fd6c7988babd7e0059efcac46586a5b83b515bc56637e0dad4 SHA512 c6f25c3fc83c3fc6fcdf197fe378fa4cc1f01cc6c2b5180a465428d169dcafab9a0f188f9f4e83b6f5957f20d4ff26c359e99673359cda9c878028f5b9254cff

View File

@ -0,0 +1,33 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for Tailwind garage door openers."
HOMEPAGE="https://github.com/frenck/python-gotailwind https://pypi.org/project/gotailwind/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/awesomeversion-22.8.0[${PYTHON_USEDEP}]
>=dev-python/backoff-2.2.1[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.10[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.8[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.126.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest