diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2024-02-08 05:20:20 +0100 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2024-02-08 05:37:20 +0100 |
commit | 101deafa29e6107d0458c68b286681395122ad44 (patch) | |
tree | 48f9c753a1ab0ec347d70f3fdb52a864bdbfa3b0 /lang/python38 | |
parent | devel/py-mox3: Deprecate/Set to expire (diff) |
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
Diffstat (limited to 'lang/python38')
-rw-r--r-- | lang/python38/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |