summaryrefslogtreecommitdiff
path: root/textproc/py-jsonrpclib
diff options
context:
space:
mode:
authorwiz <wiz>2016-09-02 16:26:32 +0000
committerwiz <wiz>2016-09-02 16:26:32 +0000
commit09ed900a94e60801b98df978ee7f936c257b1dd8 (patch)
treeda3283edc65eb48ea5f626ee36a96d1a6f794229 /textproc/py-jsonrpclib
parent2bc2ae8402b40a9f6914fd02dab51dfeec5b5b5a (diff)
downloadpkgsrc-09ed900a94e60801b98df978ee7f936c257b1dd8.tar.gz
Import py-jsonrpclib-0.1.7 as textproc/py-jsonrpclib.
Packaged for wip by Jonathan Schleifer, with improvements by K.I.A.Derouiche and myself. 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 (limited to 'textproc/py-jsonrpclib')
-rw-r--r--textproc/py-jsonrpclib/DESCR4
-rw-r--r--textproc/py-jsonrpclib/Makefile18
-rw-r--r--textproc/py-jsonrpclib/PLIST20
-rw-r--r--textproc/py-jsonrpclib/distinfo6
4 files changed, 48 insertions, 0 deletions
diff --git a/textproc/py-jsonrpclib/DESCR b/textproc/py-jsonrpclib/DESCR
new file mode 100644
index 00000000000..ab6e76818f8
--- /dev/null
+++ b/textproc/py-jsonrpclib/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/textproc/py-jsonrpclib/Makefile b/textproc/py-jsonrpclib/Makefile
new file mode 100644
index 00000000000..29e84a0af09
--- /dev/null
+++ b/textproc/py-jsonrpclib/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/09/02 16:26:32 wiz Exp $
+
+DISTNAME= jsonrpclib-0.1.7
+PKGNAME= ${PYPKGPREFIX}-jsonrpclib-0.1.7
+CATEGORIES= textproc net devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonrpclib/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://pypi.python.org/pypi/jsonrpclib
+COMMENT= Implementation of the JSON-RPC v2.0 specification
+LICENSE= apache-2.0
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.1.7
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-jsonrpclib/PLIST b/textproc/py-jsonrpclib/PLIST
new file mode 100644
index 00000000000..dc36f4fa81a
--- /dev/null
+++ b/textproc/py-jsonrpclib/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2016/09/02 16:26:32 wiz Exp $
+${PYSITELIB}/${EGG_FILE}
+${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
diff --git a/textproc/py-jsonrpclib/distinfo b/textproc/py-jsonrpclib/distinfo
new file mode 100644
index 00000000000..8b92c867f9a
--- /dev/null
+++ b/textproc/py-jsonrpclib/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/09/02 16:26:32 wiz Exp $
+
+SHA1 (jsonrpclib-0.1.7.tar.gz) = fabeca1d7c60d9f3c7088aa1ec72a746e8f5d0a4
+RMD160 (jsonrpclib-0.1.7.tar.gz) = ee3392d4031e49e0037be44d657d48ed4c7e258c
+SHA512 (jsonrpclib-0.1.7.tar.gz) = 0f63eec0f3e89a4470dd26a9b0df05b4f6128413c42f2f224f6812b30dad919941a33f420bf74f70e65ca3ebd11d4228768eeb4bbde6aefe385707269efe8d26
+Size (jsonrpclib-0.1.7.tar.gz) = 13979 bytes