svn commit: r553670 - head/devel/py-backports.os

Kai Knoblich kai at FreeBSD.org
Fri Oct 30 07:30:09 UTC 2020


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}


More information about the svn-ports-head mailing list