From 1010bd8a23d8d47d62af477e503419a02a879845 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sun, 23 Jun 2024 23:46:00 +0200 Subject: [PATCH] dev-python/apsystems-ez1: new package, add 1.3.1 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3383 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/apsystems-ez1/Manifest | 3 +++ .../apsystems-ez1/apsystems-ez1-1.3.1.ebuild | 23 +++++++++++++++++++ dev-python/apsystems-ez1/metadata.xml | 16 +++++++++++++ 4 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 dev-python/apsystems-ez1/Manifest create mode 100644 dev-python/apsystems-ez1/apsystems-ez1-1.3.1.ebuild create mode 100644 dev-python/apsystems-ez1/metadata.xml diff --git a/README.md b/README.md index 1410f1c68c..04e9e50350 100644 --- a/README.md +++ b/README.md @@ -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 1932 Ebuilds in total, 1921 of them have in total 1943 (42 different) licenses assigned. +There are 1932 Ebuilds in total, 1921 of them have in total 1944 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1107| +|MIT|1108| |Apache-2.0|434| |GPL-3|114| |BSD|110| diff --git a/dev-python/apsystems-ez1/Manifest b/dev-python/apsystems-ez1/Manifest new file mode 100644 index 0000000000..011f6f16f9 --- /dev/null +++ b/dev-python/apsystems-ez1/Manifest @@ -0,0 +1,3 @@ +DIST apsystems_ez1-1.3.1.tar.gz 8977 BLAKE2B 5a3db29537f9b3e305c1abcb0e952a5450cdb13b4af092529e8e6d6f20727424a1f5749288e1f29b5b04603bc568496f6c4e2dfa5e6674907b7095a47ff0c7ec SHA512 98aeb9acc7a9fd4b4f4cadeb7367cf7ac8e46195437e51f2de8da768ac1302cde3ea4ee3aebfba4c7e59bed7b3c880450a71052e36bc8bb8aab3f9e3f8026089 +EBUILD apsystems-ez1-1.3.1.ebuild 658 BLAKE2B 04399ea097bf3b1207bd4c563fbc644d6590692300ed80b4ebd87be5cef597d0c813d540d1f189773d21cc469adb4bebcea7286aa2b128f2f4c4809b7265d83f SHA512 f1bc6314736c1599b3e577107a9b8b6923ea8e221cdcf6a04fb8131c54b78fd0c012cd889b31d7de554e23d2c1805db6de331c1652b49d365ad32e10e2d839b1 +MISC metadata.xml 553 BLAKE2B 60732dcce98700b71611048559feef426a32c57c56b84b9f0c40eeb2461df81cdcf6eb67b08b5aa96ae1ac042e41421755ac2dc6b8e06e89c0579f228f1c6988 SHA512 ed1b904d07d798e93b600e290115529a543b9fb0e9a7beec6116bccd8fcef4cc496ce6ac99c0b9dd03ddb2ed280fe92ea791ce82fc9d6ea1d6721580d293cbd7 diff --git a/dev-python/apsystems-ez1/apsystems-ez1-1.3.1.ebuild b/dev-python/apsystems-ez1/apsystems-ez1-1.3.1.ebuild new file mode 100644 index 0000000000..d9236fbd9e --- /dev/null +++ b/dev-python/apsystems-ez1/apsystems-ez1-1.3.1.ebuild @@ -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 diff --git a/dev-python/apsystems-ez1/metadata.xml b/dev-python/apsystems-ez1/metadata.xml new file mode 100644 index 0000000000..fd65abb69e --- /dev/null +++ b/dev-python/apsystems-ez1/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + apsystems-ez1 + SonnenladenGmbH/APsystems-EZ1-API-HomeAssistant + + l.tiedt@sonnenladen.de + Sonnenladen GmbH + + +