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:
parent
77a179df32
commit
1010bd8a23
@ -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|
|
||||
|
3
dev-python/apsystems-ez1/Manifest
Normal file
3
dev-python/apsystems-ez1/Manifest
Normal 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
|
23
dev-python/apsystems-ez1/apsystems-ez1-1.3.1.ebuild
Normal file
23
dev-python/apsystems-ez1/apsystems-ez1-1.3.1.ebuild
Normal 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
|
16
dev-python/apsystems-ez1/metadata.xml
Normal file
16
dev-python/apsystems-ez1/metadata.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user