-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/4094 Signed-off-by: Andreas Billmeier <[email protected]>
- Loading branch information
Showing
3 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
DIST autarco-2.0.0.tar.gz 10809 BLAKE2B 53c9d74826951a820fa23795372d9dbd3408f1a6861b1a1eb7e2435cf14383bf5a7c65f83281e17aa6fd4ff0f45476b8aae2cacf49e645c12a7da41b3f5204d7 SHA512 542efadacff1e61374f21bd9fab0b934dd1405e9f7447e4232f669d95935787a1234f30233c63b38522d1d5ec94d6d8aa61f21517ebd27730f867373c7fad48b | ||
DIST autarco-3.0.0.tar.gz 13415 BLAKE2B 7db402d3b85d6976d68d59e3cd051fd64b041b7b04c9d65dc73e7137d58f32386c5fc3630e892c80072fd132dff7e3cbf4e3f3b99556a4f637a839c64d9dc688 SHA512 a78d343668cdcd2159614f6286bbd979a4f6511fe6fd128133bdcbc1d6287cd7ee6eaf768218a02e1352fd0e0a797c68869cdadb07d267c938f49d12505d71bf | ||
DIST autarco-3.1.0.tar.gz 13414 BLAKE2B 958b36ff91cc4739c88202c1e1e748495f618ba4e0c5a12743036aa141d1593c9c4b4074a512954225a8d8677f5b2526eb58e287d86247b43975be69dbd0ffd1 SHA512 af77987343283b188fe366b7ff11b15ac1a206e4dae824f9bc8a20fa216333f3f136f004d22f1538299b85299a43fbff5168b87b123504c9cf51bcaf9187b967 | ||
EBUILD autarco-2.0.0.ebuild 698 BLAKE2B 01cdfb00db7a67715b191f6aa89220ea9995562a63691810e1549f661a7d539fa77ffc19993d38829bead2b82caec49f0ac71f082993119b7d8ab7a80bb82ad9 SHA512 173fdaa554719229ef86d851a99f2721549fad11466ba6229dd401be430d3fbe5a5c9ec9e6d5391efb559bbb5832283860fc2b9c3c60b0163ecee864ffcbccb6 | ||
EBUILD autarco-3.0.0.ebuild 883 BLAKE2B 287b9515f796bf397b20673a762707d87bf623baf7a0ed3e522c699887ed25514b1fe1a37d6295e25f5eb2f64ac4ba61ee45d8b9b73df43f14c24f752675117a SHA512 7d1ced6a86364045a5e3f38dd9dec33de744e3d61ac34c42f7f91b668a6e6db922ccdaa488386932451f963c7fb4f6a5cac14fc0778aa9ee1d6b31778679e426 | ||
EBUILD autarco-3.1.0.ebuild 883 BLAKE2B 287b9515f796bf397b20673a762707d87bf623baf7a0ed3e522c699887ed25514b1fe1a37d6295e25f5eb2f64ac4ba61ee45d8b9b73df43f14c24f752675117a SHA512 7d1ced6a86364045a5e3f38dd9dec33de744e3d61ac34c42f7f91b668a6e6db922ccdaa488386932451f963c7fb4f6a5cac14fc0778aa9ee1d6b31778679e426 | ||
MISC metadata.xml 529 BLAKE2B 83d4eaed6056e0b177fe89b9aff2d8d80f3777ee83f9a8ab2ef2e937fecbb2b01e5968741ebf221ae7a3122c6e2c63831c46cc690db395e2c448357fb45ddd1b SHA512 6ed893025c08c8d49dabd795499962e5a2c62948c3a7b2846805569ade47766fe064371fe01b10f411e4d5f19eaf6c034d03e638337dbe90dacf0da06dcd5f52 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 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=poetry | ||
inherit distutils-r1 pypi | ||
|
||
DESCRIPTION="Asynchronous Python client for the Autarco Inverters" | ||
HOMEPAGE="https://github.com/klaasnicolaas/python-autarco https://pypi.org/project/autarco/" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm arm64 x86" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
|
||
DOCS="README.md" | ||
|
||
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}] | ||
>=dev-python/mashumaro-3.12[${PYTHON_USEDEP}] | ||
>=dev-python/orjson-3.9.14[${PYTHON_USEDEP}] | ||
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]" | ||
BDEPEND=" | ||
test? ( | ||
dev-python/aresponses[${PYTHON_USEDEP}] | ||
dev-python/pytest-asyncio[${PYTHON_USEDEP}] | ||
dev-python/ruff[${PYTHON_USEDEP}] | ||
dev-python/syrupy[${PYTHON_USEDEP}] | ||
)" | ||
|
||
distutils_enable_tests pytest |