[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib-tool: Use the Python implementation by default
From: |
Bruno Haible |
Subject: |
Re: gnulib-tool: Use the Python implementation by default |
Date: |
Sat, 27 Apr 2024 01:12:14 +0200 |
Hi Collin,
> Should Python 3.7 be added to DEPENDENCIES or
> should we hold off on that for a bit? Since gnulib-tool.sh can still
> be used.
Good point. Done like this:
2024-04-26 Bruno Haible <bruno@clisp.org>
Document prerequisite for gnulib-tool.
Suggested by Collin Funk in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00450.html>.
* DEPENDENCIES: Add Python 3.7 as "recommended".
diff --git a/DEPENDENCIES b/DEPENDENCIES
index e396adbd80..b700c05bc6 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -102,6 +102,19 @@ at any time.
+ Download:
https://ftp.gnu.org/gnu/gawk/
+* Python 3.7 or newer.
+ * Recommended.
+ Without it, gnulib-tool is between 8 times and 100 times slower and may
lack
+ functionality added after April 2024.
+ + Homepage:
+ https://www.python.org/
+ + Download:
+ https://www.python.org/downloads/
+ + Pre-built package name:
+ - On Debian and Debian-based systems: python3,
+ - On Red Hat distributions: python3.
+ - Other: https://repology.org/project/python/versions
+
* GNU gettext.
+ If your project wants to follow GNU Coding Standards:
+ Always use the newest available gettext release, see
- gnulib-tool: Use the Python implementation by default, Bruno Haible, 2024/04/26
- Re: gnulib-tool: Use the Python implementation by default, Collin Funk, 2024/04/26
- Re: gnulib-tool: Use the Python implementation by default,
Bruno Haible <=
- Re: gnulib-tool: Use the Python implementation by default, Pádraig Brady, 2024/04/27
- Re: gnulib-tool: Use the Python implementation by default, Bruno Haible, 2024/04/27
- Re: gnulib-tool: Use the Python implementation by default, Paul Eggert, 2024/04/27
- Re: gnulib-tool: Use the Python implementation by default, Bruno Haible, 2024/04/27
- Re: gnulib-tool: Use the Python implementation by default, Collin Funk, 2024/04/27
- Re: gnulib-tool: Use the Python implementation by default, Paul Eggert, 2024/04/27
- Re: gnulib-tool: Use the Python implementation by default, Dmitry Selyutin, 2024/04/29
- Re: gnulib-tool: Use the Python implementation by default, Bruno Haible, 2024/04/29