git: 1f78bd8e25e7 - main - print/py-pypdf2: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28

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

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

commit 1f78bd8e25e72091263a9d5cc7d089065b55b026
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:32:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:09 +0000

    print/py-pypdf2: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
    
    from PyPI:
    The PyPDF2 project is going back to its roots. PyPDF2==3.0.X will be the last
    version of PyPDF2. Development will continue with pypdf==3.1.0.
    
    Reference:      https://github.com/py-pdf/pypdf/releases/tag/3.1.0
---
 print/py-pypdf2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/print/py-pypdf2/Makefile b/print/py-pypdf2/Makefile
index cf9084cf6acd..a2efeaf5800a 100644
--- a/print/py-pypdf2/Makefile
+++ b/print/py-pypdf2/Makefile
@@ -12,6 +12,9 @@ WWW=		https://mstamy2.github.io/PyPDF2/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Upstream moved the development back to PyPDF. Use print/py-pypdf instead
+EXPIRATION_DATE=2025-02-28
+
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils