dev-python/airtouch4pyapi: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 12:58:15 +02:00 committed by Andreas Billmeier
parent b9787b95b8
commit 6bf787a4f9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST airtouch4pyapi-1.0.5.gh.tar.gz 7217 BLAKE2B 2f7e512975b37ba51816ee2deb40c2b566ea01c9d0ae568c2a17594715c0d1205cc9b4bf9c175a6ebdc5c119a6174b873eff95b76b39d6cc785e06e7b2e61cb6 SHA512 379377553e9f08ef6cba8ab32bead7ff21cdf4ccdeb0e86ec12f474e57c80ccc7eab3fa2da690283da7777bf4db350de2afe34e3fc37b99c3dbea7a491986e1f
EBUILD airtouch4pyapi-1.0.5-r1.ebuild 855 BLAKE2B 9ec05a5c356bb5299d0e71cb5209a600977bb7010db4799bf56221f9622cc98dc317331c67baba79dc883430bfca41174a48df48e5793989334c4f31b590421d SHA512 f4b2ceade23d968d88f5dc78849040f9e2a795dbc6a198b685b4a24bb7a5fdb1a3f54d5b29996f09bb2f932819f405a1016a89f31e2ac49f0b9c4b79736b9503
DIST airtouch4pyapi-1.0.5.gh.tar.gz 7254 BLAKE2B faf5e47820cee5fdb932ffdb974462c72c8aef2be3d33f36774172c6ceb4052b269f936ac8b8d9a290b06552e1392069017a87f83ae4ca7a1952249f7c8179ea SHA512 5263db35691f10cd1d0f0e56f149af24c7b676e6ae0f0f420235803d35e42ff0f4d6cae465638620ad3995f02302523ecb51d5682bee4767c66da2cc2e4789bd
EBUILD airtouch4pyapi-1.0.5-r1.ebuild 845 BLAKE2B 720fa80d1f5136572ad7a796523b42b75c5046218af28bf9150b43b8db4c6fe2e0ab689745bfcae1022d8bfe053327fbb26f117aec9e53fcfe6a012f499bd560 SHA512 2cd3f28d4a7d4d9ca50a5bfeea9f8dd6d232dc24b4ae0db65ecdebd9b359eeff9f4aa7a15de403a9660d13aba0d2c918dac16a212889f465192f202345421765
MISC metadata.xml 533 BLAKE2B 8a2f49f0fc44883ce9425bcba730fd213ee1854426c44f8aff580707f42badc370eb062bb080f83d05011f21c35a4ce7e1ad747625670f613f47c0a833189645 SHA512 d7b423685e7cb07c663ece8c4efdefdd04fbf40bd8d688664061e19e5c4f3d3bc20e68aef1cbcd926656619771bb5213b64a84e06118233bd72a3c3abdf6a507

View File

@ -1,12 +1,11 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="An api allowing control of AC state (temperature, on/off, mode) of an Airtouch 4 controller locally over TCP"
HOMEPAGE="https://github.com/LonePurpleWolf/airtouch4pyapi https://pypi.org/project/airtouch4pyapi/"
COMMIT="34783888846783c058fe79cec16feda45504f701"
@ -22,7 +21,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"