Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2020 07:30:09 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553670 - head/devel/py-backports.os
Message-ID:  <202010300730.09U7U9WG014660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Fri Oct 30 07:30:08 2020
New Revision: 553670
URL: https://svnweb.freebsd.org/changeset/ports/553670

Log:
  devel/py-backports.os: Deprecate port
  
  * Deprecate and set an expiration date as the port is only useful in
    conjunction with Python 2.7 which will be removed to the end of 2020.
  
  PR:		249626
  Submitted by:	swills

Modified:
  head/devel/py-backports.os/Makefile

Modified: head/devel/py-backports.os/Makefile
==============================================================================
--- head/devel/py-backports.os/Makefile	Fri Oct 30 07:28:15 2020	(r553669)
+++ head/devel/py-backports.os/Makefile	Fri Oct 30 07:30:08 2020	(r553670)
@@ -12,6 +12,9 @@ COMMENT=	Backport of new features in Python's os modul
 LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Python 2 is EOL upstream
+EXPIRATION_DATE=	2020-12-31
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}backports>=0:devel/py-backports@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR}



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