diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-03 15:34:53 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-03 15:54:24 +0000 |
commit | b42df8ac1c2be1bd2974d0fd53ec6c1a729ab5bb (patch) | |
tree | 646008e0585b5137d4517b54f8d27ba5d1b1d50b | |
parent | 629dfd151ee58f0ee371362787a55338a816c34e (diff) |
print/py-pypdf3: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
PR: 283995
Reported by: diizzy
-rw-r--r-- | print/py-pypdf3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} |