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 982AE1581FB for ; Sun, 25 Aug 2024 15:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24787E2A6A; Sun, 25 Aug 2024 15:33:52 +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 CCB8DE2A66 for ; Sun, 25 Aug 2024 15:33:51 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 4/4] distutils-r1.eclass: Print sphinx + plugins version (if used) Date: Sun, 25 Aug 2024 17:33:41 +0200 Message-ID: <20240825153341.21121-4-mgorny@gentoo.org> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20240825153341.21121-1-mgorny@gentoo.org> References: <20240825153341.21121-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 8c3fe5c7-53f8-40df-8133-7e46bd07c972 X-Archives-Hash: 98fe626762a08451e8c9193773bb5d54 Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 02c988dc0cc4..fd7365374314 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -940,6 +940,13 @@ _distutils-r1_print_package_versions() { ;; esac + if [[ ${_DISTUTILS_SPHINX_SUBDIR} ]]; then + packages+=( + dev-python/sphinx + "${_DISTUTILS_SPHINX_PLUGINS[@]}" + ) + fi + local pkg einfo "Build system packages:" for pkg in "${packages[@]}"; do -- 2.46.0