Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 16:21:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521726 - in head/lang: python2 python27
Message-ID:  <202001011621.001GLHQj014136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jan  1 16:21:17 2020
New Revision: 521726
URL: https://svnweb.freebsd.org/changeset/ports/521726

Log:
  Deprecate python2
  
  With hat:	portmgr

Modified:
  head/lang/python2/Makefile
  head/lang/python27/Makefile

Modified: head/lang/python2/Makefile
==============================================================================
--- head/lang/python2/Makefile	Wed Jan  1 16:16:34 2020	(r521725)
+++ head/lang/python2/Makefile	Wed Jan  1 16:21:17 2020	(r521726)
@@ -11,6 +11,9 @@ EXTRACT_ONLY=	# empty
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	The "meta-port" for version 2 of the Python interpreter
 
+DEPRECATED=	EOLed upstream
+EXPIRATION_DATE=	2020-12-31
+
 USES=		python:run
 
 NO_ARCH=	yes

Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile	Wed Jan  1 16:16:34 2020	(r521725)
+++ head/lang/python27/Makefile	Wed Jan  1 16:21:17 2020	(r521726)
@@ -14,6 +14,9 @@ COMMENT=	Interpreted object-oriented programming langu
 
 LICENSE=	PSFL
 
+DEPRECATED=	EOLed upstream
+EXPIRATION_DATE=	2020-12-31
+
 USES=		cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
 PATHFIX_MAKEFILEIN=	Makefile.pre.in
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001011621.001GLHQj014136>