Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 18:15:23 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549936 - head/devel/py-selectors2
Message-ID:  <202009241815.08OIFN7R099731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Sep 24 18:15:23 2020
New Revision: 549936
URL: https://svnweb.freebsd.org/changeset/ports/549936

Log:
  devel/py-selectors2: deprecate along with python 2.x
  
  PR:		249653
  Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)

Modified:
  head/devel/py-selectors2/Makefile   (contents, props changed)

Modified: head/devel/py-selectors2/Makefile
==============================================================================
--- head/devel/py-selectors2/Makefile	Thu Sep 24 18:14:52 2020	(r549935)
+++ head/devel/py-selectors2/Makefile	Thu Sep 24 18:15:23 2020	(r549936)
@@ -12,6 +12,9 @@ COMMENT=	Backported, durable, and portable I/O selecto
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Python 2 is EOL upstream
+EXPIRATION_DATE=	2020-12-31
+
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes



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