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 C06FD15800D for ; Sun, 2 Jul 2023 17:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0762DE086D; Sun, 2 Jul 2023 17:20:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD19FE086D for ; Sun, 2 Jul 2023 17:20:56 +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 D3727335CDF for ; Sun, 2 Jul 2023 17:20:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 114CA51F for ; Sun, 2 Jul 2023 17:20:54 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1688318447.6f536d6f479ea28177c3213a073bc5b43f9442a5.cybertailor@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.6.ebuild X-VCS-Directories: dev-python/sphinxcontrib-katex/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 6f536d6f479ea28177c3213a073bc5b43f9442a5 X-VCS-Branch: dev Date: Sun, 2 Jul 2023 17:20: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: f38eda0f-3ed5-4156-a9f7-9fb5abe2ab3a X-Archives-Hash: e0bb8e75803d3d81e48567345c52bd60 commit: 6f536d6f479ea28177c3213a073bc5b43f9442a5 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jul 2 17:20:47 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Jul 2 17:20:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f536d6f dev-python/sphinxcontrib-katex: unkeyword 0.9.6 for ~x86 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> .../sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild index 8d103276c..91f6f0b80 100644 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild +++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild @@ -14,20 +14,18 @@ HOMEPAGE="https://github.com/hagenw/sphinxcontrib-katex" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" >=dev-python/sphinx-4.5.0-r1[${PYTHON_USEDEP}] - doc? ( dev-python/insipid-sphinx-theme ) " -DOCS=() - -distutils_enable_sphinx docs +distutils_enable_sphinx docs \ + dev-python/insipid-sphinx-theme src_prepare() { - default sed -i -e 's/license_file/license_files/' setup.cfg || die + distutils-r1_src_prepare } python_install_all() {