diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2021-09-09 08:59:19 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2021-09-09 09:02:38 +0000 |
commit | c92e5f7b9ad0fb306bbc01171ba4bc95d01ba55b (patch) | |
tree | 5adda049ecdb2f9902bc49abb4a9602d8224044a | |
parent | 6a25d832eae47ab52c2d03b58a92657ea7bae6f9 (diff) | |
download | ports-c92e5f7b9ad0fb306bbc01171ba4bc95d01ba55b.tar.gz ports-c92e5f7b9ad0fb306bbc01171ba4bc95d01ba55b.zip |
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
-rw-r--r-- | lang/python36/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |