dev-python/solax: drop 0.3.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:11:51 +01:00 committed by Andreas Billmeier
parent 230a4ee64f
commit 77c1f942b7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 38 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 1581 Ebuilds in total, 1570 of them have in total 1587 (42 different) licenses assigned.
There are 1580 Ebuilds in total, 1569 of them have in total 1586 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|908|
|MIT|907|
|Apache-2.0|339|
|GPL-3|97|
|BSD|87|

View File

@ -1,5 +1,3 @@
DIST solax-0.3.0.tar.gz 20299 BLAKE2B 406e8acd35ae98308f6fd8e244442da897a7b3c7d2d67289efcd50cad809161e3b0d7d8dd4a2bbdb8c11e2072398b8addc8d2cd88a36d38765aa8bae872d0256 SHA512 0cfcc472d154bbf0c04006419c92198c16371ecee6003a10b2bcf2b821d05eaa4fc107cc1dacf9dca7b8ec31705564ffeaa57e23b767c4980ad57ffa4aed8e18
DIST solax-0.3.2.tar.gz 23523 BLAKE2B d8d80549858645774711611618297826e83255a04b023b1fe24fb81ad25cd53e3b23c9a88115788f9ad50a341c582db38de3e517cabaac966a83e5812ba60a63 SHA512 888c986b71c125eb108273dafaa48980b98088c66adaa35ea81bc255d3977f41b1793e86ac632f9e1b72b9d50663ca5dcb47ca611c4b39f719eed0f48e590b97
EBUILD solax-0.3.0.ebuild 774 BLAKE2B b1de1bf49b6938de41bb1b5b116dd2fd6a9f06fa0421a12a7e9eb4ed1a9a02962b5285ec2822245f7967eba45f1a257fa00547f0376eaed3cc9b6e076d8081f9 SHA512 4d4a2d16579ae4d828be6ff8f7ed9582d27153592cf35bb093707ccd291f9ecc41b03fa75ba8ccebfb6dc2e0a31741cc4a0e81ea0b6e7d368993f24480a10a0f
EBUILD solax-0.3.2.ebuild 774 BLAKE2B b1de1bf49b6938de41bb1b5b116dd2fd6a9f06fa0421a12a7e9eb4ed1a9a02962b5285ec2822245f7967eba45f1a257fa00547f0376eaed3cc9b6e076d8081f9 SHA512 4d4a2d16579ae4d828be6ff8f7ed9582d27153592cf35bb093707ccd291f9ecc41b03fa75ba8ccebfb6dc2e0a31741cc4a0e81ea0b6e7d368993f24480a10a0f
MISC metadata.xml 511 BLAKE2B 485f32a2683ab7d47417f15b8179f5e6f5ce7a894a9718f3353f46c66ea5bc063924465bed6793a66148d0753d48d21bd8ca0ea7b782cd6fa4aa719631d1ac78 SHA512 5e7e064e6b5c1a3f2cbe16ef233637d7b6f561a0f69b6930b1e13c7b12a8ea9c2d8b71b9174ae51b7ea44314ee938c7da8569e4cb542b9dfa4fa2b8deb9da43d

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="Solax inverter API client"
HOMEPAGE="https://github.com/squishykid/solax https://pypi.org/project/solax/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.5.4[${PYTHON_USEDEP}]
>=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
>=dev-python/voluptuous-0.11.5[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest