summaryrefslogtreecommitdiff
path: root/talerbuildconfig.py
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-07 10:56:08 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-07 10:56:08 +0200
commit32716a804208379ae6558d9cedbf00e9a95d0f6c (patch)
tree33f58738b3c9782ace56151cb03f4f11885a6af0 /talerbuildconfig.py
parent38c168b11eeeab93562ffa74b3e2aff4b596c77a (diff)
downloadbuild-common-32716a804208379ae6558d9cedbf00e9a95d0f6c.tar.gz
build-common-32716a804208379ae6558d9cedbf00e9a95d0f6c.tar.bz2
build-common-32716a804208379ae6558d9cedbf00e9a95d0f6c.zip
-fix binary names
Diffstat (limited to 'talerbuildconfig.py')
-rw-r--r--talerbuildconfig.py27
1 files changed, 16 insertions, 11 deletions
diff --git a/talerbuildconfig.py b/talerbuildconfig.py
index 266e8db..f41c505 100644
--- 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):