git: b42df8ac1c2b - main - print/py-pypdf3: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 16:10:15 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b42df8ac1c2be1bd2974d0fd53ec6c1a729ab5bb
commit b42df8ac1c2be1bd2974d0fd53ec6c1a729ab5bb
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:34:53 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:24 +0000
print/py-pypdf3: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
PR: 283995
Reported by: diizzy
---
print/py-pypdf3/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/print/py-pypdf3/Makefile b/print/py-pypdf3/Makefile
index b24b72a2a1e8..ba989e3b77cf 100644
--- a/print/py-pypdf3/Makefile
+++ b/print/py-pypdf3/Makefile
@@ -13,6 +13,9 @@ WWW= https://github.com/sfneal/PyPDF3
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream repository has been archived on Jul 11, 2024
+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}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR}