From owner-svn-ports-all@freebsd.org Mon Dec 24 23:25:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF48B13524F8; Mon, 24 Dec 2018 23:25:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6725170999; Mon, 24 Dec 2018 23:25:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 599BD3491; Mon, 24 Dec 2018 23:25:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBONPX6D088363; Mon, 24 Dec 2018 23:25:33 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBONPW4A088356; Mon, 24 Dec 2018 23:25:32 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201812242325.wBONPW4A088356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 24 Dec 2018 23:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488282 - in head/devel: . py-aiorpcX X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/devel: . py-aiorpcX X-SVN-Commit-Revision: 488282 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6725170999 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 23:25:34 -0000 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 +# $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 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/