dev-python/nexia: add 2.0.8

Closes: #2829
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 20:54:16 +01:00
parent a732322463
commit 16a3f99d79
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 35 additions and 4 deletions

View File

@ -617,12 +617,12 @@ 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 1756 Ebuilds in total, 1745 of them have in total 1764 (42 different) licenses assigned.
There are 1757 Ebuilds in total, 1746 of them have in total 1765 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1000|
|Apache-2.0|385|
|Apache-2.0|386|
|GPL-3|118|
|BSD|100|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST nexia-2.0.7.tar.gz 138500 BLAKE2B b167391f4e939f908a4f54764ed1a72d611eca7fcc14ff5042848978e0928a0a8f5a2fb5d8525816b29dcb0eb2854da03750920fef4ff5a612417004535ae1ed SHA512 1c5de8a165fce8e0f81b3e4b6702a6ec804f6d0b209986c87c54351b181dff6086857f2058c2ac86d191c13756d4e19850249ceacdd687fa31d22ceb64c11901
EBUILD nexia-2.0.7.ebuild 717 BLAKE2B 9087acac80d966a0c73fb3c6561ae0b18bccdeb915ba28facd070bc5669cf2786c30e93cff5516c37bfb87a6030a5470a579d55de01461f6384d36b67966d4c8 SHA512 9692f21433dfec7148b90630ef9d61a125531c01f366c6f29071dc433f3ef95b3d7ede08f70cf66dac74cbc580134f901d637ce93b9101fec14886f21761a75c
DIST nexia-2.0.8.tar.gz 138560 BLAKE2B 4d1423bc96ffa8aaba88cf5b636abee95548097f0df8505ce6b0c0326e784d0f8cffaa750511b9ff18bfb4b27270d456f7e2183ec8a87ac8791bfb0866ffbd05 SHA512 a5151019faee8e67c28426df16e1afbd3456be8710b6a53e06f644cf0fc0ae8c4be6937159d67a5432c73cff45c31294d97bf85bf29bf0e3aeeea270b2a260ab
EBUILD nexia-2.0.7.ebuild 717 BLAKE2B a2305d53ee9e1173758fc78f11d904c3ce676314ad508b145d326841d87c4470a77bf2fd6016510c54c48020e1fb970b44fc66cf5c54c5a13a79372f70f151c3 SHA512 80d73b3c9f277cb216cadc2928ca5035b387aff0ac3a2f565edb388cba78748f15e22a8c5d799c80e096ce174b655cdf34ff51ba42f5f6ef42680aa071112e5b
EBUILD nexia-2.0.8.ebuild 676 BLAKE2B fd329d8735e7f0279c500f3be430806918630e32d2fbd9b848f3c14261e5eff1c1d1f83f8e153da5c05e780a98c8d7ec0ee165855f61425da7837c74d1007d11 SHA512 cd1fab81a7ffcad5f91abb1ecd591c7b5f6abe4a63a4f7bc400faef00eca4e4df3c6f6a3575025a361ad1ef73eec3ad9b6cbf388ec77edb60eb9c03ee48bfdd3
MISC metadata.xml 501 BLAKE2B a41270345f8cd5fb81c149357d3aa0f7d0b69df9c89b72f78a3ae13e4596072da6a9b08678d5ef7c4f00e525636a6e2ff732d3c2462182fb625835cc78b9a714 SHA512 025714f34d6cbd5ab7cfffaa7e23da7c20abdf6b71692db53f4834b47275354f238031504cc1fdd16d5cd7a970efc0ea695e31997ffaaefd784affdfaa5492ce

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,29 @@
# Copyright 1999-2024 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="Python library for connecting to nexia"
HOMEPAGE="https://github.com/bdraco/nexia https://pypi.org/project/nexia/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/orjson[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest