From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96D6CC2BA19 for ; Tue, 14 Apr 2020 16:57:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F78D2054F for ; Tue, 14 Apr 2020 16:57:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586883440; bh=JbUSujyk5fc2uY9y8YTAfua86WNVbPGwmYK/jT4IAME=; h=From:To:Cc:Subject:Date:List-ID:From; b=L+NP4N6pmqN6BPIEzZ2Ef6z81rsJs7MxX7CzXdy+WrQKxaF0aItUdAUe2wt+G9/8F 6cfEIo50g8OFi/ZvAIsUPso4iw2BuxYzJqEuRNUMGzTelcp/8vaAID5Wn1LS3/Y8Ad /gF+lt4FcmPzPjxzwqAVEyAKZndluyfcGweCmsMw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405576AbgDNQ5O (ORCPT ); Tue, 14 Apr 2020 12:57:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:38478 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391938AbgDNQ4R (ORCPT ); Tue, 14 Apr 2020 12:56:17 -0400 Received: from mail.kernel.org (ip5f5ad4d8.dynamic.kabel-deutschland.de [95.90.212.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B35262054F; Tue, 14 Apr 2020 16:56:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586883376; bh=JbUSujyk5fc2uY9y8YTAfua86WNVbPGwmYK/jT4IAME=; h=From:To:Cc:Subject:Date:From; b=E9x4y4lSrH3xUN08gfm8ffJiAwQpywYwMBNkD0wSDkx7F3Ii24MmXhnG+omzL+s9h q+mIIYswpt51oto45nEkcmv+vxtEbmPYmkxghAjZrlA75c9nIeQrFeUDT/jcomgCyh jcYFobKwM/AfbLrQO8DWNKSVVdGJFrDK6TuDek7k= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jOOr8-0068yR-V1; Tue, 14 Apr 2020 18:56:14 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Tim Bird Subject: [PATCH v2 0/6] sphinx-pre-install improvements for Kernel 5.8 Date: Tue, 14 Apr 2020 18:56:07 +0200 Message-Id: X-Mailer: git-send-email 2.25.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org This patch series is based on the discussions we had with regards to use python -m venv to create python3 virtual machines. After this series, the script will be smarter when detecting python3 and python2. As I had to re-test it with different distributions, it also do several improvements and fixes at the detection logic and at the support for some distributions that I don't use (except when testing this script) and/or for some corner cases. --- v2: - Fixed a comment at patch 1/6, as pointed by Tim. Mauro Carvalho Chehab (6): scripts: sphinx-pre-install: improve distro detection check scripts: sphinx-pre-install: improve openSuse Tumbleweed check scripts: sphinx-pre-install: fix a dependency hint with Ubuntu 16.04 scripts: sphinx-pre-install: address some issues with Gentoo scripts: sphinx-pre-install: add support for OpenMandriva scripts: sphinx-pre-install: add support for python -m venv scripts/sphinx-pre-install | 168 +++++++++++++++++++++++++++---------- 1 file changed, 122 insertions(+), 46 deletions(-) -- 2.25.2