pkgsrc-WIP-changes archive

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

Add py-jsonrpclib-pelix



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Fri May 17 01:18:04 2019 +0200
Changeset:	d5daef0fa850ff4e1bdb93651bded07d3fe71053

Added Files:
	py-jsonrpclib-pelix/DESCR
	py-jsonrpclib-pelix/Makefile
	py-jsonrpclib-pelix/PLIST
	py-jsonrpclib-pelix/distinfo

Log Message:
Add py-jsonrpclib-pelix

This is a fork of py-jsonrpclib that supports Python 3 and is required
by Electrum.

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

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

diffstat:
 py-jsonrpclib-pelix/DESCR    |  4 ++++
 py-jsonrpclib-pelix/Makefile | 16 ++++++++++++++++
 py-jsonrpclib-pelix/PLIST    | 29 +++++++++++++++++++++++++++++
 py-jsonrpclib-pelix/distinfo |  6 ++++++
 4 files changed, 55 insertions(+)

diffs:
diff --git a/py-jsonrpclib-pelix/DESCR b/py-jsonrpclib-pelix/DESCR
new file mode 100644
index 0000000000..ab6e76818f
--- /dev/null
+++ b/py-jsonrpclib-pelix/DESCR
@@ -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 --git a/py-jsonrpclib-pelix/Makefile b/py-jsonrpclib-pelix/Makefile
new file mode 100644
index 0000000000..9baa31ffc1
--- /dev/null
+++ b/py-jsonrpclib-pelix/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+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=	pkgsrc-users%NetBSD.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
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-jsonrpclib-pelix/PLIST b/py-jsonrpclib-pelix/PLIST
new file mode 100644
index 0000000000..3cc3be8f60
--- /dev/null
+++ b/py-jsonrpclib-pelix/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD$
+${PYSITELIB}/jsonrpclib/SimpleJSONRPCServer.py
+${PYSITELIB}/jsonrpclib/__init__.py
+${PYSITELIB}/jsonrpclib/SimpleJSONRPCServer.pyo
+${PYSITELIB}/jsonrpclib/SimpleJSONRPCServer.pyc
+${PYSITELIB}/jsonrpclib/__init__.pyo
+${PYSITELIB}/jsonrpclib/__init__.pyc
+${PYSITELIB}/jsonrpclib/config.pyo
+${PYSITELIB}/jsonrpclib/config.pyc
+${PYSITELIB}/jsonrpclib/history.pyo
+${PYSITELIB}/jsonrpclib/history.pyc
+${PYSITELIB}/jsonrpclib/jsonclass.pyo
+${PYSITELIB}/jsonrpclib/jsonclass.pyc
+${PYSITELIB}/jsonrpclib/jsonrpc.pyo
+${PYSITELIB}/jsonrpclib/jsonrpc.pyc
+${PYSITELIB}/jsonrpclib/threadpool.pyo
+${PYSITELIB}/jsonrpclib/threadpool.pyc
+${PYSITELIB}/jsonrpclib/utils.pyo
+${PYSITELIB}/jsonrpclib/utils.pyc
+${PYSITELIB}/jsonrpclib/config.py
+${PYSITELIB}/jsonrpclib/history.py
+${PYSITELIB}/jsonrpclib/jsonclass.py
+${PYSITELIB}/jsonrpclib/jsonrpc.py
+${PYSITELIB}/jsonrpclib/threadpool.py
+${PYSITELIB}/jsonrpclib/utils.py
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
diff --git a/py-jsonrpclib-pelix/distinfo b/py-jsonrpclib-pelix/distinfo
new file mode 100644
index 0000000000..4bf6ab1b4f
--- /dev/null
+++ b/py-jsonrpclib-pelix/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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