dev-python/solax: add 3.2.1

Closes: #4287
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-21 10:38:26 +01:00
parent b1c88e306d
commit 192f8f1bb1
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 2375 Ebuilds in total, 2361 of them have in total 2404 (43 different) licenses assigned.
There are 2376 Ebuilds in total, 2362 of them have in total 2405 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1355|
|MIT|1356|
|Apache-2.0|554|
|GPL-3|149|
|BSD|127|

View File

@ -1,5 +1,7 @@
DIST solax-3.1.0.tar.gz 27024 BLAKE2B 0ffbbea7edbe1e6e03163b5dab6fab283326b0597fcfb202aaeb2cb251585b71654a2f98bfe2d56e812a9a6d051150ad1aa3ed8c2f403fd3583818dbf3f4b779 SHA512 e7e7482643408016cccd1a7307d82e8d92ba2d576af3b7ff716633413197284e8c3ff6b7b54ff9db443fa4a008a03ec989c636aba124b1374cefaa593d2b5f87
DIST solax-3.1.1.tar.gz 29331 BLAKE2B d6d9772418da48650a8ae04c673cfec4fa76db9c27f92e005c15c50fbc30cba683500ca5485279e6893ff07bd2de0708173e86d6f8bbe2e7d66aa865b31acb59 SHA512 b491cac0b35b4d27347020f4de7e5f6d83a406fd947d8b51ae0de5aa1d6981eb4e1e76550a3251ee75e7e01508e659ed5b1eda63666db3f5f4b1dfe471ef6128
DIST solax-3.2.1.tar.gz 31262 BLAKE2B d68eb8905c7a8a065775005a4322e0214c170d17b0c25f89ef3f65271306de797c47473d1332974eb8a3f4c84536cc55d9e52447f5c632d63092fc73a9810db9 SHA512 cca31ee7770d935dd7ee073bf1184092f50ec10ed972909ba33c5070deba482ad3f6c2d8f731e6eed490ba0d68e7e6da338e306115e03cd45ab4013bcc46f8df
EBUILD solax-3.1.0.ebuild 633 BLAKE2B 86d0d896fd364f5b81a8433c426475c6f1a79312d523ca781d538ddbce8c848f49522310f7f3d0279366247c59f99cc0703816445292220a49eec11f28554b46 SHA512 e406a1377085032916f8e46291fc905a73939d594f5932dc6155a69d68c274de438527517508ac30189b89b0dbf1b9a8dbe9c7796af5c20ca813739b44ad3bd4
EBUILD solax-3.1.1.ebuild 633 BLAKE2B 86d0d896fd364f5b81a8433c426475c6f1a79312d523ca781d538ddbce8c848f49522310f7f3d0279366247c59f99cc0703816445292220a49eec11f28554b46 SHA512 e406a1377085032916f8e46291fc905a73939d594f5932dc6155a69d68c274de438527517508ac30189b89b0dbf1b9a8dbe9c7796af5c20ca813739b44ad3bd4
EBUILD solax-3.2.1.ebuild 629 BLAKE2B 6bc4a82ab347a753b539c574b7af6502b8287fd29b7f44eb01a6c34bc4d1e786408a1c0708ef1c64f03141fc40af36c3303b7353a46d26754ed6e6134981e197 SHA512 78e46977db929c61e88042b78c087f54f306e8f6de3e5cff2c05d9365f84cc96228d7cd049b13c0d8dc246993d66d6975c2b280c24122fcca188c0a324e9d015
MISC metadata.xml 511 BLAKE2B 485f32a2683ab7d47417f15b8179f5e6f5ce7a894a9718f3353f46c66ea5bc063924465bed6793a66148d0753d48d21bd8ca0ea7b782cd6fa4aa719631d1ac78 SHA512 5e7e064e6b5c1a3f2cbe16ef233637d7b6f561a0f69b6930b1e13c7b12a8ea9c2d8b71b9174ae51b7ea44314ee938c7da8569e4cb542b9dfa4fa2b8deb9da43d

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="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/voluptuous-0.11.5[${PYTHON_USEDEP}]"
BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
distutils_enable_tests pytest