diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-05 10:36:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-05 11:55:46 +0100 |
commit | cd3f25deb13cf4d6c9d721d515dbf772a988426f (patch) | |
tree | 423ea2268525779097c812fd1bef71091c26dc89 /x11-misc | |
parent | sys-apps/openrc: arm stable wrt bug #704600 (diff) | |
download | gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.tar.gz gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.tar.bz2 gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.zip |
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc')
28 files changed, 54 insertions, 54 deletions
diff --git a/x11-misc/arandr/arandr-0.1.10.ebuild b/x11-misc/arandr/arandr-0.1.10.ebuild index 6025bf9d41d0..b87af6b67e95 100644 --- a/x11-misc/arandr/arandr-0.1.10.ebuild +++ b/x11-misc/arandr/arandr-0.1.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Another XRandR GUI" diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild b/x11-misc/compton/compton-0.1_beta2.ebuild index 74466afd44e4..feff59e96fab 100644 --- a/x11-misc/compton/compton-0.1_beta2.ebuild +++ b/x11-misc/compton/compton-0.1_beta2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit toolchain-funcs python-r1 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild index 0c8bdd5513e1..0f7593c40e94 100644 --- a/x11-misc/compton/compton-9999.ebuild +++ b/x11-misc/compton/compton-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit toolchain-funcs python-r1 git-r3 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" diff --git a/x11-misc/dex/dex-0.7.ebuild b/x11-misc/dex/dex-0.7.ebuild index 6a33b5291fc0..e52e252fa36f 100644 --- a/x11-misc/dex/dex-0.7.ebuild +++ b/x11-misc/dex/dex-0.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils python-r1 diff --git a/x11-misc/dex/dex-0.8.0.ebuild b/x11-misc/dex/dex-0.8.0.ebuild index 884e68324b45..5a6949640992 100644 --- a/x11-misc/dex/dex-0.8.0.ebuild +++ b/x11-misc/dex/dex-0.8.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit python-r1 diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.41.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.41.ebuild index 73b3a4132933..d908f0435de6 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-2.41.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-2.41.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5..7} ) +PYTHON_COMPAT=( python3_{6..7} ) inherit gnome2-utils python-single-r1 diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.45.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.45.ebuild index 213fbc54cfab..2821516f45f3 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-2.45.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-2.45.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5..7} ) +PYTHON_COMPAT=( python3_{6..7} ) inherit python-single-r1 xdg-utils diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild index 2f4a08da79af..e456a7686da9 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5..7} ) +PYTHON_COMPAT=( python3_{6..7} ) inherit python-single-r1 xdg-utils diff --git a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild index 2f4a08da79af..e456a7686da9 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5..7} ) +PYTHON_COMPAT=( python3_{6..7} ) inherit python-single-r1 xdg-utils diff --git a/x11-misc/menulibre/menulibre-2.1.3.ebuild b/x11-misc/menulibre/menulibre-2.1.3.ebuild index 0ab8c17daeec..f13ed5126411 100644 --- a/x11-misc/menulibre/menulibre-2.1.3.ebuild +++ b/x11-misc/menulibre/menulibre-2.1.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="xml" DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 eutils gnome2-utils versionator diff --git a/x11-misc/menulibre/menulibre-2.2.0.ebuild b/x11-misc/menulibre/menulibre-2.2.0.ebuild index 97b0e080e86e..a64c550a85f0 100644 --- a/x11-misc/menulibre/menulibre-2.2.0.ebuild +++ b/x11-misc/menulibre/menulibre-2.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="xml" DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 eutils gnome2-utils versionator diff --git a/x11-misc/menulibre/menulibre-2.2.1.ebuild b/x11-misc/menulibre/menulibre-2.2.1.ebuild index c0aa8ef2a8d2..95d8dcfbf47a 100644 --- a/x11-misc/menulibre/menulibre-2.2.1.ebuild +++ b/x11-misc/menulibre/menulibre-2.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="xml" DISTUTILS_IN_SOURCE_BUILD=1 inherit desktop distutils-r1 xdg-utils diff --git a/x11-misc/menumaker/menumaker-0.99.10.ebuild b/x11-misc/menumaker/menumaker-0.99.10.ebuild index c2950bbcf4ae..b531cdbc0e18 100644 --- a/x11-misc/menumaker/menumaker-0.99.10.ebuild +++ b/x11-misc/menumaker/menumaker-0.99.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit autotools python-r1 diff --git a/x11-misc/menumaker/menumaker-0.99.11.ebuild b/x11-misc/menumaker/menumaker-0.99.11.ebuild index 81798732faf1..21e963349547 100644 --- a/x11-misc/menumaker/menumaker-0.99.11.ebuild +++ b/x11-misc/menumaker/menumaker-0.99.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit autotools python-r1 diff --git a/x11-misc/mozo/mozo-1.22.0.ebuild b/x11-misc/mozo/mozo-1.22.0.ebuild index 8becd64fa9d0..e6c4de3fb470 100644 --- a/x11-misc/mozo/mozo-1.22.0.ebuild +++ b/x11-misc/mozo/mozo-1.22.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="xml" inherit python-r1 mate diff --git a/x11-misc/mozo/mozo-1.22.1.ebuild b/x11-misc/mozo/mozo-1.22.1.ebuild index dec4df03ee1f..a8fcc6e410aa 100644 --- a/x11-misc/mozo/mozo-1.22.1.ebuild +++ b/x11-misc/mozo/mozo-1.22.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="xml" inherit python-r1 mate diff --git a/x11-misc/mugshot/mugshot-0.4.1.ebuild b/x11-misc/mugshot/mugshot-0.4.1.ebuild index ca234d9d97cc..b64746d894fc 100644 --- a/x11-misc/mugshot/mugshot-0.4.1.ebuild +++ b/x11-misc/mugshot/mugshot-0.4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 eapi7-ver gnome2-utils diff --git a/x11-misc/mugshot/mugshot-0.4.2-r1.ebuild b/x11-misc/mugshot/mugshot-0.4.2-r1.ebuild index d73d30cc473e..2341865d2256 100644 --- a/x11-misc/mugshot/mugshot-0.4.2-r1.ebuild +++ b/x11-misc/mugshot/mugshot-0.4.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS="no" -PYTHON_COMPAT=( python3_{5,6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 gnome2-utils xdg-utils diff --git a/x11-misc/picom/picom-7.5.ebuild b/x11-misc/picom/picom-7.5.ebuild index e65767f61e79..5631ce394b05 100644 --- a/x11-misc/picom/picom-7.5.ebuild +++ b/x11-misc/picom/picom-7.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit meson python-r1 xdg DESCRIPTION="A lightweight compositor for X11 (previously a compton fork)" diff --git a/x11-misc/py3status/py3status-3.23.ebuild b/x11-misc/py3status/py3status-3.23.ebuild index e4dbfc416127..9a663f1dbd32 100644 --- a/x11-misc/py3status/py3status-3.23.ebuild +++ b/x11-misc/py3status/py3status-3.23.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_6,3_7} ) SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/x11-misc/redshift/redshift-1.12-r3.ebuild b/x11-misc/redshift/redshift-1.12-r3.ebuild index b0a34731e938..609b219706ae 100644 --- a/x11-misc/redshift/redshift-1.12-r3.ebuild +++ b/x11-misc/redshift/redshift-1.12-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit systemd autotools eutils gnome2-utils python-r1 diff --git a/x11-misc/safeeyes/safeeyes-2.0.8.1.ebuild b/x11-misc/safeeyes/safeeyes-2.0.8.1.ebuild index aac9bb4a3101..583b24353a25 100644 --- a/x11-misc/safeeyes/safeeyes-2.0.8.1.ebuild +++ b/x11-misc/safeeyes/safeeyes-2.0.8.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit gnome2-utils xdg distutils-r1 DESCRIPTION="Linux alternative to EyeLeo" diff --git a/x11-misc/safeeyes/safeeyes-2.0.8.ebuild b/x11-misc/safeeyes/safeeyes-2.0.8.ebuild index aac9bb4a3101..583b24353a25 100644 --- a/x11-misc/safeeyes/safeeyes-2.0.8.ebuild +++ b/x11-misc/safeeyes/safeeyes-2.0.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit gnome2-utils xdg distutils-r1 DESCRIPTION="Linux alternative to EyeLeo" diff --git a/x11-misc/safeeyes/safeeyes-2.0.9.ebuild b/x11-misc/safeeyes/safeeyes-2.0.9.ebuild index aac9bb4a3101..583b24353a25 100644 --- a/x11-misc/safeeyes/safeeyes-2.0.9.ebuild +++ b/x11-misc/safeeyes/safeeyes-2.0.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit gnome2-utils xdg distutils-r1 DESCRIPTION="Linux alternative to EyeLeo" diff --git a/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild b/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild index 2f9d630b7675..0efff0431536 100644 --- a/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild +++ b/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 gnome2-utils xdg-utils diff --git a/x11-misc/zim/zim-0.71.1.ebuild b/x11-misc/zim/zim-0.71.1.ebuild index 99b03d91550e..17560f2d59f1 100644 --- a/x11-misc/zim/zim-0.71.1.ebuild +++ b/x11-misc/zim/zim-0.71.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL=1 inherit xdg-utils distutils-r1 gnome2-utils virtualx diff --git a/x11-misc/zim/zim-0.72.0.ebuild b/x11-misc/zim/zim-0.72.0.ebuild index 1dbe5acb22de..7d6ec427d216 100644 --- a/x11-misc/zim/zim-0.72.0.ebuild +++ b/x11-misc/zim/zim-0.72.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL=1 inherit xdg-utils distutils-r1 virtualx diff --git a/x11-misc/zim/zim-0.72.1.ebuild b/x11-misc/zim/zim-0.72.1.ebuild index fc97a619f426..7d6ec427d216 100644 --- a/x11-misc/zim/zim-0.72.1.ebuild +++ b/x11-misc/zim/zim-0.72.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL=1 inherit xdg-utils distutils-r1 virtualx |