summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-11 17:46:47 +0100
committerSam James <sam@gentoo.org>2024-06-11 17:46:56 +0100
commit2d0043388583b6b4c8a04efae0c5521cef1a4646 (patch)
tree35d8f76f165eeff17340385896438826c853aa19 /sci-libs
parentdev-ml/ppx_fields_conv: add 0.17.0 (diff)
downloadgentoo-2d0043388583b6b4c8a04efae0c5521cef1a4646.tar.gz
gentoo-2d0043388583b6b4c8a04efae0c5521cef1a4646.tar.bz2
gentoo-2d0043388583b6b4c8a04efae0c5521cef1a4646.zip
sci-libs/libsigrokdecode: enable py3.12
Closes: https://bugs.gentoo.org/929779 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libsigrokdecode/libsigrokdecode-0.5.3-r2.ebuild4
-rw-r--r--sci-libs/libsigrokdecode/libsigrokdecode-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/libsigrokdecode/libsigrokdecode-0.5.3-r2.ebuild b/sci-libs/libsigrokdecode/libsigrokdecode-0.5.3-r2.ebuild
index 617e1edb0d21..72015cba5833 100644
--- a/sci-libs/libsigrokdecode/libsigrokdecode-0.5.3-r2.ebuild
+++ b/sci-libs/libsigrokdecode/libsigrokdecode-0.5.3-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 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} )
inherit autotools python-single-r1
if [[ ${PV} == *9999* ]]; then
diff --git a/sci-libs/libsigrokdecode/libsigrokdecode-9999.ebuild b/sci-libs/libsigrokdecode/libsigrokdecode-9999.ebuild
index 8f04c30aebba..384f455def9b 100644
--- a/sci-libs/libsigrokdecode/libsigrokdecode-9999.ebuild
+++ b/sci-libs/libsigrokdecode/libsigrokdecode-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 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} )
inherit autotools python-single-r1
if [[ ${PV} == *9999* ]]; then