freebsd-ports/devel/py-apns2/Makefile
Muhammad Moinur Rahman f00c8efbaa 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)
2022-03-12 05:50:11 -06:00

25 lines
614 B
Makefile

PORTNAME= apns2
PORTVERSION= 0.3.0
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= olgeni@FreeBSD.org
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}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>