Mk/Uses/python.mk: update version numbers in some examples

This commit is contained in:
Rene Ladan
2023-05-20 17:51:18 +02:00
parent e5d1a03f74
commit e4fee285e6

View File

@@ -50,7 +50,7 @@
# Exported variables:
#
# PYTHON_VERSION - The chosen Python interpreter including the version,
# e.g. python2.7, python3.5, etc.
# e.g. python2.7, python3.7, etc.
#
# Variables, which can be set by the port:
#
@@ -217,10 +217,10 @@
# PYTHON_PORTSDIR - The port directory of the chosen Python interpreter
#
# PYTHON_REL - The release number of the chosen Python interpreter
# without dots, e.g. 20706, 30401, ...
# without dots, e.g. 20706, 30701, ...
#
# PYTHON_SUFFIX - The major-minor release number of the chosen Python
# interpreter without dots, e.g. 27, 36, ...
# interpreter without dots, e.g. 27, 37, ...
# Used for prefixes and suffixes.
#
# PYTHON_MAJOR_VER - The major release version of the chosen Python