dev-python/homematicip: add 1.1.2

Closes: #3649
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-21 16:57:32 +02:00
parent 456e391c30
commit f9a97c7a7c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 30 additions and 2 deletions

View File

@ -606,13 +606,13 @@ 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 2029 Ebuilds in total, 2018 of them have in total 2046 (42 different) licenses assigned.
There are 2030 Ebuilds in total, 2019 of them have in total 2047 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1172|
|Apache-2.0|454|
|GPL-3|120|
|GPL-3|121|
|BSD|113|
|GPL-2|25|
|LGPL-3|24|

View File

@ -1,5 +1,7 @@
DIST homematicip-1.1.0.tar.gz 239739 BLAKE2B fd32f4b2c354f43819a24f91ac5e96317d1a64c4e52ed0db76196c8f691e7762c94194e107ead0ddceb2f94942c535bafbc123fe6a4c41ad02d252bd11a78bfd SHA512 d07aa72d6ce9bd1a22a301839c88b29d6d7dce9eaa09fdaa93eec16a705bd917b9a44781fa6f9c64fbbcb10730d90bb9629941152d0d68dc40bf5dc4b5bd1991
DIST homematicip-1.1.1.tar.gz 243490 BLAKE2B eb197ec485911f5d45212a39de96b103f8738b5de809dfb2ca4cdbcb5ac69a571b51fba48d1d4c990870cbe2d9c2896809eab811301edd87fdc2819ca43764d5 SHA512 0457f8b357828ae91dec67c7ac42a6f4526cdc1d578026ce5d2443d01df69c3f3a0fae9bae423e0b8bdb37fb7413f422d212fb2956e7cf71ebb08035cdc0cbf4
DIST homematicip-1.1.2.tar.gz 243496 BLAKE2B d515be875c9b61b4cc579b011cb380e6b9f8752d10c8cbf2c0a45d6fd506c521d8298641868879c2449eadbc996e4d5e01181342877cbf3b0368f3f7adcc4dd5 SHA512 7d83c1f473aa129967e5dd149824d2040a234d94a4382aa8aa18d8458f570f22764f0cfad5931d7165cfa164d3c7776a878dc4b24d64ccc69c2e215655fc1f44
EBUILD homematicip-1.1.0.ebuild 912 BLAKE2B ac3ac39f9b7c736c2a620d4f32287f43a0cbf5141d489e2034d31b49b7cf8d07d1bec690589977f4b81803c6501106f597b31d8fce545611968dd2cfd5b0dac1 SHA512 95c0a8927e3ace340926c9656bebff1eaa78504ed1dbb2d3594475ae1fd749ee6568251340f6b71bde8f292e20a66f5e08c7c97b8cd9cba5f409051ffb5e62a7
EBUILD homematicip-1.1.1.ebuild 705 BLAKE2B 5a88b3291bc11ce7e807d049e2558b0ec3e5ea1b01d94dd3382ddcba86c379ef47b5237f4f958aa0400ec4a2e820c6c960b05e2ae43d19bee2953bd0b25bce84 SHA512 db738e4e20a325a4f5354d73300581371d25133df85b3f3fb5dd32db27df0fee48137361b0db2337d33d546b26d62ea2191dff79dbf67ddc52c042096bed10df
EBUILD homematicip-1.1.2.ebuild 703 BLAKE2B 43dfa36f53e8952504bf0381e6646449ac19dc2ac1f2f448af9d4926cfa8083cef4ae0aab033cffeea3c05b8bb053c27e7982ced8e6ed74b50d0d06d2918647b SHA512 ce6e3672b4b1539572639272e849b1ad45062f9d12bc2c38ea40c1cc21fa48da8b86745e2918a7c8e54a2466c2619233f5ef3ad9dce5e57ff8c126edad97b9b0
MISC metadata.xml 537 BLAKE2B 65faa8fede900777b1a67f370405a22d3dc039ea938b8b421aad19ade5b1db18b2592a2a7b740812e03980880d5e6ff4a0a78ce6fc7791824d9f0f9f577d7e9d SHA512 61735b1090a07bec768b3aa56431a26927ef00da3c9ee018deb49796fffae380e02c66503787c679e1d75e4f00fdad04fa484e65153b768e6541804842b9a426

View File

@ -0,0 +1,26 @@
# 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="An API for the homematicip cloud"
HOMEPAGE="https://github.com/hahn-th/homematicip-rest-api https://pypi.org/project/homematicip/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
>=dev-python/websocket-client-1.0.0[${PYTHON_USEDEP}]
>=dev-python/websockets-8.1[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.9[${PYTHON_USEDEP}]"
distutils_enable_tests pytest