-
Notifications
You must be signed in to change notification settings - Fork 16
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/4233 Signed-off-by: Andreas Billmeier <b@edevau.net>
- Loading branch information
Showing
3 changed files
with
44 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,7 +1,9 @@ | ||
DIST aiohomekit-3.1.5.tar.gz 121343 BLAKE2B 00b63d3b2509a756e5c61023f28ea28e440a5db67e6f5301d9e362707ce5f6e236728b2b544009ea3c755acb0c73188057c5046ce5bdc8016ddd6eddf5beccb1 SHA512 296b37743ac5daa39d586fac38801e5371f9ef207b0c6dff97de9d1b72a99647eebeac6bd376e2b33ca1d205e041267fa0f69719697d425ff5438ad13845ed23 | ||
DIST aiohomekit-3.2.3.tar.gz 122022 BLAKE2B 2fe4ac03090055874d2f5344d9c9557378b700c862f12cc95e3196836799165b446b6b86bbd32bae856ad015e4591dcca3d674ed454a2e0ccf067b2304e1c2bc SHA512 c2900ebe6464367bfccd1287c1121b9e696c2181f17aefe64b3cd01edf4a3ea1762c592f5b4c6796098e8210c89ade45550452f5be732f265c1b17e16dd99c8a | ||
DIST aiohomekit-3.2.6.tar.gz 122663 BLAKE2B 01fa74f949a8a119dadadabb8f1432bf6f496221a2b3dc66c13f0fd39f1a593310dcd2c1e185a08f1e9c8e7cbc1e745dd091bdde89028fe6960ff62150719e11 SHA512 3fcb6148bc90084bd1fa99c20428a5f091cc5396586028bd93824bed259219aeb056471b454bde6d5ae1c42cdde759daed0309f3fe1cfbaf4ae0ccdbb68d0225 | ||
DIST aiohomekit-3.2.7.tar.gz 122729 BLAKE2B 26497da2cc5f5f2710eb6e14777087e86cb236810bebdc69eca6bcf5db1e7a51ad091344f6c39abd63e22469137160e53eaaed667726958428ff03a2f33a44c9 SHA512 65650926be7456be6bcfe6bf6357354fe33ffe61395649cf938c75c15ecd31c5e534b1a8f0132672b522b68cc3fd0380cd324fd6be6bb423b996ce7640684d6a | ||
EBUILD aiohomekit-3.1.5.ebuild 1333 BLAKE2B 68e62be24d3f57e7e09a155aa9b868bbd9a9ea7d22f593e04465134511e8b6da8c5abddfc174e91014c81b6bb0b806e5e53400be5e310783babcd1d3ef3e1e04 SHA512 045cf586d9ed54f3f0b45b4ec7bc7ca9999cb3e0a73012f62b4dbdb1da43e65992450a7f4e28dabcde597a44edc118266cd7c91fc04c7c0ade2a49205da98184 | ||
EBUILD aiohomekit-3.2.3.ebuild 1333 BLAKE2B ed7ae6dadb6404b31827da289f72327adcc36ca8c09189eff5a43ff1906bc4a92b374457c4866713acfdd637acd0068db5a595df33912a4d479222a4f6565291 SHA512 e5a3556a387e9cc27094f7e6048008c36abaca61095d6eb2b083ca2d8524d79cab159df7ed587251c342358b6e89ba55b699cae269129095b15c72ea98c2e091 | ||
EBUILD aiohomekit-3.2.6.ebuild 1333 BLAKE2B ed7ae6dadb6404b31827da289f72327adcc36ca8c09189eff5a43ff1906bc4a92b374457c4866713acfdd637acd0068db5a595df33912a4d479222a4f6565291 SHA512 e5a3556a387e9cc27094f7e6048008c36abaca61095d6eb2b083ca2d8524d79cab159df7ed587251c342358b6e89ba55b699cae269129095b15c72ea98c2e091 | ||
EBUILD aiohomekit-3.2.7.ebuild 1253 BLAKE2B 246dc5e1c246ed82faaa0020d7c25f7c2244068091fcf10c7788d17a582c4bdfbf19855ad5a5a92458288383527037d4d64cb1bd196e1a00be21aa11ae33701d SHA512 4ac862cfdad0f1a3078b50f5f80272562802415afd44430e0a8225132822d2694ccf6eab395abf835e756667590dccbf19dd61f263567aa72bb0b519fa9dbc0f | ||
MISC metadata.xml 513 BLAKE2B 3b29966ec8902954651b4ccbb4616a57c613bcd97ed45e8813502eda41fddc413c6769cd440752368e72ffe2915876006c8742cf757abd83f99a063ff7a0b073 SHA512 22f00394e813c4e51bf0b353c97509563966b6a50ee4d9315855d78c32e6c40ed9d540567d352ba3a257918c73dadcd69131d510da83c7759bcbc6644eb630c0 |
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,40 @@ | ||
# 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="An asyncio HomeKit client" | ||
HOMEPAGE="https://github.com/Jc2k/aiohomekit https://pypi.org/project/aiohomekit/" | ||
|
||
LICENSE="Apache-2.0" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm arm64 x86" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
|
||
DOCS="README.md" | ||
|
||
RDEPEND=">=dev-python/cryptography-2.9.2[${PYTHON_USEDEP}] | ||
>=dev-python/zeroconf-0.132.2[${PYTHON_USEDEP}] | ||
>=dev-python/commentjson-0.9.0[${PYTHON_USEDEP}] | ||
>=dev-python/aiocoap-0.4.5[${PYTHON_USEDEP}] | ||
>=dev-python/bleak-0.19.0[${PYTHON_USEDEP}] | ||
>=dev-python/chacha20poly1305-reuseable-0.12.1[${PYTHON_USEDEP}] | ||
>=dev-python/bleak-retry-connector-2.9.0[${PYTHON_USEDEP}] | ||
>=dev-python/orjson-3.7.8[${PYTHON_USEDEP}] | ||
>=dev-python/chacha20poly1305-0.0.3[${PYTHON_USEDEP}] | ||
>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}] | ||
>=dev-python/aiohappyeyeballs-2.3.0[${PYTHON_USEDEP}]" | ||
BDEPEND=" | ||
test? ( | ||
dev-python/aiohttp[${PYTHON_USEDEP}] | ||
dev-python/asynctest[${PYTHON_USEDEP}] | ||
dev-python/pytest-cov[${PYTHON_USEDEP}] | ||
dev-python/pytest-aiohttp[${PYTHON_USEDEP}] | ||
)" | ||
|
||
distutils_enable_tests pytest |