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 CBBD515817D for ; Sat, 22 Jun 2024 21:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E34ACE2A96; Sat, 22 Jun 2024 21:54:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C2732E2A96 for ; Sat, 22 Jun 2024 21:54:38 +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 D316533BF03 for ; Sat, 22 Jun 2024 21:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A548158E for ; Sat, 22 Jun 2024 21:54:36 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1719093134.89b1b8aaa4099c913f39cd961569dce8e6908346.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-katex/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild X-VCS-Directories: dev-python/sphinxcontrib-katex/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: 89b1b8aaa4099c913f39cd961569dce8e6908346 X-VCS-Branch: dev Date: Sat, 22 Jun 2024 21:54:36 +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: 7c29ec24-fde0-479f-9d84-6620adc55a32 X-Archives-Hash: 5ce55998a86d90d10bf04fb90ef77767 commit: 89b1b8aaa4099c913f39cd961569dce8e6908346 Author: Sergey Torokhov yandex ru> AuthorDate: Sat Jun 22 21:52:14 2024 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Sat Jun 22 21:52:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89b1b8aa dev-python/sphinxcontrib-katex: fix deps to compile with USE="doc" Closes: https://bugs.gentoo.org/934417 Signed-off-by: Sergey Torokhov yandex.ru> dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild index ce0d1d187..da30f99c8 100644 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild +++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.10.ebuild @@ -24,7 +24,8 @@ DOCS=() PATCHES="${FILESDIR}/${P}_fix_install.patch" distutils_enable_sphinx docs \ - dev-python/insipid-sphinx-theme + dev-python/insipid-sphinx-theme \ + dev-python/tomli distutils_enable_tests pytest