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 4C6EC15800A for ; Wed, 19 Jul 2023 11:10:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02824E07E2; Wed, 19 Jul 2023 11:10:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D9B47E07EC for ; Wed, 19 Jul 2023 11:10:13 +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 794AE340E3C for ; Wed, 19 Jul 2023 11:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6CBFBC4 for ; Wed, 19 Jul 2023 11:10:09 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1689764995.01f065b6e45aa99fc7ca63d8ba83a148c5a22b8e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbconvert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbconvert/nbconvert-7.3.1-r1.ebuild dev-python/nbconvert/nbconvert-7.4.0-r1.ebuild dev-python/nbconvert/nbconvert-7.6.0.ebuild dev-python/nbconvert/nbconvert-7.7.1.ebuild X-VCS-Directories: dev-python/nbconvert/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 01f065b6e45aa99fc7ca63d8ba83a148c5a22b8e X-VCS-Branch: master Date: Wed, 19 Jul 2023 11:10:09 +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: 4c43ffb3-2339-42fb-b564-42bfeb33debe X-Archives-Hash: 88f80ce52742ed86e3ffb11fcd20377d commit: 01f065b6e45aa99fc7ca63d8ba83a148c5a22b8e Author: Michał Górny gentoo org> AuthorDate: Wed Jul 19 11:04:17 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 19 11:09:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f065b6 dev-python/nbconvert: Eliminate stale python_gen_cond_dep Signed-off-by: Michał Górny gentoo.org> dev-python/nbconvert/nbconvert-7.3.1-r1.ebuild | 3 --- dev-python/nbconvert/nbconvert-7.4.0-r1.ebuild | 3 --- dev-python/nbconvert/nbconvert-7.6.0.ebuild | 3 --- dev-python/nbconvert/nbconvert-7.7.1.ebuild | 3 --- 4 files changed, 12 deletions(-) diff --git a/dev-python/nbconvert/nbconvert-7.3.1-r1.ebuild b/dev-python/nbconvert/nbconvert-7.3.1-r1.ebuild index 089bfb2a087c..cdd1c8a03d49 100644 --- a/dev-python/nbconvert/nbconvert-7.3.1-r1.ebuild +++ b/dev-python/nbconvert/nbconvert-7.3.1-r1.ebuild @@ -24,9 +24,6 @@ RDEPEND=" dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/bleach[${PYTHON_USEDEP}] dev-python/defusedxml[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}] - ' 3.9) >=dev-python/jinja-3.0[${PYTHON_USEDEP}] >=dev-python/jupyter-core-4.7[${PYTHON_USEDEP}] dev-python/jupyterlab-pygments[${PYTHON_USEDEP}] diff --git a/dev-python/nbconvert/nbconvert-7.4.0-r1.ebuild b/dev-python/nbconvert/nbconvert-7.4.0-r1.ebuild index e962142dfa5b..0fc2bbc82b2a 100644 --- a/dev-python/nbconvert/nbconvert-7.4.0-r1.ebuild +++ b/dev-python/nbconvert/nbconvert-7.4.0-r1.ebuild @@ -24,9 +24,6 @@ RDEPEND=" dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/bleach[${PYTHON_USEDEP}] dev-python/defusedxml[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}] - ' 3.9) >=dev-python/jinja-3.0[${PYTHON_USEDEP}] >=dev-python/jupyter-core-4.7[${PYTHON_USEDEP}] dev-python/jupyterlab-pygments[${PYTHON_USEDEP}] diff --git a/dev-python/nbconvert/nbconvert-7.6.0.ebuild b/dev-python/nbconvert/nbconvert-7.6.0.ebuild index efe9966bf234..90ab37b75fc4 100644 --- a/dev-python/nbconvert/nbconvert-7.6.0.ebuild +++ b/dev-python/nbconvert/nbconvert-7.6.0.ebuild @@ -23,9 +23,6 @@ RDEPEND=" dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/bleach[${PYTHON_USEDEP}] dev-python/defusedxml[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}] - ' 3.9) >=dev-python/jinja-3.0[${PYTHON_USEDEP}] >=dev-python/jupyter-core-4.7[${PYTHON_USEDEP}] dev-python/jupyterlab-pygments[${PYTHON_USEDEP}] diff --git a/dev-python/nbconvert/nbconvert-7.7.1.ebuild b/dev-python/nbconvert/nbconvert-7.7.1.ebuild index efe9966bf234..90ab37b75fc4 100644 --- a/dev-python/nbconvert/nbconvert-7.7.1.ebuild +++ b/dev-python/nbconvert/nbconvert-7.7.1.ebuild @@ -23,9 +23,6 @@ RDEPEND=" dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/bleach[${PYTHON_USEDEP}] dev-python/defusedxml[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}] - ' 3.9) >=dev-python/jinja-3.0[${PYTHON_USEDEP}] >=dev-python/jupyter-core-4.7[${PYTHON_USEDEP}] dev-python/jupyterlab-pygments[${PYTHON_USEDEP}]