pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-aiorpcX
Module Name: pkgsrc
Committed By: js
Date: Tue Apr 14 19:41:53 UTC 2020
Added Files:
pkgsrc/net/py-aiorpcX: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-aiorpcX/DESCR \
pkgsrc/net/py-aiorpcX/Makefile pkgsrc/net/py-aiorpcX/PLIST \
pkgsrc/net/py-aiorpcX/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/py-aiorpcX/DESCR
diff -u /dev/null pkgsrc/net/py-aiorpcX/DESCR:1.1
--- /dev/null Tue Apr 14 19:41:53 2020
+++ pkgsrc/net/py-aiorpcX/DESCR Tue Apr 14 19:41:53 2020
@@ -0,0 +1,2 @@
+A generic asyncio library implementation of RPC suitable for an
+application that is a client, server or both.
Index: pkgsrc/net/py-aiorpcX/Makefile
diff -u /dev/null pkgsrc/net/py-aiorpcX/Makefile:1.1
--- /dev/null Tue Apr 14 19:41:53 2020
+++ pkgsrc/net/py-aiorpcX/Makefile Tue Apr 14 19:41:53 2020
@@ -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"
Index: pkgsrc/net/py-aiorpcX/PLIST
diff -u /dev/null pkgsrc/net/py-aiorpcX/PLIST:1.1
--- /dev/null Tue Apr 14 19:41:53 2020
+++ pkgsrc/net/py-aiorpcX/PLIST Tue Apr 14 19:41:53 2020
@@ -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
Index: pkgsrc/net/py-aiorpcX/distinfo
diff -u /dev/null pkgsrc/net/py-aiorpcX/distinfo:1.1
--- /dev/null Tue Apr 14 19:41:53 2020
+++ pkgsrc/net/py-aiorpcX/distinfo Tue Apr 14 19:41:53 2020
@@ -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