Skip to content

Commit 3dee46e

Browse files
committed
dev-python/goodwe: add 0.2.32
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2445 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 677c520 commit 3dee46e

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1675 Ebuilds in total, 1664 of them have in total 1685 (43 different) licenses assigned.
615+
There are 1676 Ebuilds in total, 1665 of them have in total 1686 (43 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|980|
619+
|MIT|981|
620620
|Apache-2.0|350|
621621
|BSD|96|
622622
|GPL-3|95|

dev-python/goodwe/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST goodwe-0.2.30.tar.gz 42411 BLAKE2B 77ac6c999d83c72bb39e52ab6a9794f864fd477a8bec94e3d83645c8dc417d792a5fd3377da2f8bf473eb5ca3d5f02da839fcc036abcd4157c2c64524fa52ba9 SHA512 5f578c96e4c31ad110056ccfe52dfe0bad0f338310ddb96d83e2e7fb346487cf07393feced140885b806ab58176c0f03030c9d0507dd300dda1ed9332c92dff3
22
DIST goodwe-0.2.31.tar.gz 42407 BLAKE2B 541e1f2381239ed5d3d5f132d28c0807d826c4569c553b643cb232a46781f8b23270fca52a7167d6c8ad391ad4cc5c72773b72b36d86f9835b84ffa02e0820b3 SHA512 15577c34ebdbc838ef846d1178731ef29527f91ae06fca8a99bd676704903cd18d99664e8c74d026a7f753013c908b6c5bc31b63d28f15876002a9b6814499aa
3+
DIST goodwe-0.2.32.tar.gz 42341 BLAKE2B 311a372541a1ac77d4d44376c89b8feeda4a7c0f361bb48dd1da15775b7f9773766c7f82d80ffe39aa9de7387bac7b7a4248d8253b4da2d7b23e1256b654c01d SHA512 60259d0c1460bbac79779f1df2bccd4eb21bd9d866052a3d423d930c7f59c02fe2ae6551aaddf79776012061a7a20cb270b4b9a13a419667f875ab62e4e3c587
34
EBUILD goodwe-0.2.30.ebuild 662 BLAKE2B 072ad62c894af4b24a1c7617ef9f98904546196b7525848189c9860df69a7769b4d25d18369c41a31ccd6a9d2e5856c12e98f0446fdfbb45eddb5dd20673bad3 SHA512 88cc860f41337c2dd2531288f40bcb76c32bbb777624b987bfc47a087d5b64e86ba26e7fad88f2ee78c7751e933990b2f80ec20aeada4a70b31322fa97b975aa
45
EBUILD goodwe-0.2.31.ebuild 661 BLAKE2B 0784f2568bbc68d3b7c8d08c86b4ca841dbfa9aa99019ea0eb59cf5a6224d65fa69528a9632bd82814afcdeb198542584c0b859f10673912664be2e46e3d3e10 SHA512 eb2b1b7b462cd2505d055daf5c7d6626cf215ea6aae69c13ca126cb85540a2e8a3e019a84065d1ddf39c397074dad4b1cf5161576565d2380c5f46310bf77a31
6+
EBUILD goodwe-0.2.32.ebuild 661 BLAKE2B 0784f2568bbc68d3b7c8d08c86b4ca841dbfa9aa99019ea0eb59cf5a6224d65fa69528a9632bd82814afcdeb198542584c0b859f10673912664be2e46e3d3e10 SHA512 eb2b1b7b462cd2505d055daf5c7d6626cf215ea6aae69c13ca126cb85540a2e8a3e019a84065d1ddf39c397074dad4b1cf5161576565d2380c5f46310bf77a31
57
MISC metadata.xml 541 BLAKE2B 2d25db31babc64bf7dc52ab2b9b86b801ed8d6daa7d0e10acd8088b27ca4ed35966694cadc9e8a96d8b65139741aed5386907524b9f241138c42a521c1bda428 SHA512 ce2a19df2ab0c34ac3011da5c267770959c6b0010c66434ef38d4ce1ff4786726b1ba92433c2c7185b91f672ef21ba15eb325fb7705b31032e762daac4fe7440
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
DESCRIPTION="Read data from GoodWe inverter via local network"
10+
HOMEPAGE="https://github.com/marcelblijleven/goodwe https://pypi.org/project/goodwe/"
11+
12+
LICENSE="MIT"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
DOCS="README.md"
19+
20+
BDEPEND="
21+
test? (
22+
dev-python/pytest[${PYTHON_USEDEP}]
23+
)"
24+
25+
python_test() {
26+
py.test -v -v || die
27+
}
28+
29+
src_prepare() {
30+
echo "${PV}" > VERSION || die
31+
default
32+
}
33+
34+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)