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
This commit is contained in:
Kai Knoblich 2025-02-14 07:15:08 +01:00
parent 90066b44f6
commit 034d735ded

View File

@ -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 \