dev-python/python-kasa: add 0.6.2.1

Closes: #2868
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-02-17 20:27:46 +01:00
parent cc673cf471
commit 11a74fb5ab
5 changed files with 48 additions and 6 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
DIST python_kasa-0.5.3.tar.gz 96127 BLAKE2B d0ace590678908292aab659a2b0f80018784da663e2a35519ead452cf4bbb95996c3fdf53b6d9df2f1b5838d5c3df8f9630b1c2ffee96460fa2f4d7c1c0ef480 SHA512 ed4b829ca9f1f7d9ddba755eeadddaa21e3ab79f6dfef8ff5e368688d78dd9be4e070ffa1fd4631a0fb8ef3b73c6ae51005d2126284d50fbc22e2cccd88cf12a
DIST python_kasa-0.5.4.tar.gz 101576 BLAKE2B 8e75fbaaff790ff272df8785872fb80402d6dd5092aef3578a01a144a789fea972551b453f83251d350f2aeab05e41f3df0d0cb36d4faccb8e44e22c7774ef3e SHA512 137f2b038cf9fc86b5b958abd221741537a8b2ecb636d312be8681eb865d94897a32024ef6b4e6cfe3bb7ec800db9bf346777fe2812faf8d157f5fb14193d9ab
EBUILD python-kasa-0.5.3.ebuild 949 BLAKE2B 448bf45a3cd019555899008b0753771adf3affdc5fb9caf8e45020a2153c8baff0816a8d7e6324c841c7c2fd53d02e829eaa64c1f9b12548c053ac8ec0dedff8 SHA512 9cf74fd2807d36cd5b87e870fdd8b3cf90a36864b0ba7d3f1c8f74858e6e2569f96c85e5d524bcf63d48adb1d0c9896180bf1b176b9529f3395e1bb5e4aac558
EBUILD python-kasa-0.5.4.ebuild 1027 BLAKE2B c37583dd977cb324d0761f002fe5de51d70dfcf42a3aaba23658a7626930a0bcac8b0ab63d7d63649373084ae968d8d96aad02128df3e7d796bf71fc5945ad37 SHA512 74130939bd99d5ce6fc8b9421b519afae6578f960e78d348f6984fae38bc798d657ea882578bc2fca156d247aec74d3169e595fdfb7b38678e93d82d0e172d92
DIST python_kasa-0.6.2.1.tar.gz 168243 BLAKE2B 4b174473936ed03e1f20070bf7d2973ae8e757320aaaba616709cd7685e20adc06df62dc5af5e7a5d88a90cceb63404b1947c9bf564bbc69ff254d097edde5d0 SHA512 8bcbbd53c3181bf974a58a00dcdd7e460f30b61e52c37dd4f40ff0a7e6b73e58efd9b8da5afd0637139b57432ca5b4228aaafd338e589085fe1edc2288c8fe49
EBUILD python-kasa-0.5.3.ebuild 949 BLAKE2B cf9c6811ea28b801e3aa80917d3f3b7fc45683fa89eea9d63e86c495cc0f5ead74a79c6518aac7071ee9ac389ef7873c38c530833dfbab277b64697539c40b13 SHA512 6548cb259e4cb9b458701c8c4fd21be344dcbafe276ac209fd63866b051f2b84995d9015d71b22e7c430d00efdaa3130079b3b3aa9f540be287598226404964b
EBUILD python-kasa-0.5.4.ebuild 1027 BLAKE2B 79d7cd09cbf469a1da7c9c2d5b4ea633a25b43146c30f88df937e14e76e7a44f07cc424222c4781b49c32eb2217713522cdfdfef627ce19a31b1d1585a59021c SHA512 3b9714412523b361b2bd3467d89c78d956565b03ad3fc8b761eae2fbf300a3e25f08afd1d42561a22faed9241938a0b09acbb0dc797195d52727d4a39a9ab43b
EBUILD python-kasa-0.6.2.1.ebuild 1045 BLAKE2B f69163476c29879ddb1e3e21cc409265c5025c274cb54b68835159f0a07175c9b08c4ed7658ed3b6eb1038355a2b6763a6a8bb68e219a90113dbeab8366ec29f SHA512 71e2314872462e87b14fdc0ebb58d0248f3368e9dbe0aae441cc44e189634a630f21bbe1cccaa468b6bc5ca01293bcfd96fdd86f052cd00c300bf2fde7f2f18d
MISC metadata.xml 395 BLAKE2B 5e29f4817b9616253e26ecf83c38fd8ef6a387853437eaf615c78a24e77409b587596dd827e00f3ec161d23704e7239b0e83733aace51721d4754ab286c32085 SHA512 327a488b295cd95abb3fe109297687fa284aa2ef1e83101940d1def59c571a05d742f8cc714848893feb1d7f168db04c85902ea3c184d8fdba267f7efb55648c
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python API for TP-Link Kasa Smarthome devices"
HOMEPAGE="https://github.com/python-kasa/python-kasa https://pypi.org/project/python-kasa/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/anyio[${PYTHON_USEDEP}]
>=dev-python/asyncclick-8.0[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
>=dev-python/cryptography-1.9.0[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/orjson[${PYTHON_USEDEP}]
>=dev-python/kasa-crypt-0.2.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-sugar[${PYTHON_USEDEP}]
)"
src_prepare() {
sed -e '/include = \[/d' -i pyproject.toml || die
eapply_user
}
distutils_enable_tests pytest