dev-python/autarco: new package, add 2.0.0

Closes: #3567
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-21 14:28:46 +02:00
parent dcd06b4519
commit e8bd3afee0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 47 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 1975 Ebuilds in total, 1964 of them have in total 1989 (42 different) licenses assigned.
There are 1977 Ebuilds in total, 1966 of them have in total 1990 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1142|
|MIT|1143|
|Apache-2.0|440|
|GPL-3|115|
|BSD|112|

View File

@ -0,0 +1,3 @@
DIST autarco-2.0.0.tar.gz 10809 BLAKE2B 53c9d74826951a820fa23795372d9dbd3408f1a6861b1a1eb7e2435cf14383bf5a7c65f83281e17aa6fd4ff0f45476b8aae2cacf49e645c12a7da41b3f5204d7 SHA512 542efadacff1e61374f21bd9fab0b934dd1405e9f7447e4232f669d95935787a1234f30233c63b38522d1d5ec94d6d8aa61f21517ebd27730f867373c7fad48b
EBUILD autarco-2.0.0.ebuild 698 BLAKE2B 01cdfb00db7a67715b191f6aa89220ea9995562a63691810e1549f661a7d539fa77ffc19993d38829bead2b82caec49f0ac71f082993119b7d8ab7a80bb82ad9 SHA512 173fdaa554719229ef86d851a99f2721549fad11466ba6229dd401be430d3fbe5a5c9ec9e6d5391efb559bbb5832283860fc2b9c3c60b0163ecee864ffcbccb6
MISC metadata.xml 529 BLAKE2B 83d4eaed6056e0b177fe89b9aff2d8d80f3777ee83f9a8ab2ef2e937fecbb2b01e5968741ebf221ae7a3122c6e2c63831c46cc690db395e2c448357fb45ddd1b SHA512 6ed893025c08c8d49dabd795499962e5a2c62948c3a7b2846805569ade47766fe064371fe01b10f411e4d5f19eaf6c034d03e638337dbe90dacf0da06dcd5f52

View File

@ -0,0 +1,26 @@
# 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="Asynchronous Python client for the Autarco Inverters"
HOMEPAGE="https://github.com/klaasnicolaas/python-autarco https://pypi.org/project/autarco/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.12[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.14[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${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">autarco</remote-id>
<remote-id type="github">klaasnicolaas/python-autarco</remote-id>
<maintainer status="unknown">
<email>hello@student-techlife.com</email>
<name>Klaas Schoute</name>
</maintainer>
</upstream>
</pkgmetadata>