git: 034d735ded3e - main - lang/python39: Deprecate/Set to expire

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Fri, 14 Feb 2025 06:22:57 UTC
The branch main has been updated by kai:

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

commit 034d735ded3e1e74b342862c280f15e72620f448
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-02-14 06:15:08 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-02-14 06:20:22 +0000

    lang/python39: Deprecate/Set to expire
    
    * Python 3.9 will reach its End-of-Life on 2025-10.  Set the expiration
      date accordingly.
    
    Reviewed by:    sunpoet (python, maintainer)
    Differential Revision:  https://reviews.freebsd.org/D48900
---
 lang/python39/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/python39/Makefile b/lang/python39/Makefile
index 2d9187599d7f..320a2b45be66 100644
--- a/lang/python39/Makefile
+++ b/lang/python39/Makefile
@@ -12,6 +12,9 @@ WWW=		https://www.python.org/
 
 LICENSE=	PSFL
 
+DEPRECATED=	Upgrade to a newer Python version. 3.9 is in maintenance status and gets security fixes only. End-of-Life: 2025-10. See https://devguide.python.org/versions/
+EXPIRATION_DATE=2025-10-31
+
 LIB_DEPENDS=	libffi.so:devel/libffi
 
 USES=		compiler:c11 cpe ncurses pathfix pkgconfig \