svn commit: r453671 - in head/devel: . py-jsonrpclib-pelix

Emanuel Haupt ehaupt at FreeBSD.org
Tue Nov 7 19:08:24 UTC 2017


Author: ehaupt
Date: Tue Nov  7 19:07:07 2017
New Revision: 453671
URL: https://svnweb.freebsd.org/changeset/ports/453671

Log:
  This project is an implementation of the JSON-RPC v2.0 specification
  (backwards-compatible) as a client library. This version is a fork of jsonrpclib
  by Josh Marshall, usable with Pelix remote services.
  
  WWW: https://pypi.python.org/pypi/jsonrpclib-pelix/

Added:
  head/devel/py-jsonrpclib-pelix/
  head/devel/py-jsonrpclib-pelix/Makefile   (contents, props changed)
  head/devel/py-jsonrpclib-pelix/distinfo   (contents, props changed)
  head/devel/py-jsonrpclib-pelix/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Nov  7 18:42:10 2017	(r453670)
+++ head/devel/Makefile	Tue Nov  7 19:07:07 2017	(r453671)
@@ -4507,6 +4507,7 @@
     SUBDIR += py-jsonpointer
     SUBDIR += py-jsonref
     SUBDIR += py-jsonrpclib
+    SUBDIR += py-jsonrpclib-pelix
     SUBDIR += py-jsonschema
     SUBDIR += py-jupyter_client
     SUBDIR += py-jupyter_console

Added: head/devel/py-jsonrpclib-pelix/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsonrpclib-pelix/Makefile	Tue Nov  7 19:07:07 2017	(r453671)
@@ -0,0 +1,18 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jsonrpclib-pelix
+PORTVERSION=	0.3.1
+CATEGORIES=	devel
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt at FreeBSD.org
+COMMENT=	JSON-RPC over HTTP that mirrors xmlrpclib syntax
+
+LICENSE=	APACHE20
+
+USES=		python:3
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-jsonrpclib-pelix/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsonrpclib-pelix/distinfo	Tue Nov  7 19:07:07 2017	(r453671)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1510069220
+SHA256 (jsonrpclib-pelix-0.3.1.tar.gz) = 5417b1508d5a50ec64f6e5b88907f111155d52607b218ff3ba9a777afb2e49e3
+SIZE (jsonrpclib-pelix-0.3.1.tar.gz) = 29997

Added: head/devel/py-jsonrpclib-pelix/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsonrpclib-pelix/pkg-descr	Tue Nov  7 19:07:07 2017	(r453671)
@@ -0,0 +1,5 @@
+This project is an implementation of the JSON-RPC v2.0 specification
+(backwards-compatible) as a client library. This version is a fork of jsonrpclib
+by Josh Marshall, usable with Pelix remote services.
+
+WWW: https://pypi.python.org/pypi/jsonrpclib-pelix/


More information about the svn-ports-all mailing list