Date: Mon, 24 Dec 2018 23:25:32 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488282 - in head/devel: . py-aiorpcX Message-ID: <201812242325.wBONPW4A088356@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= aiorpcX +PORTVERSION= 0.10.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812242325.wBONPW4A088356>