From 034d735ded3e1e74b342862c280f15e72620f448 Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Fri, 14 Feb 2025 07:15:08 +0100 Subject: [PATCH] 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 \