svn commit: r549937 - head/devel/py-backports.shutil_get_terminal_size

Steve Wills swills at FreeBSD.org
Thu Sep 24 18:36:06 UTC 2020


Author: swills
Date: Thu Sep 24 18:36:05 2020
New Revision: 549937
URL: https://svnweb.freebsd.org/changeset/ports/549937

Log:
  devel/py-backports.shutil_get_terminal_size: mark deprecated along with python 2
  
  PR:		249627
  Approved by:	jpaetzel (maintainer, via IRC)

Modified:
  head/devel/py-backports.shutil_get_terminal_size/Makefile   (contents, props changed)

Modified: head/devel/py-backports.shutil_get_terminal_size/Makefile
==============================================================================
--- head/devel/py-backports.shutil_get_terminal_size/Makefile	Thu Sep 24 18:15:23 2020	(r549936)
+++ head/devel/py-backports.shutil_get_terminal_size/Makefile	Thu Sep 24 18:36:05 2020	(r549937)
@@ -12,6 +12,9 @@ COMMENT=	Backport of the get_terminal_size function fr
 
 LICENSE=	PSFL
 
+DEPRECATED=		Python 2 is EOL upstream
+EXPIRATION_DATE=	2020-12-31
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}backports>0:devel/py-backports@${PY_FLAVOR}
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list