summaryrefslogtreecommitdiff
path: root/Mk/Uses/python.mk
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2020-10-12 13:52:42 +0000
committerWen Heping <wen@FreeBSD.org>2020-10-12 13:52:42 +0000
commita18bc2a80687af1a6893e0c49fdb9a9787467ed5 (patch)
tree540ee8d76576b7c2fa95854331a482b4682b4f13 /Mk/Uses/python.mk
parentAdd devel/py-tiamat (diff)
- Repocopy lang/python38 --> lang/python39 and update to 3.9.0
PR: 250160 Submitted by: wen@(myself)
Notes
Notes: svn path=/head/; revision=552126
Diffstat (limited to 'Mk/Uses/python.mk')
-rw-r--r--Mk/Uses/python.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 6643d30b77ab..65247982aa0e 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -19,9 +19,9 @@
# Examples:
#
# USES=python:2.7 # Supports Python 2.7 Only
-# USES=python:3.5+ # Supports Python 3.5 or later
-# USES=python:3.5-3.8 # Supports Python 3.5 to 3.8
-# USES=python:-3.6 # Supports Python up to 3.6
+# USES=python:3.6+ # Supports Python 3.6 or later
+# USES=python:3.6-3.9 # Supports Python 3.6 to 3.9
+# USES=python:-3.8 # Supports Python up to 3.8
# USES=python # Supports any/all Python versions
#
# NOTE: <version-spec> should be as specific as possible, matching the versions
@@ -250,7 +250,7 @@ _INCLUDE_USES_PYTHON_MK= yes
# What Python version and what Python interpreters are currently supported?
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
-_PYTHON_VERSIONS= 2.7 3.7 3.8 3.6 # preferred first
+_PYTHON_VERSIONS= 2.7 3.7 3.8 3.9 3.6 # preferred first
_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]}
_PYTHON_BASECMD= ${LOCALBASE}/bin/python
_PYTHON_RELPORTDIR= lang/python