git: 666108a04abc - main - Revert "lang/python31[012]: deprecate 2026-03-31"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jan 2026 22:57:31 UTC
The branch main has been updated by vishwin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=666108a04abc08a18791425f967b26357dd4d96d
commit 666108a04abc08a18791425f967b26357dd4d96d
Author: Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-01-03 22:55:27 +0000
Commit: Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-01-03 22:55:27 +0000
Revert "lang/python31[012]: deprecate 2026-03-31"
The latest 3.12 release contains the referenced security fixes. The
other two branches are not EOL.
PR: 291609
With hat: python
Requested by: antoine
This reverts commit 66173037774d8648a59e30b424692ae80dbc20b3.
---
lang/python310/Makefile | 6 +++---
lang/python311/Makefile | 3 ---
lang/python312/Makefile | 3 ---
3 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/lang/python310/Makefile b/lang/python310/Makefile
index 4e9b0f0d8106..17c8d2bb883c 100644
--- a/lang/python310/Makefile
+++ b/lang/python310/Makefile
@@ -10,10 +10,10 @@ MAINTAINER= python@FreeBSD.org
COMMENT= Interpreted object-oriented programming language
WWW= https://www.python.org/
-LICENSE= PSFL
+DEPRECATED= Python 3.10 is an old version in the last year of security support, see to it that your favorite ports get updated for newer Python releases in due time
+EXPIRATION_DATE=2026-09-30
-DEPRECATED= Python 3.10 is an old version and security support, while formally available, has been incomplete recently. Please migrate to 3.14 or 3.13.
-EXPIRATION_DATE=2026-03-31
+LICENSE= PSFL
LIB_DEPENDS= libffi.so:devel/libffi
diff --git a/lang/python311/Makefile b/lang/python311/Makefile
index 090d73ebf061..23c42ce9bfce 100644
--- a/lang/python311/Makefile
+++ b/lang/python311/Makefile
@@ -12,9 +12,6 @@ WWW= https://www.python.org/
LICENSE= PSFL
-DEPRECATED= Python 3.11 is an old version and security support, while formally available, has been incomplete recently. Please migrate to 3.14 or 3.13.
-EXPIRATION_DATE=2026-03-31
-
LIB_DEPENDS= libffi.so:devel/libffi
USES= compiler:c11 cpe ncurses pathfix pkgconfig \
diff --git a/lang/python312/Makefile b/lang/python312/Makefile
index 7268bea41f53..0c262569adae 100644
--- a/lang/python312/Makefile
+++ b/lang/python312/Makefile
@@ -13,9 +13,6 @@ WWW= https://www.python.org/
LICENSE= PSFL
-DEPRECATED= Python 3.12 is an old version and security support, while formally available, has been incomplete recently. Please migrate to 3.14 or 3.13.
-EXPIRATION_DATE=2026-03-31
-
LIB_DEPENDS= libffi.so:devel/libffi
USES= compiler:c11 cpe ncurses pathfix pkgconfig \