diff options
author | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
commit | ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 (patch) | |
tree | 3a39616d9a763db526cec9d2562da20ec1c456a8 /sys-process | |
parent | sci-mathematics/form: bump to 4.3.0 (diff) | |
download | gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.gz gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.bz2 gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.zip |
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/audit-3.0-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-process/audit/audit-3.0.6-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-process/audit/audit-3.0.7-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-process/audit/audit-3.0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/audit/audit-3.0.9-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-process/bcron/bcron-0.11.ebuild | 4 | ||||
-rw-r--r-- | sys-process/bpytop/bpytop-1.0.68-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/criu/criu-3.15-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-process/criu/criu-3.15.ebuild | 4 | ||||
-rw-r--r-- | sys-process/criu/criu-3.16.1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/criu/criu-3.17-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/glances/glances-3.3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/htop/htop-3.2.1-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-process/htop/htop-9999.ebuild | 4 | ||||
-rw-r--r-- | sys-process/iotop/iotop-0.6.ebuild | 4 | ||||
-rw-r--r-- | sys-process/systemd-cron/systemd-cron-1.15.19-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-process/systemd-cron/systemd-cron-1.15.19.ebuild | 4 | ||||
-rw-r--r-- | sys-process/systemd-cron/systemd-cron-1.5.18.ebuild | 4 |
18 files changed, 34 insertions, 34 deletions
diff --git a/sys-process/audit/audit-3.0-r2.ebuild b/sys-process/audit/audit-3.0-r2.ebuild index 4446d3daba15..9fff712f7911 100644 --- a/sys-process/audit/audit-3.0-r2.ebuild +++ b/sys-process/audit/audit-3.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_9 ) inherit multilib multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript diff --git a/sys-process/audit/audit-3.0.6-r2.ebuild b/sys-process/audit/audit-3.0.6-r2.ebuild index 552096ee5f15..10d1ec62119c 100644 --- a/sys-process/audit/audit-3.0.6-r2.ebuild +++ b/sys-process/audit/audit-3.0.6-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript diff --git a/sys-process/audit/audit-3.0.7-r2.ebuild b/sys-process/audit/audit-3.0.7-r2.ebuild index eef2938cd549..0b4fa332e869 100644 --- a/sys-process/audit/audit-3.0.7-r2.ebuild +++ b/sys-process/audit/audit-3.0.7-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript diff --git a/sys-process/audit/audit-3.0.8-r1.ebuild b/sys-process/audit/audit-3.0.8-r1.ebuild index a91da25d14bf..f785fbc7c6b1 100644 --- a/sys-process/audit/audit-3.0.8-r1.ebuild +++ b/sys-process/audit/audit-3.0.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ EAPI=7 # check Fedora's packaging (https://src.fedoraproject.org/rpms/audit/tree/rawhide) # on bumps (or if hitting a bug) to see what they've done there. -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript diff --git a/sys-process/audit/audit-3.0.9-r1.ebuild b/sys-process/audit/audit-3.0.9-r1.ebuild index cd894f28013c..786fde7caa73 100644 --- a/sys-process/audit/audit-3.0.9-r1.ebuild +++ b/sys-process/audit/audit-3.0.9-r1.ebuild @@ -7,7 +7,7 @@ EAPI=8 # check Fedora's packaging (https://src.fedoraproject.org/rpms/audit/tree/rawhide) # on bumps (or if hitting a bug) to see what they've done there. -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript diff --git a/sys-process/bcron/bcron-0.11.ebuild b/sys-process/bcron/bcron-0.11.ebuild index d8c4cf31463f..93064a15df64 100644 --- a/sys-process/bcron/bcron-0.11.ebuild +++ b/sys-process/bcron/bcron-0.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cron python-any-r1 toolchain-funcs diff --git a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild index 70dd6357c461..0b7da113d802 100644 --- a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild +++ b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 diff --git a/sys-process/criu/criu-3.15-r3.ebuild b/sys-process/criu/criu-3.15-r3.ebuild index ff96ba74e999..f4108c16202b 100644 --- a/sys-process/criu/criu-3.15-r3.ebuild +++ b/sys-process/criu/criu-3.15-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_9 ) inherit toolchain-funcs linux-info python-r1 diff --git a/sys-process/criu/criu-3.15.ebuild b/sys-process/criu/criu-3.15.ebuild index 563fc774acf9..283d46ee4859 100644 --- a/sys-process/criu/criu-3.15.ebuild +++ b/sys-process/criu/criu-3.15.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_9 ) inherit toolchain-funcs linux-info python-r1 diff --git a/sys-process/criu/criu-3.16.1.ebuild b/sys-process/criu/criu-3.16.1.ebuild index 66056971d833..7c36938828cc 100644 --- a/sys-process/criu/criu-3.16.1.ebuild +++ b/sys-process/criu/criu-3.16.1.ebuild @@ -1,9 +1,9 @@ -# 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_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit toolchain-funcs linux-info python-r1 diff --git a/sys-process/criu/criu-3.17-r1.ebuild b/sys-process/criu/criu-3.17-r1.ebuild index 22cf532a2154..5a3ee203df0d 100644 --- a/sys-process/criu/criu-3.17-r1.ebuild +++ b/sys-process/criu/criu-3.17-r1.ebuild @@ -1,9 +1,9 @@ -# 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_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit toolchain-funcs linux-info python-r1 diff --git a/sys-process/glances/glances-3.3.0-r1.ebuild b/sys-process/glances/glances-3.3.0-r1.ebuild index 17d31d273066..41ea0bc59769 100644 --- a/sys-process/glances/glances-3.3.0-r1.ebuild +++ b/sys-process/glances/glances-3.3.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( pypy3 python3_{8..11} ) +PYTHON_COMPAT=( pypy3 python3_{9..11} ) PYTHON_REQ_USE="ncurses" DISTUTILS_USE_PEP517=setuptools diff --git a/sys-process/htop/htop-3.2.1-r2.ebuild b/sys-process/htop/htop-3.2.1-r2.ebuild index db862d79f9a1..6814598d8439 100644 --- a/sys-process/htop/htop-3.2.1-r2.ebuild +++ b/sys-process/htop/htop-3.2.1-r2.ebuild @@ -1,9 +1,9 @@ -# 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_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) # We avoid xdg.eclass here because it'll pull in glib, desktop utils on # htop which is often used on headless machines. bug #787470 diff --git a/sys-process/htop/htop-9999.ebuild b/sys-process/htop/htop-9999.ebuild index 7d41590b84b1..7080f7e4ba08 100644 --- a/sys-process/htop/htop-9999.ebuild +++ b/sys-process/htop/htop-9999.ebuild @@ -1,9 +1,9 @@ -# 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_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) # We avoid xdg.eclass here because it'll pull in glib, desktop utils on # htop which is often used on headless machines. bug #787470 diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild index 78fc5d45b1d3..ddda92f971fe 100644 --- a/sys-process/iotop/iotop-0.6.ebuild +++ b/sys-process/iotop/iotop-0.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="ncurses(+)" DISTUTILS_USE_SETUPTOOLS=no diff --git a/sys-process/systemd-cron/systemd-cron-1.15.19-r1.ebuild b/sys-process/systemd-cron/systemd-cron-1.15.19-r1.ebuild index aedb1ef00c44..c32402b2ec85 100644 --- a/sys-process/systemd-cron/systemd-cron-1.15.19-r1.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.15.19-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{8..11} ) +PYTHON_COMPAT=( pypy3 python3_{9..11} ) inherit python-single-r1 systemd DESCRIPTION="systemd units to create timers for cron directories and crontab" diff --git a/sys-process/systemd-cron/systemd-cron-1.15.19.ebuild b/sys-process/systemd-cron/systemd-cron-1.15.19.ebuild index 901357eed0a5..9a2d4907085b 100644 --- a/sys-process/systemd-cron/systemd-cron-1.15.19.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.15.19.ebuild @@ -1,8 +1,8 @@ -# 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=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{9..10} ) inherit python-single-r1 systemd DESCRIPTION="systemd units to create timers for cron directories and crontab" diff --git a/sys-process/systemd-cron/systemd-cron-1.5.18.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.18.ebuild index cbbce93dba4d..ec21aaf808ea 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.18.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.18.ebuild @@ -1,8 +1,8 @@ -# 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=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{9..10} ) inherit python-single-r1 systemd DESCRIPTION="systemd units to create timers for cron directories and crontab" |