dev-python/apsystems-ez1: new package, add 1.3.1

Closes: #3383
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-06-23 23:46:00 +02:00
parent 77a179df32
commit 1010bd8a23
4 changed files with 44 additions and 2 deletions

View File

@@ -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

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

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">apsystems-ez1</remote-id>
<remote-id type="github">SonnenladenGmbH/APsystems-EZ1-API-HomeAssistant</remote-id>
<maintainer status="unknown">
<email>l.tiedt@sonnenladen.de</email>
<name>Sonnenladen GmbH</name>
</maintainer>
</upstream>
</pkgmetadata>