homeassistant-full 2024.10.2 full dependencies update

(not compiled yet :ouch: )
This commit is contained in:
Xavier FORESTIER
2024-10-21 13:59:57 +02:00
parent df5f5d139f
commit ec8d5a03b1
293 changed files with 6057 additions and 84 deletions

View File

@@ -1,7 +0,0 @@
DIST aranet4-2.2.2.tar.gz 13930 BLAKE2B f6d276056277fb9d32a65563697b50f5f09be843f204a7af99f0a14eb10a8d6de4f87f5c9f4f802228b1b4c9353bb6c20e7af3e7bd3e7d991471b5c5346aee8b SHA512 ac02e71c6829290faaebe50e74cc71cf17524217d963d6404971715527f3266fabe0bd8c5887282f43ab9e7843f4e278652e51c502124b9c4dfa9aa1503a591f
DIST aranet4-2.3.3.tar.gz 15601 BLAKE2B 605a81a5390ab67f678b7707d845a11a766762375611db3c710da9b91dbe299d95847d9961d82f7b9e64bae46dbdf98876d021843e0a73e1a7b5741d9fba15af SHA512 faca2c57bafe5d1592830a8af38d16c24b8d610ad3f259f122d61164b81220f8427159eb428e91ec199a3a66fa65d0ccecaa31dc3a64b6ebd6ae563c9edd095d
DIST aranet4-2.3.4.tar.gz 17436 BLAKE2B 89eddd7b078f2e2c6de78863efde77cd6c381af650c94a1e5c1ed25725b7c1e2731ff11742c841683eb13a4e005a1b0996f7f4685ea7138cdd2651b9b59ee8cb SHA512 a6b7117af2d05a862e522cdffa4123b93bf5035f4c37fee5964087dc31f2d4f9af0163c0b46294d798b6d533c407172afb34634b700dc1c4844462469cc48029
EBUILD aranet4-2.2.2.ebuild 671 BLAKE2B 93fa5426c6dcb04ffa25038c8ecdd870c5dc0e5c13bd461bdaecfa40af63049cd1f43de6fb89c0a24402a4b8c02c475c2119e0e054c98722bf081fdc000d25be SHA512 ea3433549dd85e822712354001b5c168f9d8fac8b5f9efd78ec28c3b144d64a5d1dd82ecd2f48f884f3db70ffb098d517c3e5500af80dd3d9e94026029253ce6
EBUILD aranet4-2.3.3.ebuild 569 BLAKE2B b18e7ce9c889695922f75aed197c8359e96d3d94627c28bdab0f0d6372fbc16c016aa22c2bf2b415fe8f3a1ff481f8bd0d15fabc0c857cdd8849379480cd7f9c SHA512 78bf3dfb274eac82277cbb3e80240abcb7366ecb3e071e716a663baf4e2ca513f7abbaea1405769dedd39185cc043caf6ca1a6e00d2a2c7c1aaf49d6b78d038a
EBUILD aranet4-2.3.4.ebuild 569 BLAKE2B b18e7ce9c889695922f75aed197c8359e96d3d94627c28bdab0f0d6372fbc16c016aa22c2bf2b415fe8f3a1ff481f8bd0d15fabc0c857cdd8849379480cd7f9c SHA512 78bf3dfb274eac82277cbb3e80240abcb7366ecb3e071e716a663baf4e2ca513f7abbaea1405769dedd39185cc043caf6ca1a6e00d2a2c7c1aaf49d6b78d038a
MISC metadata.xml 389 BLAKE2B d28e9f1bd4d630290f1800afb21864a4308f4fad13f873a4ecdc8de0ea08fb05716c62978f26e347b4fc95e935dfb400aa4843f0d6df5927d87839ab8a3580c4 SHA512 1f96cc081fef62dea7cc66119db369d91ac68cc62328d5acd5a417f98f2f4b5e56a6a3ff3ff8601acc1117c0152a38a478219305c385468b0940d19af3487639

View File

@@ -1,32 +0,0 @@
# 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="Aranet4 and Aranet2 Python client"
HOMEPAGE="https://github.com/Anrijs/Aranet4-Python https://pypi.org/project/aranet4/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/bleak[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -1,24 +0,0 @@
# 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="Aranet4 and Aranet2 Python client"
HOMEPAGE="https://github.com/Anrijs/Aranet4-Python https://pypi.org/project/aranet4/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/bleak[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@@ -1,24 +0,0 @@
# 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="Aranet4 and Aranet2 Python client"
HOMEPAGE="https://github.com/Anrijs/Aranet4-Python https://pypi.org/project/aranet4/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/bleak[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aranet4</remote-id>
<remote-id type="github">Anrijs/Aranet4-Python</remote-id>
</upstream>
</pkgmetadata>