From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6689E1580F6 for ; Mon, 19 May 2025 18:08:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4F660343125 for ; Mon, 19 May 2025 18:08:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3DA3E1103DE; Mon, 19 May 2025 18:08:53 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 366D21103DE for ; Mon, 19 May 2025 18:08:53 +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 D85393430C6 for ; Mon, 19 May 2025 18:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 428072741 for ; Mon, 19 May 2025 18:08:51 +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: <1747678124.2cc9927286ca518ae4aa0df25b1101a182c168c5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click/click-8.2.0.ebuild X-VCS-Directories: dev-python/click/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2cc9927286ca518ae4aa0df25b1101a182c168c5 X-VCS-Branch: master Date: Mon, 19 May 2025 18:08:51 +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: 759bc380-1dc0-407f-bd8c-9acf82e26584 X-Archives-Hash: 1a6673820f8c489233fb43b8aa9d3902 commit: 2cc9927286ca518ae4aa0df25b1101a182c168c5 Author: Michał Górny gentoo org> AuthorDate: Mon May 19 17:59:04 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 19 18:08:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc99272 dev-python/click: Update doc deps Closes: https://bugs.gentoo.org/956313 Signed-off-by: Michał Górny gentoo.org> dev-python/click/click-8.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/click/click-8.2.0.ebuild b/dev-python/click/click-8.2.0.ebuild index 612d85078bbd..7a8d0bb1dc4f 100644 --- a/dev-python/click/click-8.2.0.ebuild +++ b/dev-python/click/click-8.2.0.ebuild @@ -26,9 +26,9 @@ IUSE="examples" distutils_enable_sphinx docs \ '>=dev-python/docutils-0.14' \ + dev-python/myst-parser \ dev-python/pallets-sphinx-themes \ dev-python/sphinxcontrib-log-cabinet \ - dev-python/sphinx-issues \ dev-python/sphinx-tabs distutils_enable_tests pytest