git: f00c8efbaa01 - main - devel/py-apns2: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 12 Mar 2022 11:52:46 UTC
The branch main has been updated by bofh:

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

commit f00c8efbaa013d94cfedfb539730f5238d553be8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-03-12 11:50:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-03-12 11:50:11 +0000

    devel/py-apns2: Mark DEPRECATED
    
    Depends on https://github.com/python-hyper/hyper the development of
    which has been stalled. It's advisable to use
    https://github.com/Fatal1ty/aioapns which is in the tree
    devel/py-aioapns.
    
    Set EXPIRATION_DATE to 2022-06-30
    
    PR:             262499
    Approved by:    olgeni (maintainer)
---
 devel/py-apns2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/py-apns2/Makefile b/devel/py-apns2/Makefile
index dd50f93e8827..2a2dedace9a1 100644
--- a/devel/py-apns2/Makefile
+++ b/devel/py-apns2/Makefile
@@ -11,6 +11,9 @@ COMMENT=	Python client for Apple Push Notification service
 
 LICENSE=	MIT
 
+DEPRECATED=	Use devel/py-aioapns
+EXPIRATION_DATE=	2022-06-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hyper>0:www/py-hyper@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyjwt>=1.4.0:www/py-pyjwt@${PY_FLAVOR}