Add py-jsonrpclib-pelix

This is a fork of py-jsonrpclib that supports Python 3 and is required
by Electrum.
This commit is contained in:
Jonathan Schleifer 2019-05-17 01:18:04 +02:00
parent ac31b5f0a4
commit d5daef0fa8
No known key found for this signature in database
GPG Key ID: 79D21189A2D4708D
4 changed files with 55 additions and 0 deletions

View File

@ -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.

View File

@ -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
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"

29
py-jsonrpclib-pelix/PLIST Normal file
View File

@ -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

View File

@ -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