git: 876bad080dac - main - textproc/py-colorclass: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Feb 2025 16:10:10 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=876bad080dac891b781113eaadd63d9110837ff9

commit 876bad080dac891b781113eaadd63d9110837ff9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:34:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:23 +0000

    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