git: 1b863e58a40d - main - devel/py-atomicwrites: Mark DEPRECATED and set EXPIRATION_DATE to 2025-03-31

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 20 Feb 2025 08:15:25 UTC
The branch main has been updated by sunpoet:

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

commit 1b863e58a40dbd261aa2fb6effc14334b0f24277
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-20 05:30:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-20 07:59:02 +0000

    devel/py-atomicwrites: Mark DEPRECATED and set EXPIRATION_DATE to 2025-03-31
    
    Reference:      https://github.com/untitaker/python-atomicwrites/commit/4183999d9b7e81af85dee070d5311299bdf5164c
---
 devel/py-atomicwrites/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/py-atomicwrites/Makefile b/devel/py-atomicwrites/Makefile
index 7d3f719586aa..080592759baa 100644
--- a/devel/py-atomicwrites/Makefile
+++ b/devel/py-atomicwrites/Makefile
@@ -13,6 +13,9 @@ WWW=		https://python-atomicwrites.readthedocs.io/en/latest/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Upstream repository has been archived on Jul 16, 2022. Upstream suggests os.replace and os.rename instead
+EXPIRATION_DATE=2025-03-31
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}