Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2021 09:20:25 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c92e5f7b9ad0 - main - lang/python36: Deprecate and set to expire
Message-ID:  <202109090920.1899KPnB023941@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c92e5f7b9ad0fb306bbc01171ba4bc95d01ba55b

commit c92e5f7b9ad0fb306bbc01171ba4bc95d01ba55b
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2021-09-09 08:59:19 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-09-09 09:02:38 +0000

    lang/python36: Deprecate and set to expire
    
    Python 3.6 will reach its End-of-Life at 23rd December 2021.
    
    Set the deprecation note and expiration date accordingly.
    
    Approved by:    koobs (python, maintainer)
    MFH:            No (not neccessary, 3+ months from now should be OK)
    Differential Revision:  https://reviews.freebsd.org/D31783
---
 lang/python36/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/python36/Makefile b/lang/python36/Makefile
index 636f8d198350..93aa71936d4d 100644
--- a/lang/python36/Makefile
+++ b/lang/python36/Makefile
@@ -18,6 +18,9 @@ COMMENT=	Interpreted object-oriented programming language
 
 LICENSE=	PSFL
 
+DEPRECATED=	Upgrade to a newer Python version. 3.6 is in maintenance status and gets security fixes only. End-of-Life: 2021-12-23. See https://devguide.python.org/#status-of-python-branches
+EXPIRATION_DATE=	2021-12-31
+
 USES=		cpe ncurses pathfix pkgconfig readline shebangfix ssl tar:xz
 PATHFIX_MAKEFILEIN=	Makefile.pre.in
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109090920.1899KPnB023941>