Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-aiorpcX Import net/py-aiorpcX from wip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5e14006b929
branches:  trunk
changeset: 429004:d5e14006b929
user:      js <js%pkgsrc.org@localhost>
date:      Tue Apr 14 19:41:53 2020 +0000

description:
Import net/py-aiorpcX from wip

This is a dependency of wip/electrum, with the goal of importing
wip/electrum later on.

aiorpcX is generic asyncio library implementation of RPC suitable for an
application that is a client, server or both.

diffstat:

 net/py-aiorpcX/DESCR    |   2 ++
 net/py-aiorpcX/Makefile |  19 +++++++++++++++++++
 net/py-aiorpcX/PLIST    |  33 +++++++++++++++++++++++++++++++++
 net/py-aiorpcX/distinfo |   6 ++++++
 4 files changed, 60 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r f394b92ad395 -r d5e14006b929 net/py-aiorpcX/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiorpcX/DESCR      Tue Apr 14 19:41:53 2020 +0000
@@ -0,0 +1,2 @@
+A generic asyncio library implementation of RPC suitable for an
+application that is a client, server or both.
diff -r f394b92ad395 -r d5e14006b929 net/py-aiorpcX/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiorpcX/Makefile   Tue Apr 14 19:41:53 2020 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/04/14 19:41:53 js Exp $
+
+DISTNAME=      aiorpcX-0.18.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiorpcX/}
+
+MAINTAINER=    js%pkgsrc.org@localhost
+HOMEPAGE=      https://github.com/kyuupichan/aiorpcX
+COMMENT=       Generic async RPC implementation, including JSON-RPC
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+DEPENDS+=      ${PYPKGPREFIX}-websockets-[0-9]*:../../www/py-websockets
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f394b92ad395 -r d5e14006b929 net/py-aiorpcX/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiorpcX/PLIST      Tue Apr 14 19:41:53 2020 +0000
@@ -0,0 +1,33 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/14 19:41:53 js Exp $
+${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__.pyc
+${PYSITELIB}/aiorpcx/__init__.pyo
+${PYSITELIB}/aiorpcx/curio.py
+${PYSITELIB}/aiorpcx/curio.pyc
+${PYSITELIB}/aiorpcx/curio.pyo
+${PYSITELIB}/aiorpcx/framing.py
+${PYSITELIB}/aiorpcx/framing.pyc
+${PYSITELIB}/aiorpcx/framing.pyo
+${PYSITELIB}/aiorpcx/jsonrpc.py
+${PYSITELIB}/aiorpcx/jsonrpc.pyc
+${PYSITELIB}/aiorpcx/jsonrpc.pyo
+${PYSITELIB}/aiorpcx/rawsocket.py
+${PYSITELIB}/aiorpcx/rawsocket.pyc
+${PYSITELIB}/aiorpcx/rawsocket.pyo
+${PYSITELIB}/aiorpcx/session.py
+${PYSITELIB}/aiorpcx/session.pyc
+${PYSITELIB}/aiorpcx/session.pyo
+${PYSITELIB}/aiorpcx/socks.py
+${PYSITELIB}/aiorpcx/socks.pyc
+${PYSITELIB}/aiorpcx/socks.pyo
+${PYSITELIB}/aiorpcx/util.py
+${PYSITELIB}/aiorpcx/util.pyc
+${PYSITELIB}/aiorpcx/util.pyo
+${PYSITELIB}/aiorpcx/websocket.py
+${PYSITELIB}/aiorpcx/websocket.pyc
+${PYSITELIB}/aiorpcx/websocket.pyo
diff -r f394b92ad395 -r d5e14006b929 net/py-aiorpcX/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiorpcX/distinfo   Tue Apr 14 19:41:53 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/14 19:41:53 js Exp $
+
+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