From 5c860f9fd123c2a8f9f3bb3e5230d55872f36e1d Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Fri, 30 Oct 2020 07:30:08 +0000 Subject: [PATCH] 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 --- devel/py-backports.os/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/py-backports.os/Makefile b/devel/py-backports.os/Makefile index 3f196caa981d..a6b1497f86af 100644 --- a/devel/py-backports.os/Makefile +++ b/devel/py-backports.os/Makefile @@ -12,6 +12,9 @@ COMMENT= Backport of new features in Python's os module 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}