Date: Thu, 8 Feb 2024 04:40:24 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 101deafa29e6 - main - lang/python38: Deprecate/Set to expire Message-ID: <202402080440.4184eOZG020433@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=101deafa29e6107d0458c68b286681395122ad44 commit 101deafa29e6107d0458c68b286681395122ad44 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-02-08 04:20:20 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-02-08 04:37:20 +0000 lang/python38: Deprecate/Set to expire * Python 3.8 will reach its End-of-Life on 2024-10. Set the expiration date accordingly. Approved by: lwhsu (python, maintainer) Differential Revision: https://reviews.freebsd.org/D43345 --- lang/python38/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/python38/Makefile b/lang/python38/Makefile index 5033ff5bf87f..5da662992a60 100644 --- a/lang/python38/Makefile +++ b/lang/python38/Makefile @@ -13,6 +13,9 @@ WWW= https://www.python.org/ LICENSE= PSFL +DEPRECATED= Upgrade to a newer Python version. 3.8 is in maintenance status and gets security fixes only. End-of-Life: 2024-10. See https://devguide.python.org/versions/ +EXPIRATION_DATE=2024-10-31 + LIB_DEPENDS= libffi.so:devel/libffi USES= cpe ncurses pathfix pkgconfig python:${PYTHON_DISTVERSION:R},env readline \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402080440.4184eOZG020433>