Skip to content

Commit e8bd3af

Browse files
committed
dev-python/autarco: new package, add 2.0.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3567 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent dcd06b4 commit e8bd3af

File tree

4 files changed

+47
-2
lines changed

4 files changed

+47
-2
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 1975 Ebuilds in total, 1964 of them have in total 1989 (42 different) licenses assigned.
609+
There are 1977 Ebuilds in total, 1966 of them have in total 1990 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1142|
613+
|MIT|1143|
614614
|Apache-2.0|440|
615615
|GPL-3|115|
616616
|BSD|112|

dev-python/autarco/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST autarco-2.0.0.tar.gz 10809 BLAKE2B 53c9d74826951a820fa23795372d9dbd3408f1a6861b1a1eb7e2435cf14383bf5a7c65f83281e17aa6fd4ff0f45476b8aae2cacf49e645c12a7da41b3f5204d7 SHA512 542efadacff1e61374f21bd9fab0b934dd1405e9f7447e4232f669d95935787a1234f30233c63b38522d1d5ec94d6d8aa61f21517ebd27730f867373c7fad48b
2+
EBUILD autarco-2.0.0.ebuild 698 BLAKE2B 01cdfb00db7a67715b191f6aa89220ea9995562a63691810e1549f661a7d539fa77ffc19993d38829bead2b82caec49f0ac71f082993119b7d8ab7a80bb82ad9 SHA512 173fdaa554719229ef86d851a99f2721549fad11466ba6229dd401be430d3fbe5a5c9ec9e6d5391efb559bbb5832283860fc2b9c3c60b0163ecee864ffcbccb6
3+
MISC metadata.xml 529 BLAKE2B 83d4eaed6056e0b177fe89b9aff2d8d80f3777ee83f9a8ab2ef2e937fecbb2b01e5968741ebf221ae7a3122c6e2c63831c46cc690db395e2c448357fb45ddd1b SHA512 6ed893025c08c8d49dabd795499962e5a2c62948c3a7b2846805569ade47766fe064371fe01b10f411e4d5f19eaf6c034d03e638337dbe90dacf0da06dcd5f52
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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="Asynchronous Python client for the Autarco Inverters"
11+
HOMEPAGE="https://github.com/klaasnicolaas/python-autarco https://pypi.org/project/autarco/"
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-3.0.0[${PYTHON_USEDEP}]
22+
>=dev-python/mashumaro-3.12[${PYTHON_USEDEP}]
23+
>=dev-python/orjson-3.9.14[${PYTHON_USEDEP}]
24+
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"
25+
26+
distutils_enable_tests pytest

dev-python/autarco/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">autarco</remote-id>
10+
<remote-id type="github">klaasnicolaas/python-autarco</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Klaas Schoute</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)