dev-python/solax: add 3.1.0

Closes: #3304
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-05-12 23:12:02 +02:00
parent 976f2fe8a4
commit 4c5d904b82
4 changed files with 34 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
DIST solax-0.3.2.tar.gz 23523 BLAKE2B d8d80549858645774711611618297826e83255a04b023b1fe24fb81ad25cd53e3b23c9a88115788f9ad50a341c582db38de3e517cabaac966a83e5812ba60a63 SHA512 888c986b71c125eb108273dafaa48980b98088c66adaa35ea81bc255d3977f41b1793e86ac632f9e1b72b9d50663ca5dcb47ca611c4b39f719eed0f48e590b97
EBUILD solax-0.3.2.ebuild 774 BLAKE2B b1de1bf49b6938de41bb1b5b116dd2fd6a9f06fa0421a12a7e9eb4ed1a9a02962b5285ec2822245f7967eba45f1a257fa00547f0376eaed3cc9b6e076d8081f9 SHA512 4d4a2d16579ae4d828be6ff8f7ed9582d27153592cf35bb093707ccd291f9ecc41b03fa75ba8ccebfb6dc2e0a31741cc4a0e81ea0b6e7d368993f24480a10a0f
DIST solax-3.1.0.tar.gz 27024 BLAKE2B 0ffbbea7edbe1e6e03163b5dab6fab283326b0597fcfb202aaeb2cb251585b71654a2f98bfe2d56e812a9a6d051150ad1aa3ed8c2f403fd3583818dbf3f4b779 SHA512 e7e7482643408016cccd1a7307d82e8d92ba2d576af3b7ff716633413197284e8c3ff6b7b54ff9db443fa4a008a03ec989c636aba124b1374cefaa593d2b5f87
EBUILD solax-0.3.2.ebuild 774 BLAKE2B 5090bc478efa232a44577d2d436064cccb90f4472ee3d247bda78f0b81fc1b20be3cb41c58cbe8a173049af6f97c370148a43c1375266b591ab3146b3d75f0d2 SHA512 e0a8e4992ad2e772e45ad177abd1783386f5842f8980fa26499908bb67313ade92e60447e73a9de764bc11adef6e92b7983ba25de7840d29f81512d18865d269
EBUILD solax-3.1.0.ebuild 633 BLAKE2B 86d0d896fd364f5b81a8433c426475c6f1a79312d523ca781d538ddbce8c848f49522310f7f3d0279366247c59f99cc0703816445292220a49eec11f28554b46 SHA512 e406a1377085032916f8e46291fc905a73939d594f5932dc6155a69d68c274de438527517508ac30189b89b0dbf1b9a8dbe9c7796af5c20ca813739b44ad3bd4
MISC metadata.xml 511 BLAKE2B 485f32a2683ab7d47417f15b8179f5e6f5ce7a894a9718f3353f46c66ea5bc063924465bed6793a66148d0753d48d21bd8ca0ea7b782cd6fa4aa719631d1ac78 SHA512 5e7e064e6b5c1a3f2cbe16ef233637d7b6f561a0f69b6930b1e13c7b12a8ea9c2d8b71b9174ae51b7ea44314ee938c7da8569e4cb542b9dfa4fa2b8deb9da43d

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..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@@ -0,0 +1,27 @@
# 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