From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 305F915800F for ; Sat, 14 Jan 2023 12:07:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C78AE086C; Sat, 14 Jan 2023 12:07:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 398FEE086C for ; Sat, 14 Jan 2023 12:07:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2586E340E65 for ; Sat, 14 Jan 2023 12:07:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CCB882C for ; Sat, 14 Jan 2023 12:07:54 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1673697865.dce3bd4fb7077a89de90e6d16b5c24ac58af71d7.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qutebrowser/qutebrowser-2.5.2-r1.ebuild www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild www-client/qutebrowser/qutebrowser-9999.ebuild X-VCS-Directories: www-client/qutebrowser/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: dce3bd4fb7077a89de90e6d16b5c24ac58af71d7 X-VCS-Branch: master Date: Sat, 14 Jan 2023 12:07:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8177575c-8ed6-455a-aa0c-6d94d5ad598d X-Archives-Hash: 06ff3330ed75937a95e648aac243d59c commit: dce3bd4fb7077a89de90e6d16b5c24ac58af71d7 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Jan 14 11:55:38 2023 +0000 Commit: Ionen Wolkens gentoo 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 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}]