commit:     dce3bd4fb7077a89de90e6d16b5c24ac58af71d7
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 11:55:38 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 12:04:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce3bd4f

www-client/qutebrowser: cleanup py3.8 and importlib_resources dep

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 www-client/qutebrowser/qutebrowser-2.5.2-r1.ebuild      | 5 ++---
 www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild | 6 ++----
 www-client/qutebrowser/qutebrowser-9999.ebuild          | 5 ++---
 3 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/www-client/qutebrowser/qutebrowser-2.5.2-r1.ebuild 
b/www-client/qutebrowser/qutebrowser-2.5.2-r1.ebuild
index 459d498416d1..1e0b94274b51 100644
--- a/www-client/qutebrowser/qutebrowser-2.5.2-r1.ebuild
+++ b/www-client/qutebrowser/qutebrowser-2.5.2-r1.ebuild
@@ -1,11 +1,11 @@
-# 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
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1 xdg
 
 if [[ ${PV} == 9999 ]]; then
@@ -26,7 +26,6 @@ IUSE="+adblock pdf widevine"
 RDEPEND="
        dev-qt/qtcore:5[icu]
        dev-qt/qtgui:5[png]
-       $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' 3.8)
        $(python_gen_cond_dep '
                dev-python/colorama[${PYTHON_USEDEP}]
                >=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]

diff --git a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild 
b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
index 08fc978ae6f4..5fa6c903ac8c 100644
--- a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
+++ b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
@@ -1,11 +1,11 @@
-# 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
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1 multiprocessing xdg
 
 if [[ ${PV} == *9999 ]]; then
@@ -25,8 +25,6 @@ SLOT="0"
 IUSE="+adblock pdf +qt6 widevine"
 
 RDEPEND="
-       $(python_gen_cond_dep '
-               dev-python/importlib_resources[${PYTHON_USEDEP}]' 3.8)
        $(python_gen_cond_dep '
                dev-python/colorama[${PYTHON_USEDEP}]
                >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]

diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild 
b/www-client/qutebrowser/qutebrowser-9999.ebuild
index c4bb985b2edc..3d0c12b40655 100644
--- a/www-client/qutebrowser/qutebrowser-9999.ebuild
+++ b/www-client/qutebrowser/qutebrowser-9999.ebuild
@@ -1,11 +1,11 @@
-# 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
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1 xdg
 
 if [[ ${PV} == 9999 ]]; then
@@ -26,7 +26,6 @@ IUSE="+adblock pdf widevine"
 RDEPEND="
        dev-qt/qtcore:5[icu]
        dev-qt/qtgui:5[png]
-       $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' 3.8)
        $(python_gen_cond_dep '
                dev-python/colorama[${PYTHON_USEDEP}]
                >=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]

Reply via email to