git: e37a75d61521 - main - textproc/py-pytoml: 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:07 UTC
The branch main has been updated by sunpoet:

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

commit e37a75d615217bbfdb3ac76144f1ea6ad25e495c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:34:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:22 +0000

    textproc/py-pytoml: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
    
    PR:             283606
    Reported by:    diizzy
---
 textproc/py-pytoml/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/textproc/py-pytoml/Makefile b/textproc/py-pytoml/Makefile
index 57933b316012..8c70ea1a12ba 100644
--- a/textproc/py-pytoml/Makefile
+++ b/textproc/py-pytoml/Makefile
@@ -12,6 +12,9 @@ WWW=		https://github.com/avakar/pytoml
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Upstream is inactive for 5.5 years
+EXPIRATION_DATE=2025-02-28
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}