Lines 19-27
Link Here
|
19 |
# Examples: |
19 |
# Examples: |
20 |
# |
20 |
# |
21 |
# USES=python:2.7 # Supports Python 2.7 Only |
21 |
# USES=python:2.7 # Supports Python 2.7 Only |
22 |
# USES=python:3.5+ # Supports Python 3.5 or later |
22 |
# USES=python:3.6+ # Supports Python 3.6 or later |
23 |
# USES=python:3.5-3.8 # Supports Python 3.5 to 3.8 |
23 |
# USES=python:3.6-3.9 # Supports Python 3.6 to 3.9 |
24 |
# USES=python:-3.6 # Supports Python up to 3.6 |
24 |
# USES=python:-3.8 # Supports Python up to 3.8 |
25 |
# USES=python # Supports any/all Python versions |
25 |
# USES=python # Supports any/all Python versions |
26 |
# |
26 |
# |
27 |
# NOTE: <version-spec> should be as specific as possible, matching the versions |
27 |
# NOTE: <version-spec> should be as specific as possible, matching the versions |
Lines 250-256
Link Here
|
250 |
# What Python version and what Python interpreters are currently supported? |
250 |
# What Python version and what Python interpreters are currently supported? |
251 |
# When adding a version, please keep the comment in |
251 |
# When adding a version, please keep the comment in |
252 |
# Mk/bsd.default-versions.mk in sync. |
252 |
# Mk/bsd.default-versions.mk in sync. |
253 |
_PYTHON_VERSIONS= 2.7 3.7 3.8 3.6 # preferred first |
253 |
_PYTHON_VERSIONS= 2.7 3.7 3.8 3.9 3.6 # preferred first |
254 |
_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]} |
254 |
_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]} |
255 |
_PYTHON_BASECMD= ${LOCALBASE}/bin/python |
255 |
_PYTHON_BASECMD= ${LOCALBASE}/bin/python |
256 |
_PYTHON_RELPORTDIR= lang/python |
256 |
_PYTHON_RELPORTDIR= lang/python |