commit: 4207fd278eaf0b1408c79e94a2751c72a5b98693
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Feb 21 13:12:56 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Feb 21 13:12:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4207fd27
*/*: apply style fixes after py3.10 cleanup
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-admin/pass-audit/pass-audit-1.2-r1.ebuild | 2 +-
app-admin/pass-audit/pass-audit-1.2.ebuild | 2 +-
app-backup/b2/b2-3.18.0.ebuild | 2 +-
app-backup/b2/b2-4.0.1.ebuild | 2 +-
app-backup/pika-backup/pika-backup-0.7.4-r1.ebuild | 2 +-
app-containers/waydroid-images/waydroid-images-9999.ebuild | 2 +-
app-emulation/cloud-utils/cloud-utils-0.33.ebuild | 2 +-
app-text/lizard/lizard-1.17.13.ebuild | 2 +-
dev-embedded/esp-coredump/esp-coredump-1.10.0.ebuild | 2 +-
dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.2.0.ebuild | 2 +-
dev-embedded/esp-idf-panic-decoder/esp-idf-panic-decoder-1.1.0.ebuild | 2 +-
dev-embedded/esp-idf-size/esp-idf-size-1.5.0.ebuild | 2 +-
dev-embedded/freertos-gdb/freertos-gdb-1.0.2.ebuild | 2 +-
dev-python/b2sdk/b2sdk-2.3.0.ebuild | 2 +-
dev-python/flask-restx/flask-restx-1.3.0.ebuild | 2 +-
dev-python/guiqwt/guiqwt-4.4.5-r1.ebuild | 2 +-
dev-python/jplephem/jplephem-2.21.ebuild | 2 +-
dev-python/jplephem/jplephem-2.22.ebuild | 2 +-
dev-python/mwclient/mwclient-0.10.1.ebuild | 2 +-
dev-python/phx-class-registry/phx-class-registry-4.0.6-r1.ebuild | 2 +-
dev-python/phx-class-registry/phx-class-registry-4.1.0.ebuild | 2 +-
dev-python/pytest-mypy-plugins/pytest-mypy-plugins-3.1.0.ebuild | 2 +-
dev-python/python-socketio/python-socketio-5.11.3.ebuild | 2 +-
dev-python/python-socketio/python-socketio-5.11.4.ebuild | 2 +-
games-rpg/snoot-game/snoot-game-1.12.0.ebuild | 2 +-
gui-apps/organicmaps/organicmaps-9999.ebuild | 2 +-
net-misc/wsdd/wsdd-0.7.0.ebuild | 2 +-
net-misc/wsdd/wsdd-0.7.1.ebuild | 2 +-
net-misc/wsdd/wsdd-0.8.ebuild | 2 +-
sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild | 2 +-
sys-fs/jefferson/jefferson-0.4.5.ebuild | 2 +-
sys-fs/jefferson/jefferson-0.4.6.ebuild | 2 +-
x11-misc/i3-restore/i3-restore-4.1.ebuild | 2 +-
33 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/app-admin/pass-audit/pass-audit-1.2-r1.ebuild
b/app-admin/pass-audit/pass-audit-1.2-r1.ebuild
index bfd6f60a1..381799390 100644
--- a/app-admin/pass-audit/pass-audit-1.2-r1.ebuild
+++ b/app-admin/pass-audit/pass-audit-1.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi shell-completion
diff --git a/app-admin/pass-audit/pass-audit-1.2.ebuild
b/app-admin/pass-audit/pass-audit-1.2.ebuild
index be86ec64d..2935bef71 100644
--- a/app-admin/pass-audit/pass-audit-1.2.ebuild
+++ b/app-admin/pass-audit/pass-audit-1.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi shell-completion
diff --git a/app-backup/b2/b2-3.18.0.ebuild b/app-backup/b2/b2-3.18.0.ebuild
index b714e432f..886fd7062 100644
--- a/app-backup/b2/b2-3.18.0.ebuild
+++ b/app-backup/b2/b2-3.18.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_11 python3_12 )
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517="pdm-backend"
DISTUTILS_SINGLE_IMPL=1
diff --git a/app-backup/b2/b2-4.0.1.ebuild b/app-backup/b2/b2-4.0.1.ebuild
index b35bc1d4b..860482583 100644
--- a/app-backup/b2/b2-4.0.1.ebuild
+++ b/app-backup/b2/b2-4.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_11 python3_12 )
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517="pdm-backend"
DISTUTILS_SINGLE_IMPL=1
diff --git a/app-backup/pika-backup/pika-backup-0.7.4-r1.ebuild
b/app-backup/pika-backup/pika-backup-0.7.4-r1.ebuild
index 3fafa48fb..dc22ea05f 100644
--- a/app-backup/pika-backup/pika-backup-0.7.4-r1.ebuild
+++ b/app-backup/pika-backup/pika-backup-0.7.4-r1.ebuild
@@ -322,7 +322,7 @@ CRATES="
[email protected]
[email protected]
"
-PYTHON_COMPAT=( python3_{11,12,13} )
+PYTHON_COMPAT=( python3_{11..13} )
RUST_MIN_VER="1.75.0"
inherit cargo gnome2-utils meson python-single-r1 xdg
diff --git a/app-containers/waydroid-images/waydroid-images-9999.ebuild
b/app-containers/waydroid-images/waydroid-images-9999.ebuild
index 26c3e1c64..980b797d5 100644
--- a/app-containers/waydroid-images/waydroid-images-9999.ebuild
+++ b/app-containers/waydroid-images/waydroid-images-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit python-any-r1
diff --git a/app-emulation/cloud-utils/cloud-utils-0.33.ebuild
b/app-emulation/cloud-utils/cloud-utils-0.33.ebuild
index 1591703cc..b56c0fb5e 100644
--- a/app-emulation/cloud-utils/cloud-utils-0.33.ebuild
+++ b/app-emulation/cloud-utils/cloud-utils-0.33.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11,12,13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit python-single-r1
DESCRIPTION="Useful set of utilities for interacting with a cloud."
diff --git a/app-text/lizard/lizard-1.17.13.ebuild
b/app-text/lizard/lizard-1.17.13.ebuild
index 18a4ff1b5..a9cae5140 100644
--- a/app-text/lizard/lizard-1.17.13.ebuild
+++ b/app-text/lizard/lizard-1.17.13.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/dev-embedded/esp-coredump/esp-coredump-1.10.0.ebuild
b/dev-embedded/esp-coredump/esp-coredump-1.10.0.ebuild
index a8179d0fc..10d8ea2a4 100644
--- a/dev-embedded/esp-coredump/esp-coredump-1.10.0.ebuild
+++ b/dev-embedded/esp-coredump/esp-coredump-1.10.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
diff --git a/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.2.0.ebuild
b/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.2.0.ebuild
index 2ab8adcce..4aa1cd95e 100644
--- a/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.2.0.ebuild
+++ b/dev-embedded/esp-idf-kconfig/esp-idf-kconfig-2.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
diff --git
a/dev-embedded/esp-idf-panic-decoder/esp-idf-panic-decoder-1.1.0.ebuild
b/dev-embedded/esp-idf-panic-decoder/esp-idf-panic-decoder-1.1.0.ebuild
index be48e925e..afd00ea61 100644
--- a/dev-embedded/esp-idf-panic-decoder/esp-idf-panic-decoder-1.1.0.ebuild
+++ b/dev-embedded/esp-idf-panic-decoder/esp-idf-panic-decoder-1.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
diff --git a/dev-embedded/esp-idf-size/esp-idf-size-1.5.0.ebuild
b/dev-embedded/esp-idf-size/esp-idf-size-1.5.0.ebuild
index 21fd8f2ec..34e826336 100644
--- a/dev-embedded/esp-idf-size/esp-idf-size-1.5.0.ebuild
+++ b/dev-embedded/esp-idf-size/esp-idf-size-1.5.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
diff --git a/dev-embedded/freertos-gdb/freertos-gdb-1.0.2.ebuild
b/dev-embedded/freertos-gdb/freertos-gdb-1.0.2.ebuild
index 8c71ae210..5b6a09346 100644
--- a/dev-embedded/freertos-gdb/freertos-gdb-1.0.2.ebuild
+++ b/dev-embedded/freertos-gdb/freertos-gdb-1.0.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
diff --git a/dev-python/b2sdk/b2sdk-2.3.0.ebuild
b/dev-python/b2sdk/b2sdk-2.3.0.ebuild
index a08bc884a..d45492101 100644
--- a/dev-python/b2sdk/b2sdk-2.3.0.ebuild
+++ b/dev-python/b2sdk/b2sdk-2.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517="pdm-backend"
-PYTHON_COMPAT=( python3_11 python3_12 )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
DESCRIPTION="The client library for BackBlaze's B2 product"
diff --git a/dev-python/flask-restx/flask-restx-1.3.0.ebuild
b/dev-python/flask-restx/flask-restx-1.3.0.ebuild
index bf9118cd8..5606a3c6b 100644
--- a/dev-python/flask-restx/flask-restx-1.3.0.ebuild
+++ b/dev-python/flask-restx/flask-restx-1.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12})
+PYTHON_COMPAT=( python3_{11..12})
inherit distutils-r1
DESCRIPTION="Framework API development with Flask"
diff --git a/dev-python/guiqwt/guiqwt-4.4.5-r1.ebuild
b/dev-python/guiqwt/guiqwt-4.4.5-r1.ebuild
index 1abbe3b27..57897dd82 100644
--- a/dev-python/guiqwt/guiqwt-4.4.5-r1.ebuild
+++ b/dev-python/guiqwt/guiqwt-4.4.5-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
diff --git a/dev-python/jplephem/jplephem-2.21.ebuild
b/dev-python/jplephem/jplephem-2.21.ebuild
index eb6d10e01..e304c479c 100644
--- a/dev-python/jplephem/jplephem-2.21.ebuild
+++ b/dev-python/jplephem/jplephem-2.21.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
diff --git a/dev-python/jplephem/jplephem-2.22.ebuild
b/dev-python/jplephem/jplephem-2.22.ebuild
index 153b47937..aa3b7f2f1 100644
--- a/dev-python/jplephem/jplephem-2.22.ebuild
+++ b/dev-python/jplephem/jplephem-2.22.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
diff --git a/dev-python/mwclient/mwclient-0.10.1.ebuild
b/dev-python/mwclient/mwclient-0.10.1.ebuild
index 0cb2608a7..c7eb1c151 100644
--- a/dev-python/mwclient/mwclient-0.10.1.ebuild
+++ b/dev-python/mwclient/mwclient-0.10.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{5,6,7,11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
diff --git a/dev-python/phx-class-registry/phx-class-registry-4.0.6-r1.ebuild
b/dev-python/phx-class-registry/phx-class-registry-4.0.6-r1.ebuild
index 89047c18e..4ec45b156 100644
--- a/dev-python/phx-class-registry/phx-class-registry-4.0.6-r1.ebuild
+++ b/dev-python/phx-class-registry/phx-class-registry-4.0.6-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_11 python3_12 )
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/dev-python/phx-class-registry/phx-class-registry-4.1.0.ebuild
b/dev-python/phx-class-registry/phx-class-registry-4.1.0.ebuild
index 89047c18e..4ec45b156 100644
--- a/dev-python/phx-class-registry/phx-class-registry-4.1.0.ebuild
+++ b/dev-python/phx-class-registry/phx-class-registry-4.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_11 python3_12 )
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/dev-python/pytest-mypy-plugins/pytest-mypy-plugins-3.1.0.ebuild
b/dev-python/pytest-mypy-plugins/pytest-mypy-plugins-3.1.0.ebuild
index a1f89bd69..721309318 100644
--- a/dev-python/pytest-mypy-plugins/pytest-mypy-plugins-3.1.0.ebuild
+++ b/dev-python/pytest-mypy-plugins/pytest-mypy-plugins-3.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
DESCRIPTION="pytest plugin for testing mypy types, stubs, plugins"
diff --git a/dev-python/python-socketio/python-socketio-5.11.3.ebuild
b/dev-python/python-socketio/python-socketio-5.11.3.ebuild
index c6bafd5a1..8a1c5bb4c 100644
--- a/dev-python/python-socketio/python-socketio-5.11.3.ebuild
+++ b/dev-python/python-socketio/python-socketio-5.11.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
DESCRIPTION="Python implementation of the Socket.IO realtime server."
diff --git a/dev-python/python-socketio/python-socketio-5.11.4.ebuild
b/dev-python/python-socketio/python-socketio-5.11.4.ebuild
index c6bafd5a1..8a1c5bb4c 100644
--- a/dev-python/python-socketio/python-socketio-5.11.4.ebuild
+++ b/dev-python/python-socketio/python-socketio-5.11.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
DESCRIPTION="Python implementation of the Socket.IO realtime server."
diff --git a/games-rpg/snoot-game/snoot-game-1.12.0.ebuild
b/games-rpg/snoot-game/snoot-game-1.12.0.ebuild
index 6842c9aac..abb030446 100644
--- a/games-rpg/snoot-game/snoot-game-1.12.0.ebuild
+++ b/games-rpg/snoot-game/snoot-game-1.12.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit python-single-r1 desktop wrapper
MY_PV="Patch12-Monkeyborea"
diff --git a/gui-apps/organicmaps/organicmaps-9999.ebuild
b/gui-apps/organicmaps/organicmaps-9999.ebuild
index 4dcf37326..a9cba8493 100644
--- a/gui-apps/organicmaps/organicmaps-9999.ebuild
+++ b/gui-apps/organicmaps/organicmaps-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit git-r3 python-r1 xdg cmake
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
# this URL is to make the tests compile since organicmaps usually dynamically
clones the repo
diff --git a/net-misc/wsdd/wsdd-0.7.0.ebuild b/net-misc/wsdd/wsdd-0.7.0.ebuild
index e03ce61d3..3dd1f761a 100644
--- a/net-misc/wsdd/wsdd-0.7.0.ebuild
+++ b/net-misc/wsdd/wsdd-0.7.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
PYTHON_REQ_USE="xml(+)"
inherit python-r1 systemd
diff --git a/net-misc/wsdd/wsdd-0.7.1.ebuild b/net-misc/wsdd/wsdd-0.7.1.ebuild
index 188470670..85208938c 100644
--- a/net-misc/wsdd/wsdd-0.7.1.ebuild
+++ b/net-misc/wsdd/wsdd-0.7.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
PYTHON_REQ_USE="xml(+)"
inherit python-r1 systemd
diff --git a/net-misc/wsdd/wsdd-0.8.ebuild b/net-misc/wsdd/wsdd-0.8.ebuild
index 188470670..85208938c 100644
--- a/net-misc/wsdd/wsdd-0.8.ebuild
+++ b/net-misc/wsdd/wsdd-0.8.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
PYTHON_REQ_USE="xml(+)"
inherit python-r1 systemd
diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild
b/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild
index d927e8cc3..954f3b3f4 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_11 python3_12 )
+PYTHON_COMPAT=( python3_{11..12} )
inherit python-single-r1
diff --git a/sys-fs/jefferson/jefferson-0.4.5.ebuild
b/sys-fs/jefferson/jefferson-0.4.5.ebuild
index a67cebe00..49b7b258f 100644
--- a/sys-fs/jefferson/jefferson-0.4.5.ebuild
+++ b/sys-fs/jefferson/jefferson-0.4.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
diff --git a/sys-fs/jefferson/jefferson-0.4.6.ebuild
b/sys-fs/jefferson/jefferson-0.4.6.ebuild
index 78efab643..c27af6078 100644
--- a/sys-fs/jefferson/jefferson-0.4.6.ebuild
+++ b/sys-fs/jefferson/jefferson-0.4.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
diff --git a/x11-misc/i3-restore/i3-restore-4.1.ebuild
b/x11-misc/i3-restore/i3-restore-4.1.ebuild
index 20be2f28c..2057204fe 100644
--- a/x11-misc/i3-restore/i3-restore-4.1.ebuild
+++ b/x11-misc/i3-restore/i3-restore-4.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,11,12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit python-single-r1
DESCRIPTION="A simple bash + python script to restore your i3 session"