dev-python/goodwe: drop 0.2.31

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 17:38:58 +02:00
parent 5e02465170
commit d142d3104d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 5 additions and 41 deletions

View File

@ -617,11 +617,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 1958 Ebuilds in total, 1947 of them have in total 1967 (42 different) licenses assigned.
There are 1957 Ebuilds in total, 1946 of them have in total 1966 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1111|
|MIT|1110|
|Apache-2.0|441|
|GPL-3|128|
|BSD|110|

View File

@ -1,5 +1,3 @@
DIST goodwe-0.2.31.tar.gz 42407 BLAKE2B 541e1f2381239ed5d3d5f132d28c0807d826c4569c553b643cb232a46781f8b23270fca52a7167d6c8ad391ad4cc5c72773b72b36d86f9835b84ffa02e0820b3 SHA512 15577c34ebdbc838ef846d1178731ef29527f91ae06fca8a99bd676704903cd18d99664e8c74d026a7f753013c908b6c5bc31b63d28f15876002a9b6814499aa
DIST goodwe-0.2.32.tar.gz 42341 BLAKE2B 311a372541a1ac77d4d44376c89b8feeda4a7c0f361bb48dd1da15775b7f9773766c7f82d80ffe39aa9de7387bac7b7a4248d8253b4da2d7b23e1256b654c01d SHA512 60259d0c1460bbac79779f1df2bccd4eb21bd9d866052a3d423d930c7f59c02fe2ae6551aaddf79776012061a7a20cb270b4b9a13a419667f875ab62e4e3c587
EBUILD goodwe-0.2.31.ebuild 661 BLAKE2B 0784f2568bbc68d3b7c8d08c86b4ca841dbfa9aa99019ea0eb59cf5a6224d65fa69528a9632bd82814afcdeb198542584c0b859f10673912664be2e46e3d3e10 SHA512 eb2b1b7b462cd2505d055daf5c7d6626cf215ea6aae69c13ca126cb85540a2e8a3e019a84065d1ddf39c397074dad4b1cf5161576565d2380c5f46310bf77a31
EBUILD goodwe-0.2.32.ebuild 661 BLAKE2B 0784f2568bbc68d3b7c8d08c86b4ca841dbfa9aa99019ea0eb59cf5a6224d65fa69528a9632bd82814afcdeb198542584c0b859f10673912664be2e46e3d3e10 SHA512 eb2b1b7b462cd2505d055daf5c7d6626cf215ea6aae69c13ca126cb85540a2e8a3e019a84065d1ddf39c397074dad4b1cf5161576565d2380c5f46310bf77a31
EBUILD goodwe-0.2.32.ebuild 661 BLAKE2B c9e84461d439270046bcae64e402b4a15d5b164ebe9e552bb8daa44b0c6c1f561967479c6a5f161237f866e2c7f761fd3dd7a6de9123105872e75fb38d14507c SHA512 917c2c17e60926acd1fc4f9c47db2ef309cd409f62395d96e06913566f5bb9cb95a171c23f811da908d1b5e47174dae848ba9aa1d521c5955656d49cdee77dd1
MISC metadata.xml 541 BLAKE2B 2d25db31babc64bf7dc52ab2b9b86b801ed8d6daa7d0e10acd8088b27ca4ed35966694cadc9e8a96d8b65139741aed5386907524b9f241138c42a521c1bda428 SHA512 ce2a19df2ab0c34ac3011da5c267770959c6b0010c66434ef38d4ce1ff4786726b1ba92433c2c7185b91f672ef21ba15eb325fb7705b31032e762daac4fe7440

View File

@ -1,34 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
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"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
src_prepare() {
echo "${PV}" > VERSION || die
default
}
distutils_enable_tests pytest

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Read data from GoodWe inverter via local network"