dev-python/pykoplenti: add 1.2.2

Closes: #2457
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-10 10:48:44 +01:00 committed by Andreas Billmeier
parent 844fe28197
commit 7929a6b2db
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 30 additions and 3 deletions

View File

@ -612,12 +612,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 1687 Ebuilds in total, 1676 of them have in total 1696 (43 different) licenses assigned.
There are 1689 Ebuilds in total, 1678 of them have in total 1698 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|985|
|Apache-2.0|355|
|MIT|986|
|Apache-2.0|356|
|GPL-3|96|
|BSD|96|
|GPL-2|24|

View File

@ -1,3 +1,5 @@
DIST pykoplenti-1.0.0.tar.gz 17724 BLAKE2B 516cc243725d284cb8a32f67e94d8303938066ed875dac94027b6b088a937acf1be81d57e1bcf2effec88b03be2579d50da29f0107d60451de247595843b3dfc SHA512 62c41951a34404f0f9e1a8f22372e4921f6b4493d73a064088dadc8eddc525ab96583b1262265e2721ba7a440d5d989840af9334edb94dc2be63d48561eb8780
DIST pykoplenti-1.2.2.tar.gz 25034 BLAKE2B f0ad319cce5d6788ce88a629a83584c8e792110b2f89831b3609b57a1991611ed272fdd882012659dd2499e7e9f8f510ea6fa4e98e0ba9178bd9fe440a2b58f3 SHA512 220db8068588dd1055bd968b9f31c1c56b42f523af2724ead1b19e6a564d93e6abb804753480df5ac5ca4a4b5ddc4ed2fba12e26a61ed3f735d8e04aa9bd816f
EBUILD pykoplenti-1.0.0.ebuild 622 BLAKE2B b8905b33b1cca5910c462ab102f400f294d553be128d480c306be720d2ccfc8afcfdc435d5782f3dc1590e4803965a9bf805ca5a610ede52bfb01b74251970f6 SHA512 aa8432eae216eef341e2c6a0feaf9287d933799b0cefcc4e369a9aaf243073976cc761fb5878243c8e21c03903334fcc7b206e8f7b4eb227e1592a46df6bdd29
EBUILD pykoplenti-1.2.2.ebuild 670 BLAKE2B d460f5aa176c3364b011792e97a73e01df073b4fa826ab714c80b651eaeefde568962cfe6c71ab873e10d55a80ea0bfb47a54b81ae35e21f48147cca58a8b686 SHA512 5b622de4e9f248a4e1024b40ef1877cf61ea72f42e9b21c89f2b6690c49d875b312b010fce7e7cf9c3c6eb7f76bdd3ec8cb9a7d84524a2738696b0c97bc1d0d8
MISC metadata.xml 394 BLAKE2B 46f0721b26b52b0358cc44de1ec81eefc846afe4f491e1d19cefa23f38f8f25570daaf57515eb179a64a4678bbd811ee7c3f392ee5d573aaf6ab3afc076535fb SHA512 0b272ce33bc9f58506f13086a34b1126d7bb45c397d13c254f1fc13f4c7ae31081e6822c41483546d6e222eea732d913e48e01939092474e69d40618be81257f

View File

@ -0,0 +1,25 @@
# 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="Python REST-Client for Kostal Plenticore Solar Inverters"
HOMEPAGE="https://github.com/stegm/pyclient_koplenti https://pypi.org/project/pykoplenti/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.9[${PYTHON_USEDEP}]
~dev-python/pydantic-1.10.13[${PYTHON_USEDEP}]"
distutils_enable_tests pytest