Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2022 11:52:46 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f00c8efbaa01 - main - devel/py-apns2: Mark DEPRECATED
Message-ID:  <202203121152.22CBqk3W051382@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203121152.22CBqk3W051382>