dev-python/pytedee-async: add 0.2.16

Closes: #3078
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-14 23:44:38 +01:00
parent 48df48aa84
commit 16fc6e3fe8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 27 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 1919 Ebuilds in total, 1908 of them have in total 1927 (42 different) licenses assigned.
There are 1920 Ebuilds in total, 1909 of them have in total 1928 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1081|
|MIT|1082|
|Apache-2.0|442|
|GPL-3|128|
|BSD|106|

View File

@ -1,5 +1,7 @@
DIST pytedee_async-0.2.13.tar.gz 9269 BLAKE2B 906d33f3535607bdd30fd9b3f63639c821e88f3001d9c80228be344f253c53742388cbc4038b7f1f14a4321dc6443e82791f368576b94fa7d43014b89847afac SHA512 937200c18504278142105737f02c5aa7566ad1ef5ef3f8ae797ed43e73ae7044969d42522bcc71aba15c5a4f3b6823f6a153a304ed28966293ff78f94c8b0c81
DIST pytedee_async-0.2.15.tar.gz 9379 BLAKE2B 2b82e015379a0b8199a6dbe7bf304c5b95b0d5ce0f96e6e1f222db7ef76fee1330de96319cbe1b047dda5687da39da097dc7ace4f4d411745b8ff823b6ba3202 SHA512 25bc643d830b84bf5af0a51744d904fe2bfb4f248b1bca942d744a34161b327babd2d79eff7bcb7dbf7cddf643c615010b9e1cbd21218f065c778c8fcabcc733
DIST pytedee_async-0.2.16.tar.gz 9434 BLAKE2B 1687587b7d997764e3d89bcd78927b590a16bb37266a185103da04a53a223c955cb3eb12ce2d7831d66bc97b8ce04b7391bd227f3c6150af05b2931e0f7c7a45 SHA512 67886d985491afa3490bacf099aa1a889dadf5feafaf597c470c77d0b44cd35d953f1a82a4cf5ced75d2b5690b998c84b5ade9367b27c94250cde92258312a4d
EBUILD pytedee-async-0.2.13.ebuild 531 BLAKE2B cfc4bb314c9a5a3b3db95c6503f1faee824410950b5219f7449fc944040a7fd743460d9df2c7579cf88817f51e3332544437d7330848676bb85cadd722e8d72d SHA512 995a86cae03a57d7d3108f05358e02eb04a90287f7c627357ab0fde02ad1e630dea31fb7043ae7c4eeb99acc90a371f05b34a3ae67dc8f8714b57a5883ca4f66
EBUILD pytedee-async-0.2.15.ebuild 531 BLAKE2B cfc4bb314c9a5a3b3db95c6503f1faee824410950b5219f7449fc944040a7fd743460d9df2c7579cf88817f51e3332544437d7330848676bb85cadd722e8d72d SHA512 995a86cae03a57d7d3108f05358e02eb04a90287f7c627357ab0fde02ad1e630dea31fb7043ae7c4eeb99acc90a371f05b34a3ae67dc8f8714b57a5883ca4f66
EBUILD pytedee-async-0.2.16.ebuild 531 BLAKE2B cfc4bb314c9a5a3b3db95c6503f1faee824410950b5219f7449fc944040a7fd743460d9df2c7579cf88817f51e3332544437d7330848676bb85cadd722e8d72d SHA512 995a86cae03a57d7d3108f05358e02eb04a90287f7c627357ab0fde02ad1e630dea31fb7043ae7c4eeb99acc90a371f05b34a3ae67dc8f8714b57a5883ca4f66
MISC metadata.xml 539 BLAKE2B 4ae25ede293aca588304de56701b75d9f49b74b92a0757fea899117ddb34a87a6139b0da1137f80d2d5b9abc27413f7edd1e8772a3e87e34f33c201c5c91dac0 SHA512 53eea0e4f5126a957e529a715cb8e3bbbbae3dcd1847ec7e7d58bd65977c02bf24ebccb7b6881d472bac0cd2c68ded72ce9cb6808ecdfab1d8fcf6412613fef7

View File

@ -0,0 +1,23 @@
# 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="A Tedee Lock Client package"
HOMEPAGE="https://github.com/zweckj/pytedee_async https://pypi.org/project/pytedee-async/"
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