svn commit: r488282 - in head/devel: . py-aiorpcX

Emanuel Haupt ehaupt at FreeBSD.org
Mon Dec 24 23:25:34 UTC 2018


Author: ehaupt
Date: Mon Dec 24 23:25:32 2018
New Revision: 488282
URL: https://svnweb.freebsd.org/changeset/ports/488282

Log:
  Add py-aiorpcX 0.10.1, generic async RPC implementation, including
  JSON-RPC.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec 24 20:43:00 2018	(r488281)
+++ head/devel/Makefile	Mon Dec 24 23:25:32 2018	(r488282)
@@ -4349,6 +4349,7 @@
     SUBDIR += py-ZopeUndo
     SUBDIR += py-adb
     SUBDIR += py-aioice
+    SUBDIR += py-aiorpcX
     SUBDIR += py-aiortc
     SUBDIR += py-akismet
     SUBDIR += py-amalgamate

Added: head/devel/py-aiorpcX/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-aiorpcX/Makefile	Mon Dec 24 23:25:32 2018	(r488282)
@@ -0,0 +1,23 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aiorpcX
+PORTVERSION=	0.10.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt at FreeBSD.org
+COMMENT=	Generic async RPC implementation, including JSON-RPC
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-aiorpcX/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-aiorpcX/distinfo	Mon Dec 24 23:25:32 2018	(r488282)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1545590184
+SHA256 (aiorpcX-0.10.1.tar.gz) = 0c0a3342a43d939f00af84684fd08c0c5e7de4fa3eb21740063bea98f6070798
+SIZE (aiorpcX-0.10.1.tar.gz) = 23250

Added: head/devel/py-aiorpcX/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-aiorpcX/pkg-descr	Mon Dec 24 23:25:32 2018	(r488282)
@@ -0,0 +1,4 @@
+A generic asyncio library implementation of RPC suitable for an application that
+is a client, server or both.
+
+WWW: https://pypi.org/project/aiorpcX/


More information about the svn-ports-all mailing list