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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6FCC138350 for ; Thu, 9 Apr 2020 11:32:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDF7BE0970; Thu, 9 Apr 2020 11:32:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86A80E0970 for ; Thu, 9 Apr 2020 11:32:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5471834EF31 for ; Thu, 9 Apr 2020 11:32:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B34C99C for ; Thu, 9 Apr 2020 11:32:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586431911.5dc87e99cd5f6908351596ee1e7ee6c5c40e33df.andrewammerlaan@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.6.0.ebuild X-VCS-Directories: dev-python/sphinxcontrib-katex/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5dc87e99cd5f6908351596ee1e7ee6c5c40e33df X-VCS-Branch: dev Date: Thu, 9 Apr 2020 11:32:05 +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: b0e5d4e4-2694-4f1a-93a4-227a3182a727 X-Archives-Hash: 902afee5eca7247079c6680216ddacc6 Message-ID: <20200409113205.RXFexOgMVjLeSh0xkKCYmqpeo0Z-tybHoiYn6HtKDHI@z> commit: 5dc87e99cd5f6908351596ee1e7ee6c5c40e33df Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 9 11:31:51 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 9 11:31:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5dc87e99 dev-python/sphinxcontrib-katex: distutils_enable_sphinx for doc building enables USE="doc" for building package's documentation Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild index aee195e..f355a0b 100644 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild +++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild @@ -15,10 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DOCS=( "CONTRIBUTING.rst" "README.rst" ) +distutils_enable_sphinx docs + python_install_all() { distutils-r1_python_install_all find "${ED}" -name '*.pth' -delete || die