Skip to content

Commit c70b66f

Browse files
committed
dev-python/apsystems-ez1: add 2.2.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3555 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 26184ae commit c70b66f

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1966 Ebuilds in total, 1955 of them have in total 1979 (42 different) licenses assigned.
609+
There are 1967 Ebuilds in total, 1956 of them have in total 1980 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1135|
613+
|MIT|1136|
614614
|Apache-2.0|438|
615615
|GPL-3|114|
616616
|BSD|112|

dev-python/apsystems-ez1/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST apsystems_ez1-1.3.1.tar.gz 8977 BLAKE2B 5a3db29537f9b3e305c1abcb0e952a5450cdb13b4af092529e8e6d6f20727424a1f5749288e1f29b5b04603bc568496f6c4e2dfa5e6674907b7095a47ff0c7ec SHA512 98aeb9acc7a9fd4b4f4cadeb7367cf7ac8e46195437e51f2de8da768ac1302cde3ea4ee3aebfba4c7e59bed7b3c880450a71052e36bc8bb8aab3f9e3f8026089
2+
DIST apsystems_ez1-2.2.1.tar.gz 8966 BLAKE2B e1067f9b3032532878a16cd20392ac25c61acfda3f58339d5a43f283b410153668a3ec6cf3a60a2aa6b208cf9fd161ae8c07f024f6191112ac36af9c98183e2f SHA512 f76dda616a410d24b77fe4bdb402cc4792f3eadadb6cf166af4a9cfb12e7e016c5cd3a3038db88c71360b1b8fa844e45f1500995f3095916736667e3f788b715
23
EBUILD apsystems-ez1-1.3.1.ebuild 658 BLAKE2B 04399ea097bf3b1207bd4c563fbc644d6590692300ed80b4ebd87be5cef597d0c813d540d1f189773d21cc469adb4bebcea7286aa2b128f2f4c4809b7265d83f SHA512 f1bc6314736c1599b3e577107a9b8b6923ea8e221cdcf6a04fb8131c54b78fd0c012cd889b31d7de554e23d2c1805db6de331c1652b49d365ad32e10e2d839b1
3-
MISC metadata.xml 553 BLAKE2B 60732dcce98700b71611048559feef426a32c57c56b84b9f0c40eeb2461df81cdcf6eb67b08b5aa96ae1ac042e41421755ac2dc6b8e06e89c0579f228f1c6988 SHA512 ed1b904d07d798e93b600e290115529a543b9fb0e9a7beec6116bccd8fcef4cc496ce6ac99c0b9dd03ddb2ed280fe92ea791ce82fc9d6ea1d6721580d293cbd7
4+
EBUILD apsystems-ez1-2.2.1.ebuild 658 BLAKE2B 04399ea097bf3b1207bd4c563fbc644d6590692300ed80b4ebd87be5cef597d0c813d540d1f189773d21cc469adb4bebcea7286aa2b128f2f4c4809b7265d83f SHA512 f1bc6314736c1599b3e577107a9b8b6923ea8e221cdcf6a04fb8131c54b78fd0c012cd889b31d7de554e23d2c1805db6de331c1652b49d365ad32e10e2d839b1
5+
MISC metadata.xml 464 BLAKE2B a7a31020f47fd249e07e6061f6f11dd9d558f9737c426e14b4a9e94f8050b6caa13f0074e900b495f58ffac1a76f0ec5374793e507b5ba525e03c5067f12ced7 SHA512 8edc012fe4bca3016c4d2a14d499549f8a0b255c3933776326cd1575480141ee27b659fee5f205a724aeecf57ac90e03bb0fff2b30caac6f084d26c7c01f4c01
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="The APsystems EZ1 Python library offers a streamlined interface for interacting with the local API of APsystems EZ1 Microinverters."
11+
HOMEPAGE="https://github.com/SonnenladenGmbH/APsystems-EZ1-API-HomeAssistant https://pypi.org/project/apsystems-ez1/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
22+
23+
distutils_enable_tests pytest

dev-python/apsystems-ez1/metadata.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
</maintainer>
88
<upstream>
99
<remote-id type="pypi">apsystems-ez1</remote-id>
10-
<remote-id type="github">SonnenladenGmbH/APsystems-EZ1-API-HomeAssistant</remote-id>
1110
<maintainer status="unknown">
1211
<email>[email protected]</email>
1312
<name>Sonnenladen GmbH</name>

0 commit comments

Comments
 (0)