Date: Sun, 23 Jan 2022 20:57:23 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fcb5bf842e04 - main - Mk/Uses: remove the default deprecation date. Message-ID: <202201232057.20NKvNmI044565@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcb5bf842e0424b9fb70f3e489d9cc39f3c857be commit fcb5bf842e0424b9fb70f3e489d9cc39f3c857be Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2022-01-18 10:53:52 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-01-23 20:55:19 +0000 Mk/Uses: remove the default deprecation date. Obviously the world did not manage to get rid of Python 2.7 by 2020-12-31, so remove that target and just advise users to move on to Python 3. This is the commit 1/9 of review D33922 Differential Revision: https://reviews.freebsd.org/D33922 --- Mk/Uses/python.mk | 3 +-- 1 file changed, 1 insertion(+), 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201232057.20NKvNmI044565>