From 876bad080dac891b781113eaadd63d9110837ff9 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 3 Feb 2025 23:34:41 +0800 Subject: [PATCH] textproc/py-colorclass: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28 PR: 283612 Reported by: diizzy --- textproc/py-colorclass/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/py-colorclass/Makefile b/textproc/py-colorclass/Makefile index 9c258b1b118d..6d972357e4d9 100644 --- a/textproc/py-colorclass/Makefile +++ b/textproc/py-colorclass/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/matthewdeanmartin/colorclass LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream repository has been archived on Jul 10, 2024 +EXPIRATION_DATE=2025-02-28 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} USES= python