git: c92e5f7b9ad0 - main - lang/python36: Deprecate and set to expire
Kai Knoblich
kai at FreeBSD.org
Thu Sep 9 09:20:25 UTC 2021
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c92e5f7b9ad0fb306bbc01171ba4bc95d01ba55b
commit c92e5f7b9ad0fb306bbc01171ba4bc95d01ba55b
Author: Kai Knoblich <kai at FreeBSD.org>
AuthorDate: 2021-09-09 08:59:19 +0000
Commit: Kai Knoblich <kai at 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
More information about the dev-commits-ports-all
mailing list