dev-python/gotailwind: add 0.2.3

Closes: #3452
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-10 09:13:30 +02:00
parent 3141de4a9d
commit 5982e7ae15
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 39 additions and 4 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 1871 Ebuilds in total, 1860 of them have in total 1883 (42 different) licenses assigned.
There are 1872 Ebuilds in total, 1861 of them have in total 1884 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1073|
|MIT|1074|
|Apache-2.0|419|
|BSD|108|
|GPL-3|107|

View File

@ -1,3 +1,5 @@
DIST gotailwind-0.2.2.tar.gz 17605 BLAKE2B c8745d7836c6736d9f3017ef1ac8cd2a6879c53c95b631b7292c516b2b0e365b116e70b8e83c32cb9d12b8a82e5335c210bfb1da67f8de83d70cc68df3cef120 SHA512 098099d3b46998b9619bf2bc7b9e9d1b3df445692a77d88db23c04da7fbf21db23ec30ee19a16a1df87efe974921509669b20c64a94964359f9b5f1e058f39b9
EBUILD gotailwind-0.2.2.ebuild 914 BLAKE2B 957ba89652e19e966361c5319f6d733db85a5dd2143bbab3722953caecaa14cec5840ca2a4a4572ed6a5b75c13ec88471d3e7888dccc3f4b620b990701422d3e SHA512 fc9f0ec589698fe166047098328813bcb0951dd411fdcc53ef25fddc20965a0839606f05f451c0835005443996053824ff347350e35bce028da0e48cc5cb6f54
DIST gotailwind-0.2.3.tar.gz 17613 BLAKE2B 7123c672f5d80831c0be485ddd16062f5dce265a6764dbe0ea436f0e82fe326a20a9feb27414501c83b7bd48c6a6004d8deb133b47cf75223a69ee8cccdab213 SHA512 0a5fd747f6446e2cb8260218ad2b554bb0b523a728d8d5c14856ef3a25c80a5acc220c46a2f22dd9bde65980f91c166139d78d9a61505969eb4718a36b7c0de9
EBUILD gotailwind-0.2.2.ebuild 914 BLAKE2B fd4343ce359998db348de17d11ecec0ba9ab6f09af24e341ad18e0a936db0297897d09dfcee1b09a20f00937633a20683560724cfe8b5285a62d66e58454698a SHA512 b298cdd2910edd06e8b4235904ca12b4474c55e6a12baeeba5ce078642c7c1f5eac27251ee779f97bea400f50b1cf2bcbd20d67e7121c0497acde451b8818487
EBUILD gotailwind-0.2.3.ebuild 922 BLAKE2B 98b6284e15be282a560811d472816215e13a80b82ea2c1157cab15469c8cd472d37c7c6ddcb03ec7082d587304363e09895c774898bcfe164d8baec8d5e71865 SHA512 f387cb09498a7cfdd483b520a32ee03b6db6b0872652da4f453ebbd6f9a22f769d66f1a933369be8c3fb54444583c434eaf7fb512043c344f149a9bf763e6043
MISC metadata.xml 523 BLAKE2B 27bb347a0a2b089675fe4f787da4a1004ae6dea51f787cf2ee1775843513c26f6c04be69c09704fd6c7988babd7e0059efcac46586a5b83b515bc56637e0dad4 SHA512 c6f25c3fc83c3fc6fcdf197fe378fa4cc1f01cc6c2b5180a465428d169dcafab9a0f188f9f4e83b6f5957f20d4ff26c359e99673359cda9c878028f5b9254cff

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi

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