svn commit: r456978 - in head/devel: . py-apns2

Jimmy Olgeni olgeni at FreeBSD.org
Fri Dec 22 13:51:43 UTC 2017


Author: olgeni
Date: Fri Dec 22 13:51:41 2017
New Revision: 456978
URL: https://svnweb.freebsd.org/changeset/ports/456978

Log:
  Add devel/py-apns2, a Python client for the Apple Push Notification service.

Added:
  head/devel/py-apns2/
  head/devel/py-apns2/Makefile   (contents, props changed)
  head/devel/py-apns2/distinfo   (contents, props changed)
  head/devel/py-apns2/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Dec 22 13:45:31 2017	(r456977)
+++ head/devel/Makefile	Fri Dec 22 13:51:41 2017	(r456978)
@@ -4235,6 +4235,7 @@
     SUBDIR += py-anyjson
     SUBDIR += py-apache_conf_parser
     SUBDIR += py-apipkg
+    SUBDIR += py-apns2
     SUBDIR += py-appdirs
     SUBDIR += py-application
     SUBDIR += py-apptools

Added: head/devel/py-apns2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-apns2/Makefile	Fri Dec 22 13:51:41 2017	(r456978)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	apns2
+PORTVERSION=	0.3.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	olgeni at FreeBSD.org
+
+COMMENT=	Python client for Apple Push Notification service
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hyper>0:www/py-hyper@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyjwt>0:www/py-pyjwt@${FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-apns2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-apns2/distinfo	Fri Dec 22 13:51:41 2017	(r456978)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1513941333
+SHA256 (apns2-0.3.0.tar.gz) = a24052d8251b423f2224effb0891bdba217c92fe9d6d18c7f5b86099bd083c08
+SIZE (apns2-0.3.0.tar.gz) = 8878

Added: head/devel/py-apns2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-apns2/pkg-descr	Fri Dec 22 13:51:41 2017	(r456978)
@@ -0,0 +1,4 @@
+Python library for interacting with the Apple Push Notification
+service (APNs) via HTTP/2 protocol.
+
+WWW: https://github.com/Pr0Ger/PyAPNs2


More information about the svn-ports-head mailing list