pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add py-aiorpcx



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Sun May 19 13:11:35 2019 +0200
Changeset:	8864a8b15cd7460315e3c2a77283b940bf06de96

Added Files:
	py-aiorpcx/DESCR
	py-aiorpcx/Makefile
	py-aiorpcx/PLIST
	py-aiorpcx/distinfo

Log Message:
Add py-aiorpcx

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8864a8b15cd7460315e3c2a77283b940bf06de96

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-aiorpcx/DESCR    |  2 ++
 py-aiorpcx/Makefile | 19 +++++++++++++++++++
 py-aiorpcx/PLIST    | 33 +++++++++++++++++++++++++++++++++
 py-aiorpcx/distinfo |  6 ++++++
 4 files changed, 60 insertions(+)

diffs:
diff --git a/py-aiorpcx/DESCR b/py-aiorpcx/DESCR
new file mode 100644
index 0000000000..14d8002577
--- /dev/null
+++ b/py-aiorpcx/DESCR
@@ -0,0 +1,2 @@
+A generic asyncio library implementation of RPC suitable for an
+application that is a client, server or both.
diff --git a/py-aiorpcx/Makefile b/py-aiorpcx/Makefile
new file mode 100644
index 0000000000..cf1f0738e2
--- /dev/null
+++ b/py-aiorpcx/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	aiorpcX-0.18.2
+PKGNAME=	${PYPKGPREFIX}-aiorpcx-0.18.2
+CATEGORIES=	net devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/aiorpcX/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/kyuupichan/aiorpcX
+COMMENT=	Generic async RPC implementation, including JSON-RPC
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+PYTHON_VERSIONS_ACCEPTED=	37 36
+
+DEPENDS+=	${PYPKGPREFIX}-websockets-[0-9]*:../../www/py-websockets
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-aiorpcx/PLIST b/py-aiorpcx/PLIST
new file mode 100644
index 0000000000..ebb616bb71
--- /dev/null
+++ b/py-aiorpcx/PLIST
@@ -0,0 +1,33 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/aiorpcx/__init__.py
+${PYSITELIB}/aiorpcx/__init__.pyo
+${PYSITELIB}/aiorpcx/__init__.pyc
+${PYSITELIB}/aiorpcx/curio.pyo
+${PYSITELIB}/aiorpcx/curio.pyc
+${PYSITELIB}/aiorpcx/framing.pyo
+${PYSITELIB}/aiorpcx/framing.pyc
+${PYSITELIB}/aiorpcx/jsonrpc.pyo
+${PYSITELIB}/aiorpcx/jsonrpc.pyc
+${PYSITELIB}/aiorpcx/rawsocket.pyo
+${PYSITELIB}/aiorpcx/rawsocket.pyc
+${PYSITELIB}/aiorpcx/session.pyo
+${PYSITELIB}/aiorpcx/session.pyc
+${PYSITELIB}/aiorpcx/socks.pyo
+${PYSITELIB}/aiorpcx/socks.pyc
+${PYSITELIB}/aiorpcx/util.pyo
+${PYSITELIB}/aiorpcx/util.pyc
+${PYSITELIB}/aiorpcx/websocket.pyo
+${PYSITELIB}/aiorpcx/websocket.pyc
+${PYSITELIB}/aiorpcx/curio.py
+${PYSITELIB}/aiorpcx/framing.py
+${PYSITELIB}/aiorpcx/jsonrpc.py
+${PYSITELIB}/aiorpcx/rawsocket.py
+${PYSITELIB}/aiorpcx/session.py
+${PYSITELIB}/aiorpcx/socks.py
+${PYSITELIB}/aiorpcx/util.py
+${PYSITELIB}/aiorpcx/websocket.py
diff --git a/py-aiorpcx/distinfo b/py-aiorpcx/distinfo
new file mode 100644
index 0000000000..a75e587e1e
--- /dev/null
+++ b/py-aiorpcx/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (aiorpcX-0.18.2.tar.gz) = 343239a46ee50f1f4af18b33f592b94118ab8357
+RMD160 (aiorpcX-0.18.2.tar.gz) = cf66224886e5cbb4d07b75b3a87e64505c4ca25b
+SHA512 (aiorpcX-0.18.2.tar.gz) = 7fb4d1a5765bfe04b9856077689376e641a9e6b84d96854dd1112d8e6b2d03abedf9b02fefb9f15e289753cc87c671e97c8978b1da3a26e473c9fbda39f7bbc4
+Size (aiorpcX-0.18.2.tar.gz) = 27429 bytes


Home | Main Index | Thread Index | Old Index