Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jsonrpclib-pelix Import textproc/py-jsonrp...



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

description:
Import textproc/py-jsonrpclib-pelix from wip

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

This library is an implementation of the JSON-RPC specification.
It supports both the original 1.0 specification, as well as the
new (proposed) 2.0 spec, which includes batch submission, keyword
arguments, etc.

diffstat:

 textproc/py-jsonrpclib-pelix/DESCR    |   4 ++++
 textproc/py-jsonrpclib-pelix/Makefile |  18 ++++++++++++++++++
 textproc/py-jsonrpclib-pelix/PLIST    |  29 +++++++++++++++++++++++++++++
 textproc/py-jsonrpclib-pelix/distinfo |   6 ++++++
 4 files changed, 57 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r c74533d5714b -r fe316cd4b253 textproc/py-jsonrpclib-pelix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonrpclib-pelix/DESCR        Tue Apr 14 19:12:53 2020 +0000
@@ -0,0 +1,4 @@
+This library is an implementation of the JSON-RPC specification.
+It supports both the original 1.0 specification, as well as the
+new (proposed) 2.0 spec, which includes batch submission, keyword
+arguments, etc.
diff -r c74533d5714b -r fe316cd4b253 textproc/py-jsonrpclib-pelix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonrpclib-pelix/Makefile     Tue Apr 14 19:12:53 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/04/14 19:12:53 js Exp $
+
+DISTNAME=      jsonrpclib-pelix-0.4.0
+PKGNAME=       ${PYPKGPREFIX}-jsonrpclib-pelix-0.4.0
+CATEGORIES=    textproc net devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonrpclib-pelix/}
+
+MAINTAINER=    js%pkgsrc.org@localhost
+HOMEPAGE=      https://pypi.python.org/pypi/jsonrpclib-pelix
+COMMENT=       Implementation of the JSON-RPC v2.0 specification
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=        26
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c74533d5714b -r fe316cd4b253 textproc/py-jsonrpclib-pelix/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonrpclib-pelix/PLIST        Tue Apr 14 19:12:53 2020 +0000
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/14 19:12:53 js Exp $
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/jsonrpclib/SimpleJSONRPCServer.py
+${PYSITELIB}/jsonrpclib/SimpleJSONRPCServer.pyc
+${PYSITELIB}/jsonrpclib/SimpleJSONRPCServer.pyo
+${PYSITELIB}/jsonrpclib/__init__.py
+${PYSITELIB}/jsonrpclib/__init__.pyc
+${PYSITELIB}/jsonrpclib/__init__.pyo
+${PYSITELIB}/jsonrpclib/config.py
+${PYSITELIB}/jsonrpclib/config.pyc
+${PYSITELIB}/jsonrpclib/config.pyo
+${PYSITELIB}/jsonrpclib/history.py
+${PYSITELIB}/jsonrpclib/history.pyc
+${PYSITELIB}/jsonrpclib/history.pyo
+${PYSITELIB}/jsonrpclib/jsonclass.py
+${PYSITELIB}/jsonrpclib/jsonclass.pyc
+${PYSITELIB}/jsonrpclib/jsonclass.pyo
+${PYSITELIB}/jsonrpclib/jsonrpc.py
+${PYSITELIB}/jsonrpclib/jsonrpc.pyc
+${PYSITELIB}/jsonrpclib/jsonrpc.pyo
+${PYSITELIB}/jsonrpclib/threadpool.py
+${PYSITELIB}/jsonrpclib/threadpool.pyc
+${PYSITELIB}/jsonrpclib/threadpool.pyo
+${PYSITELIB}/jsonrpclib/utils.py
+${PYSITELIB}/jsonrpclib/utils.pyc
+${PYSITELIB}/jsonrpclib/utils.pyo
diff -r c74533d5714b -r fe316cd4b253 textproc/py-jsonrpclib-pelix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonrpclib-pelix/distinfo     Tue Apr 14 19:12:53 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/14 19:12:53 js Exp $
+
+SHA1 (jsonrpclib-pelix-0.4.0.tar.gz) = bdda0107b9614b47bc14df86f80cad9cc85b1723
+RMD160 (jsonrpclib-pelix-0.4.0.tar.gz) = 59e8084fd2371d58f544c7da4d051b40cb3eaae3
+SHA512 (jsonrpclib-pelix-0.4.0.tar.gz) = a9c1c6149e1be78b30f1817193fefac34d3d7fdab3494a77f035a306724793c7ccf7aa8ebcd34dfa1ec2d725253ce02375ae1b952dbd7d494ef8bcf0cd7115f0
+Size (jsonrpclib-pelix-0.4.0.tar.gz) = 41235 bytes



Home | Main Index | Thread Index | Old Index