build-common

Shared build system code (usually as a git submodule)
Log | Files | Refs | README | LICENSE

commit 32716a804208379ae6558d9cedbf00e9a95d0f6c
parent 38c168b11eeeab93562ffa74b3e2aff4b596c77a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  7 Jun 2022 10:56:08 +0200

-fix binary names

Diffstat:
Mtalerbuildconfig.py | 27++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/talerbuildconfig.py b/talerbuildconfig.py @@ -330,17 +330,17 @@ class YapfTool(Tool): "3.8": "yapf3.8", "3.9": "yapf3.9", "4.0": "yapf4.0", - "4.1": "yapf-3.0", - "4.2": "yapf-3.1", - "4.3": "yapf-3.2", - "4.4": "yapf-3.3", - "4.5": "yapf-3.4", - "4.6": "yapf-3.5", - "4.7": "yapf-3.6", - "4.8": "yapf-3.7", - "4.9": "yapf-3.8", - "5.0": "yapf-3.9", - "5.1": "yapf-4.0", + "4.1": "yapf4.1", + "4.2": "yapf4.2", + "4.3": "yapf4.3", + "4.4": "yapf4.4", + "4.5": "yapf4.5", + "4.6": "yapf4.6", + "4.7": "yapf4.7", + "4.8": "yapf4.8", + "4.9": "yapf4.9", + "5.0": "yapf5.0", + "5.1": "yapf5.1", } for key, value in version_dict.items(): if existence(value): @@ -431,6 +431,11 @@ class PythonTool(Tool): "3.7": "python3.7", "3.8": "python3.8", "3.9": "python3.9", + "3.10": "python3.10", + "3.11": "python3.11", + "3.12": "python3.12", + "3.13": "python3.13", + "3.14": "python3.14", } for key, value in version_dict.items(): if existence(value):