dev-python/pytedee-async: add 0.2.15

Closes: #3023
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 18:43:47 +01:00
parent f6f7a63b52
commit 048948297b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 29 additions and 4 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 1884 Ebuilds in total, 1873 of them have in total 1892 (42 different) licenses assigned.
There are 1885 Ebuilds in total, 1874 of them have in total 1893 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1063|
|MIT|1064|
|Apache-2.0|433|
|GPL-3|124|
|BSD|104|

View File

@ -1,3 +1,5 @@
DIST pytedee_async-0.2.13.tar.gz 9269 BLAKE2B 906d33f3535607bdd30fd9b3f63639c821e88f3001d9c80228be344f253c53742388cbc4038b7f1f14a4321dc6443e82791f368576b94fa7d43014b89847afac SHA512 937200c18504278142105737f02c5aa7566ad1ef5ef3f8ae797ed43e73ae7044969d42522bcc71aba15c5a4f3b6823f6a153a304ed28966293ff78f94c8b0c81
EBUILD pytedee-async-0.2.13.ebuild 531 BLAKE2B 8fdd8700e4228c1f221969e6ee70164bf2e16c2065c358d0a94f6edd743dfa5e7d267bed6414d0132b9defe70331454cd65bb660416d9d4b94804d5a3289202e SHA512 97e005c4f200b8ee74410948e2a10d35da27948f18caebbb0941d3ac41ecd156bbcffc53f1e49fb793088a88b185871f9be3b15f0c0c52129be61ca3fd580317
DIST pytedee_async-0.2.15.tar.gz 9379 BLAKE2B 2b82e015379a0b8199a6dbe7bf304c5b95b0d5ce0f96e6e1f222db7ef76fee1330de96319cbe1b047dda5687da39da097dc7ace4f4d411745b8ff823b6ba3202 SHA512 25bc643d830b84bf5af0a51744d904fe2bfb4f248b1bca942d744a34161b327babd2d79eff7bcb7dbf7cddf643c615010b9e1cbd21218f065c778c8fcabcc733
EBUILD pytedee-async-0.2.13.ebuild 531 BLAKE2B cfc4bb314c9a5a3b3db95c6503f1faee824410950b5219f7449fc944040a7fd743460d9df2c7579cf88817f51e3332544437d7330848676bb85cadd722e8d72d SHA512 995a86cae03a57d7d3108f05358e02eb04a90287f7c627357ab0fde02ad1e630dea31fb7043ae7c4eeb99acc90a371f05b34a3ae67dc8f8714b57a5883ca4f66
EBUILD pytedee-async-0.2.15.ebuild 531 BLAKE2B cfc4bb314c9a5a3b3db95c6503f1faee824410950b5219f7449fc944040a7fd743460d9df2c7579cf88817f51e3332544437d7330848676bb85cadd722e8d72d SHA512 995a86cae03a57d7d3108f05358e02eb04a90287f7c627357ab0fde02ad1e630dea31fb7043ae7c4eeb99acc90a371f05b34a3ae67dc8f8714b57a5883ca4f66
MISC metadata.xml 539 BLAKE2B 4ae25ede293aca588304de56701b75d9f49b74b92a0757fea899117ddb34a87a6139b0da1137f80d2d5b9abc27413f7edd1e8772a3e87e34f33c201c5c91dac0 SHA512 53eea0e4f5126a957e529a715cb8e3bbbbae3dcd1847ec7e7d58bd65977c02bf24ebccb7b6881d472bac0cd2c68ded72ce9cb6808ecdfab1d8fcf6412613fef7

View File

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

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