From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1538760-garchives=archives.gentoo.org@lists.gentoo.org>
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 56E3B15800A
	for <garchives@archives.gentoo.org>; Wed, 19 Jul 2023 11:10:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B441FE07F6;
	Wed, 19 Jul 2023 11:10:14 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9D1A6E07F2
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jul 2023 11:10:14 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id DE1AF340E53
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jul 2023 11:10:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C8F6BCC
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jul 2023 11:10:10 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1689765002.5c9a7e465571c6dd2a938ab8c99c037012564370.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/sphinx/sphinx-5.3.0.ebuild dev-python/sphinx/sphinx-6.1.3.ebuild dev-python/sphinx/sphinx-6.2.0.ebuild dev-python/sphinx/sphinx-6.2.1.ebuild dev-python/sphinx/sphinx-7.0.0.ebuild dev-python/sphinx/sphinx-7.0.1.ebuild
X-VCS-Directories: dev-python/sphinx/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 5c9a7e465571c6dd2a938ab8c99c037012564370
X-VCS-Branch: master
Date: Wed, 19 Jul 2023 11:10:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9aad7ce3-936c-4ed0-99a0-bac268713f09
X-Archives-Hash: acd779d632d1fa985f22dd2a920d6d0f

commit:     5c9a7e465571c6dd2a938ab8c99c037012564370
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 11:04:24 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 11:10:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9a7e46

dev-python/sphinx: Eliminate stale python_gen_cond_dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinx/sphinx-5.3.0.ebuild | 3 ---
 dev-python/sphinx/sphinx-6.1.3.ebuild | 3 ---
 dev-python/sphinx/sphinx-6.2.0.ebuild | 3 ---
 dev-python/sphinx/sphinx-6.2.1.ebuild | 3 ---
 dev-python/sphinx/sphinx-7.0.0.ebuild | 3 ---
 dev-python/sphinx/sphinx-7.0.1.ebuild | 3 ---
 6 files changed, 18 deletions(-)

diff --git a/dev-python/sphinx/sphinx-5.3.0.ebuild b/dev-python/sphinx/sphinx-5.3.0.ebuild
index 59f6b07a942b..ddbbb78e4580 100644
--- a/dev-python/sphinx/sphinx-5.3.0.ebuild
+++ b/dev-python/sphinx/sphinx-5.3.0.ebuild
@@ -41,9 +41,6 @@ RDEPEND="
 	>=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
 	dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
 	>=dev-python/packaging-21.0[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/importlib-metadata-4.8[${PYTHON_USEDEP}]
-	' 3.8 3.9)
 	latex? (
 		dev-texlive/texlive-latexextra
 		dev-texlive/texlive-luatex

diff --git a/dev-python/sphinx/sphinx-6.1.3.ebuild b/dev-python/sphinx/sphinx-6.1.3.ebuild
index 03ffa67fb3ad..cda7c15b4c05 100644
--- a/dev-python/sphinx/sphinx-6.1.3.ebuild
+++ b/dev-python/sphinx/sphinx-6.1.3.ebuild
@@ -42,9 +42,6 @@ RDEPEND="
 	>=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
 	dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
 	>=dev-python/packaging-21.0[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/importlib-metadata-4.8[${PYTHON_USEDEP}]
-	' 3.8 3.9)
 	latex? (
 		dev-texlive/texlive-latexextra
 		dev-texlive/texlive-luatex

diff --git a/dev-python/sphinx/sphinx-6.2.0.ebuild b/dev-python/sphinx/sphinx-6.2.0.ebuild
index 798699cb893b..642b206d543f 100644
--- a/dev-python/sphinx/sphinx-6.2.0.ebuild
+++ b/dev-python/sphinx/sphinx-6.2.0.ebuild
@@ -42,9 +42,6 @@ RDEPEND="
 	>=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
 	dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
 	>=dev-python/packaging-21.0[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/importlib-metadata-4.8[${PYTHON_USEDEP}]
-	' 3.8 3.9)
 	latex? (
 		dev-texlive/texlive-latexextra
 		dev-texlive/texlive-luatex

diff --git a/dev-python/sphinx/sphinx-6.2.1.ebuild b/dev-python/sphinx/sphinx-6.2.1.ebuild
index 081700885831..5f63f481c3f5 100644
--- a/dev-python/sphinx/sphinx-6.2.1.ebuild
+++ b/dev-python/sphinx/sphinx-6.2.1.ebuild
@@ -42,9 +42,6 @@ RDEPEND="
 	>=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
 	dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
 	>=dev-python/packaging-21.0[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/importlib-metadata-4.8[${PYTHON_USEDEP}]
-	' 3.8 3.9)
 	latex? (
 		dev-texlive/texlive-latexextra
 		dev-texlive/texlive-luatex

diff --git a/dev-python/sphinx/sphinx-7.0.0.ebuild b/dev-python/sphinx/sphinx-7.0.0.ebuild
index 798699cb893b..642b206d543f 100644
--- a/dev-python/sphinx/sphinx-7.0.0.ebuild
+++ b/dev-python/sphinx/sphinx-7.0.0.ebuild
@@ -42,9 +42,6 @@ RDEPEND="
 	>=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
 	dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
 	>=dev-python/packaging-21.0[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/importlib-metadata-4.8[${PYTHON_USEDEP}]
-	' 3.8 3.9)
 	latex? (
 		dev-texlive/texlive-latexextra
 		dev-texlive/texlive-luatex

diff --git a/dev-python/sphinx/sphinx-7.0.1.ebuild b/dev-python/sphinx/sphinx-7.0.1.ebuild
index ac0941e386fe..f72ef5926516 100644
--- a/dev-python/sphinx/sphinx-7.0.1.ebuild
+++ b/dev-python/sphinx/sphinx-7.0.1.ebuild
@@ -42,9 +42,6 @@ RDEPEND="
 	>=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
 	dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
 	>=dev-python/packaging-21.0[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/importlib-metadata-4.8[${PYTHON_USEDEP}]
-	' 3.9)
 	latex? (
 		dev-texlive/texlive-latexextra
 		dev-texlive/texlive-luatex