Skip to content

Commit 4a98e84

Browse files
committed
dev-python/panasonic-viera: enable py3.13 and disable py3.10
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3726 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 1de0653 commit 4a98e84

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

dev-python/panasonic-viera/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DIST panasonic_viera-0.4.2.tar.gz 12627 BLAKE2B a2c7911ba8d663f233dcdac53f42b7c492b371e44efb1b0d8f11f98ee5de8e06383668e944324809c33c4024d9858a81c0615de26a902c5788e8f90725037779 SHA512 19fd39539a472ca5f770b61acb68b92f549c2444f259d5b5856e7cfef8341f2e3cf2dae308cb89194a94dd1a37586e8c4938ff647fc274d074b024910e36a57b
2-
EBUILD panasonic-viera-0.4.2.ebuild 681 BLAKE2B aa6d31a9095b1e7bb3c8dbe3903a09ae4390f799a72eb5eec862c3ef3f74818dd829648843e5de02daee4235ed2b3635e3d1b42a6ed1d0b8b123c5ca032f8f8b SHA512 7517dbd0d8a6c80aa94ecfd301080387b05f63af746ef569bc23fef6d18bd1634e27fa82a67cc9faba89abd1ddb2d99fb77cc4ce4b772f39eb349cde6dd1c2d2
2+
EBUILD panasonic-viera-0.4.2.ebuild 676 BLAKE2B 50f11e16e5fd07a13b88667f7b3b93244923bed483349efb8b6f827a407c0fe8f5682b4554261f5dcf0b5e551036970042aa27a6e65a4f9fce66ddd304e725be SHA512 6697717fa7b3259bb0ed613dc75aee821b6f5fb9c1c4696824ca33e604178b6d6658bc7c49c3a2cb750c3e4a4271ea7aa237dc79ed7b657906fb2b688135b6bd
33
MISC metadata.xml 542 BLAKE2B 985dc54a467b08ec70adb1e52e4e7c34104f2f1b20f2e5c879845cb58ebdf8f33379c4183a907d97212430128e9c1375a83329763eada1561a78ce936c694675 SHA512 8c061f8b897d9e86095caf1559f7861d3d8a95a5815968073010a454efadca47012f9965b2801375b359d78d47e937f0ea8cb3b26152b13e0eddfcf79b5981d3
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99

@@ -16,15 +16,12 @@ KEYWORDS="amd64 arm arm64 x86"
1616
IUSE="test"
1717
RESTRICT="!test? ( test )"
1818

19-
RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]
19+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
20+
dev-python/pycryptodome[${PYTHON_USEDEP}]
2021
dev-python/xmltodict[${PYTHON_USEDEP}]"
2122
BDEPEND="
2223
test? (
23-
dev-python/pytest[${PYTHON_USEDEP}]
24+
dev-python/ruff[${PYTHON_USEDEP}]
2425
)"
2526

26-
python_test() {
27-
py.test -v -v || die
28-
}
29-
3027
distutils_enable_tests pytest

0 commit comments

Comments
 (0)