dev-python/goodwe: add 0.3.6

Closes: #3489
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-16 10:12:23 +02:00
parent 359f0c9d37
commit 0c2557f01a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 29 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 1888 Ebuilds in total, 1877 of them have in total 1900 (42 different) licenses assigned.
There are 1889 Ebuilds in total, 1878 of them have in total 1901 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1079|
|MIT|1080|
|Apache-2.0|426|
|GPL-3|110|
|BSD|109|

View File

@ -1,5 +1,7 @@
DIST goodwe-0.2.32.tar.gz 42341 BLAKE2B 311a372541a1ac77d4d44376c89b8feeda4a7c0f361bb48dd1da15775b7f9773766c7f82d80ffe39aa9de7387bac7b7a4248d8253b4da2d7b23e1256b654c01d SHA512 60259d0c1460bbac79779f1df2bccd4eb21bd9d866052a3d423d930c7f59c02fe2ae6551aaddf79776012061a7a20cb270b4b9a13a419667f875ab62e4e3c587
DIST goodwe-0.3.5.tar.gz 48072 BLAKE2B 89de152f9a951773e2a02eca7ff9a92f2c5d01f2670eace6de3e51924a2c0b503b9a922a227696f96a24612675ae179dae830af019d9c10e4f5c18bd6026bc18 SHA512 cf4319ac13655dfefd376ce2e16e05a3a059783baa7a02418cf66b46b27266de608ea51cc9adee1c61f96cd13a780cd13debffb4940dda28677cc45232368ac5
DIST goodwe-0.3.6.tar.gz 48567 BLAKE2B 2e55ce440cf569cc6752deb462ab950d7a5472e3a92d6a08d5da81695077e3163d57de25748347d49527ccc11c2e08aa497bb1260dcdf74109760b5fb35aebb9 SHA512 a69b3d1da83d20d64fd8ace9c588e8c02520f311aa98eb707bd8e6ae4563dd5e1360644d052cf53fe087f03c41b929c925b66829885e3b92bf282279f6d951c3
EBUILD goodwe-0.2.32.ebuild 661 BLAKE2B 6ee2605bad598aaf472ed8cdd074e82becc0552d23ebd4be3842155ab4b46d79edc249d5a324796553dd2426dd8242cd7ac292619a6dc710b6aceaf292d22f38 SHA512 6c4864040454b9ada06ad4bcfeb1858d2c39ec28dcfa8465cfe2c89b1e965620885f1f94f81c776d6d3276a025452420b8dd75982fb99d5d2b0dad13ffbafac1
EBUILD goodwe-0.3.5.ebuild 558 BLAKE2B a00391581bb92c3d5ca8351edc7720d76ded9203e5a185b1d67946f2b8f06517c33ab67a186431d266f24f40b1385a587985d6365f130d63be104efe893d03ac SHA512 fb7d24ef2e6f41f2b0be787346f9071eb6456694ce92141d32eb53fac511da994d0cca743af8c11551e8e94a33ee0e59fa112c155b49d83dcf28fe246c8fa2a2
EBUILD goodwe-0.3.6.ebuild 558 BLAKE2B a00391581bb92c3d5ca8351edc7720d76ded9203e5a185b1d67946f2b8f06517c33ab67a186431d266f24f40b1385a587985d6365f130d63be104efe893d03ac SHA512 fb7d24ef2e6f41f2b0be787346f9071eb6456694ce92141d32eb53fac511da994d0cca743af8c11551e8e94a33ee0e59fa112c155b49d83dcf28fe246c8fa2a2
MISC metadata.xml 541 BLAKE2B 2810db2fc214d7973e5b7c8edef38f7d92d066ae6004de73fe06f2eb0325ba5c87ed370763e36ffea8da09d75ec9e42456c6ce18254581f58b1b1a1622f05626 SHA512 fca9ff5b834818f8dabe444f291d206ee21d9b760cae2cdec550c3fecee4f9472df31f6a5fe41ea8e727c95417f1519ee0b516c2813c5ccb14612e2533089e30

View File

@ -0,0 +1,25 @@
# 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Read data from GoodWe inverter via local network"
HOMEPAGE="https://github.com/marcelblijleven/goodwe https://pypi.org/project/goodwe/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
src_prepare() {
echo "${PV}" > VERSION || die
default
}
distutils_enable_tests pytest