dev-python/pydeconz: add 118

Closes: #4004
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-11-02 08:37:50 +01:00
parent dad538f6da
commit 090b35872b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 35 additions and 2 deletions

View File

@ -606,11 +606,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 2267 Ebuilds in total, 2253 of them have in total 2292 (43 different) licenses assigned.
There are 2268 Ebuilds in total, 2254 of them have in total 2293 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1285|
|MIT|1286|
|Apache-2.0|526|
|GPL-3|144|
|BSD|124|

View File

@ -1,5 +1,7 @@
DIST pydeconz-115.gh.tar.gz 69489 BLAKE2B eac2deb3d4bb7c440cdcc3a84ace63db155b03c5c8b7296011016300e292e3e4186f2f527c2cd37f38f5b295650a6b1c7a0ac1586caa294c997b673e0a0e80ca SHA512 b62201c4b19c4a0cbc4d22c3319f2c220758b7338e3948b524eaad1b133364f37ad336f719df00f16225b2deefb457f29f9686f7f84a1a98262d5eb233faef8e
DIST pydeconz-116.gh.tar.gz 69543 BLAKE2B 618ca69c81bdcfe48edd6d5c4f40dee59bdf6a07bd7fa609c46a4c915edaa349923940c316544b06af7eefac3e4099155c03211bebfdb69b3492bbf121ceb0aa SHA512 a46a5e22ac52038a8a8fb0c7b27adf2cad0413d22bca0727e0e72c9d8c9c06b08c56330eee93ba40b5ac117ac146ea713bcd4c5f2346b4fbce4b34d75ffdebd7
DIST pydeconz-118.gh.tar.gz 70605 BLAKE2B a694608f52da2689abab7ffdc0018275870edd95cf65a6a94dea563486881ed3b0e817a9a2b0fbc5c08994bed5a1aa7abf3b3e011670e97968ef45c35f94d59d SHA512 113a686c9db9e910775a35558342bf87d81e629ad0007e876a29ec1e774f6612997a012bb91e8ccce2cde203b75b7a9d3fa99bbd20abcc30226e48d0374576de
EBUILD pydeconz-115.ebuild 910 BLAKE2B d9fd1ba3eff907c1f7cc216b55075c3086e4989885bd6067163d079308f0c05f198cdf82d8c6543ce8b3baea4270d5a6c43f3fa0e746695c7e6410e8c940caa5 SHA512 dff611ec9ac280592cd953b7bed986894f812568869e6e3e95efa1d5dc93a797be6df6f9ad82efaada656c0b92da586a4a116cb3991a5bce09be07d4f5c6c785
EBUILD pydeconz-116.ebuild 872 BLAKE2B 3b7ca538561b7d9b35c7145406d3718850b6a20dc603bb65cf82aedad86cbb9e90e3d30fd3a0119f477a1ee8d4515c62b3a4043655d62facca6b44e5833b26e7 SHA512 a791d97ff26525d9c791e170112e607df67697be319325c6a7e3cf9d9d2c949a86de7d632a1d98b301177567b79f6ae4e9944bf776bca3b4bef8127c57c38fee
EBUILD pydeconz-118.ebuild 872 BLAKE2B 3b7ca538561b7d9b35c7145406d3718850b6a20dc603bb65cf82aedad86cbb9e90e3d30fd3a0119f477a1ee8d4515c62b3a4043655d62facca6b44e5833b26e7 SHA512 a791d97ff26525d9c791e170112e607df67697be319325c6a7e3cf9d9d2c949a86de7d632a1d98b301177567b79f6ae4e9944bf776bca3b4bef8127c57c38fee
MISC metadata.xml 524 BLAKE2B 19c009212f206310fb416a9a344321e0dbd645212fb190a6dcb5c02c2e992bde07d1959a523c54dd4ec40b3beb35ba6c8d4a74f7a58ab515ffe4e8afa1fae3f2 SHA512 c72b91394af4d807aa2ac61f40fcfb22b916bb8e21fabd166303550ce957aef1783b8908fc29b00586eeb49c4fbc7be4fa99b5e061394353eb8c8fc2a680ec25

View File

@ -0,0 +1,31 @@
# 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
DESCRIPTION="A Python library for communicating with deCONZ REST-API from Dresden Elektronik"
HOMEPAGE="https://github.com/Kane610/deconz https://pypi.org/project/pydeconz/"
MY_PN="deconz"
SRC_URI="https://github.com/Kane610/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/aioresponses[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest