From 4207fd278eaf0b1408c79e94a2751c72a5b98693 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 21 Feb 2025 18:12:56 +0500 Subject: [PATCH] */*: apply style fixes after py3.10 cleanup Signed-off-by: Anna (cybertailor) Vyalkova --- 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 +- .../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 +- .../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 bfd6f60a16..3817993909 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 be86ec64da..2935bef71d 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 b714e432f7..886fd70625 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 b35bc1d4b1..8604825838 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 3fafa48fbe..dc22ea05fd 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=" zvariant_utils@1.0.1 zxcvbn@2.2.2 " -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 26c3e1c64d..980b797d55 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 1591703cca..b56c0fb5e8 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 18a4ff1b58..a9cae51403 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 a8179d0fc8..10d8ea2a4c 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 2ab8adcce9..4aa1cd95eb 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 be48e925ea..afd00ea619 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 21fd8f2ece..34e8263368 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 8c71ae210c..5b6a09346e 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 a08bc884aa..d454921011 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 bf9118cd85..5606a3c6b5 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 1abbe3b275..57897dd820 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 eb6d10e016..e304c479c7 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 153b479370..aa3b7f2f1f 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 0cb2608a78..c7eb1c151a 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 89047c18eb..4ec45b1564 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 89047c18eb..4ec45b1564 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 a1f89bd696..7213093184 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 c6bafd5a1c..8a1c5bb4c4 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 c6bafd5a1c..8a1c5bb4c4 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 6842c9aacb..abb030446c 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 4dcf373266..a9cba84938 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 e03ce61d3b..3dd1f761ac 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 1884706700..85208938cd 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 1884706700..85208938cd 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 d927e8cc38..954f3b3f48 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 a67cebe006..49b7b258f2 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 78efab6432..c27af60780 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 20be2f28c5..2057204fe0 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"