dev-python/solaredge-local: drop 0.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:11:40 +01:00 committed by Andreas Billmeier
parent 9f902516c1
commit 230a4ee64f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 33 deletions

View File

@ -612,11 +612,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 1582 Ebuilds in total, 1571 of them have in total 1588 (42 different) licenses assigned.
There are 1581 Ebuilds in total, 1570 of them have in total 1587 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|909|
|MIT|908|
|Apache-2.0|339|
|GPL-3|97|
|BSD|87|

View File

@ -1,5 +1,3 @@
DIST solaredge_local-0.2.0.tar.gz 21602 BLAKE2B b52cb4772035ab4a45dff3259af1fd2625203030e024a098c8e037cdece8a525b2aa621054682860bc0e52d871bc1b3e1e457f6beec420cdf42b36578677eb8d SHA512 85bd5bcf439d9a8f84ec75b0ee33d32cb8915d3248d59c0a3b48200f6711c3d1a7759f0fa844aff4d873b9e34f3400ba619671890c769bb58a9d75c7b18b125e
DIST solaredge_local-0.2.3.tar.gz 12834 BLAKE2B 9eff8aca8599b411cf712d5fe6b038ecbbd32b2a519f6dfbb02e09bc5dd7c35c2f93209a20a329fb24ba77e815028d7990a0a996b97cd14b722b81868fbd763e SHA512 b07b9e304d668c584bbd3e60bbf050e908afb2740d681d2172f3be52100c5df10b468bbbf47113b4e4c63a0d1e5c05184aa0efa0f08c47826fe3c6d2e70e209b
EBUILD solaredge-local-0.2.0.ebuild 700 BLAKE2B f0484ef7ccd8d55d0d84c29dde74b3e395108888021409d1d2420764bf760f995d1404baa1d82c0f43605f1ad27cefeb8a752e22de92f06dac330dcebd5e2d5e SHA512 5a1f4728ff8f158e6225813c2fa1c57472db35076e3e872097ad5fec9693a3561fbd1eb211b132ec6b21195bd1ce4804522c6405f61e0f90dda180b82370d179
EBUILD solaredge-local-0.2.3.ebuild 716 BLAKE2B 90a5f5619b895e3c30e26239d60b8599ab8821f47e8acff1d8b8a496f913d9349bbf09376b6b0278c52556a231a694724498a3b2426f7c5d133e918b2b680415 SHA512 c452ddebbf06db97a9ae7dde6f199443fe63c3414f8934826602759939cdd4c8b99273f0ff7da976478deaaf682ac6ebafff467647835fb6c467be2d430ab348
MISC metadata.xml 403 BLAKE2B b6f5bd70c5046d1258b48be52066b5f2d5d8133a3a43c9ec24ed514574833f8696849d33e9776e543a6fcedcfc995597aecfa0b5e1aeb154e8f06842e176ccdf SHA512 1c18b12c461e1a4b753e225165be31c903b77332791a63b449ca35e1c51cdf35a1488eef6acc8f7e144ef934f25c2ce06de6dccaa6541b68f82978f3abdcd87a

View File

@ -1,29 +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="API wrapper to communicate locally with SolarEdge Inverters"
HOMEPAGE="https://github.com/drobtravels/solaredge-local https://pypi.org/project/solaredge-local/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/uplink[${PYTHON_USEDEP}]
dev-python/uplink-protobuf[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest