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

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

Log:
  MFH: r521726
  
  Deprecate python2
  
  With hat:	portmgr

Modified:
  branches/2020Q1/lang/python2/Makefile
  branches/2020Q1/lang/python27/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/lang/python2/Makefile
==============================================================================
--- branches/2020Q1/lang/python2/Makefile	Wed Jan  1 17:45:37 2020	(r521751)
+++ branches/2020Q1/lang/python2/Makefile	Wed Jan  1 17:47:20 2020	(r521752)
@@ -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: branches/2020Q1/lang/python27/Makefile
==============================================================================
--- branches/2020Q1/lang/python27/Makefile	Wed Jan  1 17:45:37 2020	(r521751)
+++ branches/2020Q1/lang/python27/Makefile	Wed Jan  1 17:47:20 2020	(r521752)
@@ -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?202001011747.001HlLhK070485>