dev-python/apsystems-ez1: add 2.4.0

Closes: #4158
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2025-02-20 09:20:16 +01:00
parent 2f14a4192e
commit 0850ed9793
3 changed files with 27 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 2363 Ebuilds in total, 2349 of them have in total 2391 (43 different) licenses assigned.
There are 2364 Ebuilds in total, 2350 of them have in total 2392 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1339|
|MIT|1340|
|Apache-2.0|565|
|GPL-3|144|
|BSD|125|

View File

@@ -1,5 +1,7 @@
DIST apsystems_ez1-1.3.1.tar.gz 8977 BLAKE2B 5a3db29537f9b3e305c1abcb0e952a5450cdb13b4af092529e8e6d6f20727424a1f5749288e1f29b5b04603bc568496f6c4e2dfa5e6674907b7095a47ff0c7ec SHA512 98aeb9acc7a9fd4b4f4cadeb7367cf7ac8e46195437e51f2de8da768ac1302cde3ea4ee3aebfba4c7e59bed7b3c880450a71052e36bc8bb8aab3f9e3f8026089
DIST apsystems_ez1-2.2.1.tar.gz 8966 BLAKE2B e1067f9b3032532878a16cd20392ac25c61acfda3f58339d5a43f283b410153668a3ec6cf3a60a2aa6b208cf9fd161ae8c07f024f6191112ac36af9c98183e2f SHA512 f76dda616a410d24b77fe4bdb402cc4792f3eadadb6cf166af4a9cfb12e7e016c5cd3a3038db88c71360b1b8fa844e45f1500995f3095916736667e3f788b715
DIST apsystems_ez1-2.4.0.tar.gz 9348 BLAKE2B 9c708e700759f74dd892803f0ec7c0a18624c9dbfa4d50b80f24ffd554e7df9874361327a76c7aca332b26477c37ce6f3a12896ff8864b49cf78fd2da1d0c053 SHA512 c023ed5520f8fad7dd2ec8667dfb1bb7901c75456d6bc2cefc2f60fea8957368f94292a2ab3197fbfe2008c8e809f4a300665cf7ab6b67dfdd56eb330ec3be53
EBUILD apsystems-ez1-1.3.1.ebuild 658 BLAKE2B 04399ea097bf3b1207bd4c563fbc644d6590692300ed80b4ebd87be5cef597d0c813d540d1f189773d21cc469adb4bebcea7286aa2b128f2f4c4809b7265d83f SHA512 f1bc6314736c1599b3e577107a9b8b6923ea8e221cdcf6a04fb8131c54b78fd0c012cd889b31d7de554e23d2c1805db6de331c1652b49d365ad32e10e2d839b1
EBUILD apsystems-ez1-2.2.1.ebuild 658 BLAKE2B 04399ea097bf3b1207bd4c563fbc644d6590692300ed80b4ebd87be5cef597d0c813d540d1f189773d21cc469adb4bebcea7286aa2b128f2f4c4809b7265d83f SHA512 f1bc6314736c1599b3e577107a9b8b6923ea8e221cdcf6a04fb8131c54b78fd0c012cd889b31d7de554e23d2c1805db6de331c1652b49d365ad32e10e2d839b1
EBUILD apsystems-ez1-2.4.0.ebuild 658 BLAKE2B 04399ea097bf3b1207bd4c563fbc644d6590692300ed80b4ebd87be5cef597d0c813d540d1f189773d21cc469adb4bebcea7286aa2b128f2f4c4809b7265d83f SHA512 f1bc6314736c1599b3e577107a9b8b6923ea8e221cdcf6a04fb8131c54b78fd0c012cd889b31d7de554e23d2c1805db6de331c1652b49d365ad32e10e2d839b1
MISC metadata.xml 464 BLAKE2B a7a31020f47fd249e07e6061f6f11dd9d558f9737c426e14b4a9e94f8050b6caa13f0074e900b495f58ffac1a76f0ec5374793e507b5ba525e03c5067f12ced7 SHA512 8edc012fe4bca3016c4d2a14d499549f8a0b255c3933776326cd1575480141ee27b659fee5f205a724aeecf57ac90e03bb0fff2b30caac6f084d26c7c01f4c01

View File

@@ -0,0 +1,23 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="The APsystems EZ1 Python library offers a streamlined interface for interacting with the local API of APsystems EZ1 Microinverters."
HOMEPAGE="https://github.com/SonnenladenGmbH/APsystems-EZ1-API-HomeAssistant https://pypi.org/project/apsystems-ez1/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest