-
Notifications
You must be signed in to change notification settings - Fork 14
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/3477 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,7 +1,9 @@ | ||
DIST pyoverkiz-1.13.10.tar.gz 40319 BLAKE2B 394a2916acf09fcb7bf7390bd57a3b029b65d3818cd06c22e7cdde2aa946b09b03a0f14d219c1b0cf14687606076f118f22850ec345dbb8cc4d23d1a7cdd422d SHA512 b1d30811e3c196f7777c8244a02e268e18169640a575ced278d50900ceff938eb4672938702dd0b509563742007e0ea2212e997c225e21ccc43e91a7483f4475 | ||
DIST pyoverkiz-1.13.11.tar.gz 40309 BLAKE2B c511754deff5041faaeea2ce7c4b9cde92a122014eebf700bafec79f20d9bc523b446d75475e788abb63064cf619b15e3738bc310ec738a8c1b8a2784fc98d99 SHA512 f492a3de68937b38457b4358f0c89c34d72d4a9d9c9b665a88cb185b82d26d02dad5e27930d20f3a9132394bff8bfc960594c9b7a6b3c28838f5ec40f594aa21 | ||
DIST pyoverkiz-1.13.8.tar.gz 40065 BLAKE2B 9adb7b361641ae3b0f7180b8f9c0dd20e8ba9e63da056648e74adf0a1c29f3692307a37e472606c3b0711f1014cd654bd6b7fc654338a11f6c37f3681041cbb3 SHA512 7ed16c12b7833c39f4a96cb342163e40c7557063f95a8109aa0ebfbeee642f5fb205e2f95358d46d986307ab746ce2796e54b4531e1fac718d623d401cf4797e | ||
DIST pyoverkiz-1.13.9.tar.gz 40082 BLAKE2B 8145fb8d84df84c90c66d98ef82167775cca361a9876ba1cab953852e55eeac83a97b161482ee0d4a80ff4923d75c1aae2722380e4d67d9508a0feb3a5b4cd62 SHA512 096680e83c2cb28fc3f971bd605892e43f14fe183953482d4e1ae4e2ac3008828b7b44d4e8de8fc69020d9677c2726613263ac49c43900bd53ee28c4f19bf455 | ||
EBUILD pyoverkiz-1.13.10.ebuild 997 BLAKE2B 93fed0b1a9d86ea255360632b7e1cd550e188964318ed28682f412d4c285a59454086d56bd387ca8c225fea5dc58d62cbefeb0065874b2d6a9287a88106aae0a SHA512 3974214722f77de39870ef2af28f646b9b840f2bb763f2b3024bbcfdf2dc376a7fd7c54013e9c0382116b1367a5b84749b517da5aedb5dee64e3f34faa8309b8 | ||
EBUILD pyoverkiz-1.13.11.ebuild 997 BLAKE2B 93fed0b1a9d86ea255360632b7e1cd550e188964318ed28682f412d4c285a59454086d56bd387ca8c225fea5dc58d62cbefeb0065874b2d6a9287a88106aae0a SHA512 3974214722f77de39870ef2af28f646b9b840f2bb763f2b3024bbcfdf2dc376a7fd7c54013e9c0382116b1367a5b84749b517da5aedb5dee64e3f34faa8309b8 | ||
EBUILD pyoverkiz-1.13.8.ebuild 997 BLAKE2B 93fed0b1a9d86ea255360632b7e1cd550e188964318ed28682f412d4c285a59454086d56bd387ca8c225fea5dc58d62cbefeb0065874b2d6a9287a88106aae0a SHA512 3974214722f77de39870ef2af28f646b9b840f2bb763f2b3024bbcfdf2dc376a7fd7c54013e9c0382116b1367a5b84749b517da5aedb5dee64e3f34faa8309b8 | ||
EBUILD pyoverkiz-1.13.9.ebuild 997 BLAKE2B 93fed0b1a9d86ea255360632b7e1cd550e188964318ed28682f412d4c285a59454086d56bd387ca8c225fea5dc58d62cbefeb0065874b2d6a9287a88106aae0a SHA512 3974214722f77de39870ef2af28f646b9b840f2bb763f2b3024bbcfdf2dc376a7fd7c54013e9c0382116b1367a5b84749b517da5aedb5dee64e3f34faa8309b8 | ||
MISC metadata.xml 396 BLAKE2B 6bda89fbedee2181c151c265c48b378fa2d182ea8ada87a0998ce4c0411d653aa4f53af629b268efff55178afdf41624d46d20c3faad47df8ada1d49bbe271cb SHA512 0ace8ab8df555bbf3d965f0cf94a4a0dfaa564bf55d8eebdbdd08629f029db6af28f0dfe06d6a8b2998c56e536c2f98135bcd45bfff7a05432d90fbac8ba9b97 |
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="Async Python client to interact with internal OverKiz API (e.g. used by Somfy TaHoma)." | ||
HOMEPAGE="https://github.com/iMicknl/python-overkiz-api https://pypi.org/project/pyoverkiz/" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm arm64 x86" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
|
||
DOCS="README.md" | ||
|
||
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}] | ||
>=dev-python/pyhumps-3.0.2[${PYTHON_USEDEP}] | ||
>=dev-python/backoff-1.10.0[${PYTHON_USEDEP}] | ||
>=dev-python/attrs-21.2.0[${PYTHON_USEDEP}] | ||
>=dev-python/boto3-1.18.59[${PYTHON_USEDEP}] | ||
>=dev-python/warrant-lite-1.0.4[${PYTHON_USEDEP}] | ||
>=dev-python/backports-strenum-1.2.4[${PYTHON_USEDEP}]" | ||
BDEPEND=" | ||
test? ( | ||
dev-python/pytest-cov[${PYTHON_USEDEP}] | ||
dev-python/pytest-asyncio[${PYTHON_USEDEP}] | ||
)" | ||
|
||
distutils_enable_tests pytest |