diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-01-18 10:53:52 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-01-23 20:55:19 +0000 |
commit | fcb5bf842e0424b9fb70f3e489d9cc39f3c857be (patch) | |
tree | c4ac247bbe2aaea706b5f80398f6727337877576 /Mk/Uses | |
parent | dff80d4de076ea4a6c7142d2537beced8162cff0 (diff) |
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/python.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index 6c5d11dc9d08..d0097162a142 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -323,7 +323,7 @@ WARNING+= "PYTHON_DEFAULT must be a version present in PYTHON2_DEFAULT or PYTHON .endif .if ${_PYTHON_ARGS} == 2.7 -DEV_WARNING+= "lang/python27 reached End of Life and will be removed on 2020-12-31, consider converting to a modern version of python" +DEV_WARNING+= "lang/python27 reached End of Life and will be removed somewhere in the future, please convert to a modern version of python" .elif ${_PYTHON_ARGS} == 2 DEV_ERROR+= "USES=python:2 is no longer supported, use USES=python:2.7" .elif ${_PYTHON_ARGS} == 3 @@ -479,7 +479,6 @@ PYTHON_EXT_SUFFIX= # empty .if ${PYTHON_MAJOR_VER} == 2 DEPRECATED?= Uses Python 2.7 which is EOLed upstream -EXPIRATION_DATE?= 2020-12-31 .endif .if !defined(PYTHONBASE) |