git: cae848fa07a1 - main - lang/python37: Deprecate/Set to expire

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Sun, 18 Dec 2022 16:15:51 UTC
The branch main has been updated by kai:

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

commit cae848fa07a19f1cb9de54c8d533d9b47b0b7fc3
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-12-18 16:07:44 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-12-18 16:07:44 +0000

    lang/python37: Deprecate/Set to expire
    
    * Python 3.7 will reach its End-of-Life on 2023-06-27.  Deprecate it and
      set the expiration date accordingly.
    
    Approved by:    kai (python, maintainer)
    Differential Revision:  https://reviews.freebsd.org/D37587
---
 lang/python37/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/python37/Makefile b/lang/python37/Makefile
index a78063cd7c50..ba87a69cb89e 100644
--- a/lang/python37/Makefile
+++ b/lang/python37/Makefile
@@ -12,6 +12,9 @@ WWW=		https://www.python.org/
 
 LICENSE=	PSFL
 
+DEPRECATED=	Upgrade to a newer Python version. 3.7 is in maintenance status and gets security fixes only. End-of-Life: 2023-06-27. See https://devguide.python.org/versions/
+EXPIRATION_DATE=	2023-06-27
+
 LIB_DEPENDS=	libffi.so:devel/libffi \
 		libmpdec.so:math/mpdecimal