dev-python/pyoverkiz: add 1.13.9

Closes: #3138
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 18:07:42 +02:00
parent 0c56cc82bc
commit 44798ab67c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 37 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 1972 Ebuilds in total, 1961 of them have in total 1980 (42 different) licenses assigned.
There are 1973 Ebuilds in total, 1962 of them have in total 1981 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1114|
|MIT|1115|
|Apache-2.0|452|
|GPL-3|129|
|BSD|111|

View File

@ -1,5 +1,7 @@
DIST pyoverkiz-1.13.3.tar.gz 39207 BLAKE2B 40d4fefb0bfd29dbe6ca14fcc61d04a3f63e1b6b70eba4c4916d3e8307e70873d5671f83c9b1a214c9e5f05fac0d1e30e46b29d8ecb9df3bf96421287ec3c259 SHA512 e631cd4ae6d4ae078e7fbc77f6af47d30e4423fc3ccfbd4bf27c3b8f9d1912f1833a9391ed876b04a0be147f5182d17038a4a1da02501d9af74959ae9bb5d538
DIST pyoverkiz-1.13.8.tar.gz 40065 BLAKE2B 9adb7b361641ae3b0f7180b8f9c0dd20e8ba9e63da056648e74adf0a1c29f3692307a37e472606c3b0711f1014cd654bd6b7fc654338a11f6c37f3681041cbb3 SHA512 7ed16c12b7833c39f4a96cb342163e40c7557063f95a8109aa0ebfbeee642f5fb205e2f95358d46d986307ab746ce2796e54b4531e1fac718d623d401cf4797e
DIST pyoverkiz-1.13.9.tar.gz 40082 BLAKE2B 8145fb8d84df84c90c66d98ef82167775cca361a9876ba1cab953852e55eeac83a97b161482ee0d4a80ff4923d75c1aae2722380e4d67d9508a0feb3a5b4cd62 SHA512 096680e83c2cb28fc3f971bd605892e43f14fe183953482d4e1ae4e2ac3008828b7b44d4e8de8fc69020d9677c2726613263ac49c43900bd53ee28c4f19bf455
EBUILD pyoverkiz-1.13.3.ebuild 1076 BLAKE2B 36ae49b36bb76f032100bf36e05f07d0ce0217a37c52727b7e785aae4ece407acab5477b21f385ff10ab68916b39d90b7731e9bfbe1053cb8ffd2a02c9c44315 SHA512 ad46e187deaffd7925a52e1122bfff55b2422db4f8cf4f334556259f030d96e1c48071d3696c5f7f185439e495274230e20f1f795e70c801fc285dbc0b2773a5
EBUILD pyoverkiz-1.13.8.ebuild 997 BLAKE2B e9d6037b3705dbf5b59d22764bdf3832cb082aafc403f53679d8a7bd2d3807b002179778c228561bb0f9be2f0c43097d73bf64f63cb36a10e7a84a40df8fb270 SHA512 fb901703c5f0e048bb1a0d25c6d90c6d8cfc70b42369090c7b1b3b3daa276f674277f0557f116a932cccca3330c0bb5e8b7c787fe4ea5fb7d5210dbcd8c15a9e
EBUILD pyoverkiz-1.13.9.ebuild 997 BLAKE2B e9d6037b3705dbf5b59d22764bdf3832cb082aafc403f53679d8a7bd2d3807b002179778c228561bb0f9be2f0c43097d73bf64f63cb36a10e7a84a40df8fb270 SHA512 fb901703c5f0e048bb1a0d25c6d90c6d8cfc70b42369090c7b1b3b3daa276f674277f0557f116a932cccca3330c0bb5e8b7c787fe4ea5fb7d5210dbcd8c15a9e
MISC metadata.xml 396 BLAKE2B 6bda89fbedee2181c151c265c48b378fa2d182ea8ada87a0998ce4c0411d653aa4f53af629b268efff55178afdf41624d46d20c3faad47df8ada1d49bbe271cb SHA512 0ace8ab8df555bbf3d965f0cf94a4a0dfaa564bf55d8eebdbdd08629f029db6af28f0dfe06d6a8b2998c56e536c2f98135bcd45bfff7a05432d90fbac8ba9b97

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..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Async Python client to interact with internal OverKiz API (e.g. used by Somfy TaHoma)."
HOMEPAGE="https://github.com/iMicknl/python-overkiz-api https://pypi.org/project/pyoverkiz/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
>=dev-python/pyhumps-3.0.2[${PYTHON_USEDEP}]
>=dev-python/backoff-1.10.0[${PYTHON_USEDEP}]
>=dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
>=dev-python/boto3-1.18.59[${PYTHON_USEDEP}]
>=dev-python/warrant-lite-1.0.4[${PYTHON_USEDEP}]
>=dev-python/backports-strenum-1.2.4[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest