pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jsonrpclib Import py-jsonrpclib-0.1.7 as t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be49962060b8
branches:  trunk
changeset: 351977:be49962060b8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 02 16:26:32 2016 +0000

description:
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:

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

diffs (64 lines):

diff -r a83f6bcc9ba2 -r be49962060b8 textproc/py-jsonrpclib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonrpclib/DESCR      Fri Sep 02 16:26:32 2016 +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 a83f6bcc9ba2 -r be49962060b8 textproc/py-jsonrpclib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonrpclib/Makefile   Fri Sep 02 16:26:32 2016 +0000
@@ -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@localhost
+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 -r a83f6bcc9ba2 -r be49962060b8 textproc/py-jsonrpclib/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonrpclib/PLIST      Fri Sep 02 16:26:32 2016 +0000
@@ -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 -r a83f6bcc9ba2 -r be49962060b8 textproc/py-jsonrpclib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonrpclib/distinfo   Fri Sep 02 16:26:32 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index