dev-python/devolo-home-control-api: add 0.18.3

Closes: #2591
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-03 18:09:05 +01:00
parent ecda05a3e6
commit 6efd9816b9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 37 additions and 2 deletions

View File

@ -612,13 +612,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 1585 Ebuilds in total, 1574 of them have in total 1589 (42 different) licenses assigned.
There are 1586 Ebuilds in total, 1575 of them have in total 1590 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|912|
|Apache-2.0|333|
|GPL-3|101|
|GPL-3|102|
|BSD|88|
|LGPL-3|22|
|GPL-2|20|

View File

@ -1,3 +1,5 @@
DIST devolo_home_control_api-0.18.2.tar.gz 73978 BLAKE2B 56de26e776478ef6cadfeebab272b7bbb65a500656efc1e5a967c44ce6a4fbad8da8f612eee72336262a74737af16818bc9a5a7a7d48c524291728be9d438598 SHA512 f14b61217e3156f25b900abb2cc0b0c92bd36f12a35a301d9877e3b7c677aed888490b7c28978bc79851e04998832eb8fa4e2dfaac96f166794f0fefa946c6de
DIST devolo_home_control_api-0.18.3.tar.gz 74684 BLAKE2B ac2ce40e794ad5e958c08adae8844f14535a72cd3f5e379fe38d10f3eff8dee808ed382c342f26cba97a7c9e5c46186732b05a31d7c9b2ef12c2c866c78e08fe SHA512 9ed90fcee0083971fa4bda47927212aaf38e32e1139fa3d56e78f058f0e979772b218c6a67ad394cd4c1acfdf31814e925c8dd9364c395a527289466a009aa6b
EBUILD devolo-home-control-api-0.18.2.ebuild 885 BLAKE2B 58e5ed09823e1d3eeed4c1a1bc845bdfa5355c7337f9577c402a962e13e0878bb59c40969d78631ff1553e586f22619d5a5b5026cdbc64d95910c6c85a77a368 SHA512 eb135f7c02ff21fad18b06e47d1f9e5217cfe4e59c207fea06348eaeca25283491db5393f0a595f8d8d6fc07888d77f12baf436c30ed51ffda4cbeba967b0dbf
EBUILD devolo-home-control-api-0.18.3.ebuild 890 BLAKE2B 9e51c32ccfd7578b6ec1014d7dee36d3a1e413964227f9b251a38b2ba1e52c515fc32eab34def44c99b6893c71287ae669a6ae8d5a70cfaf9153dd780d2fafe6 SHA512 942b83228d7b942344e480b862f62922d2003da754a5f864f57a9dd3f0678dc2cac0eddae24279f04e3259b54c32f1cfc7af661f4acf71914f7ad1cc4ea30085
MISC metadata.xml 574 BLAKE2B 53a1e6895109aa079c7057a8aa81eb66349575b7898e5ee3f661e44723be79cda554aa8e6f4d676956f0f0ae4d968294004ea7638d69b847d0a12f7ab0e63e86 SHA512 cffddcf082aca6385943bc3dae82521175fa372a032e6b79c241c826901f853c33bef5ace6934e83217a6edb0c3ba4bf83453fb3bbcd358455c12804eb840236

View File

@ -0,0 +1,33 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="devolo Home Control API in Python"
HOMEPAGE="https://github.com/2Fake/devolo_home_control_api https://pypi.org/project/devolo-home-control-api/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
>=dev-python/websocket-client-0.58.0[${PYTHON_USEDEP}]
dev-python/zeroconf[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest