git: 07363d0ad0f3 - main - archivers/py-brotlipy: Mark DEPRECATED and set EXPIRATION_DATE to 2026-01-31

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 15 Jan 2026 11:58:10 UTC
The branch main has been updated by sunpoet:

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

commit 07363d0ad0f38a80456169e09f21ed1231466beb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:37:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:53:18 +0000

    archivers/py-brotlipy: Mark DEPRECATED and set EXPIRATION_DATE to 2026-01-31
---
 archivers/py-brotlipy/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/archivers/py-brotlipy/Makefile b/archivers/py-brotlipy/Makefile
index 095a976653cb..a42beb7408ab 100644
--- a/archivers/py-brotlipy/Makefile
+++ b/archivers/py-brotlipy/Makefile
@@ -12,6 +12,9 @@ WWW=		https://github.com/python-hyper/brotlicffi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	This project has been archived. The maintainers of this project have marked this project as archived. No new releases are expected. Use archivers/py-brotlicffi instead
+EXPIRATION_DATE=2026-01-31
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}