pkgsrc-WIP-changes archive

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

Add py-jsonrpclib 0.1.7



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Sun Aug 28 19:46:40 2016 +0200
Changeset:	6e819bed148a9c2dc82b73e14532f3841fb21a9e

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

Log Message:
Add py-jsonrpclib 0.1.7

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

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

diffstat:
 py-jsonrpclib/DESCR    |  4 ++++
 py-jsonrpclib/Makefile | 17 +++++++++++++++++
 py-jsonrpclib/PLIST    | 20 ++++++++++++++++++++
 py-jsonrpclib/distinfo |  6 ++++++
 4 files changed, 47 insertions(+)

diffs:
diff --git a/py-jsonrpclib/DESCR b/py-jsonrpclib/DESCR
new file mode 100644
index 0000000..0f38404
--- /dev/null
+++ b/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/py-jsonrpclib/Makefile b/py-jsonrpclib/Makefile
new file mode 100644
index 0000000..404583c
--- /dev/null
+++ b/py-jsonrpclib/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	jsonrpclib-0.1.7
+PKGNAME=	${PYPKGPREFIX}-jsonrpclib-0.1.7
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/a9/0a/69b6b794d7b086793683743df2f6d0a4fcf97613a95a39cfc74b78f2adb7/
+
+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
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-jsonrpclib/PLIST b/py-jsonrpclib/PLIST
new file mode 100644
index 0000000..c629463
--- /dev/null
+++ b/py-jsonrpclib/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+${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/py-jsonrpclib/distinfo b/py-jsonrpclib/distinfo
new file mode 100644
index 0000000..ba8b37d
--- /dev/null
+++ b/py-jsonrpclib/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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