mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
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/
This commit is contained in:
parent
9c77ef82e5
commit
46a7136a19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453671
@ -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
|
||||
|
18
devel/py-jsonrpclib-pelix/Makefile
Normal file
18
devel/py-jsonrpclib-pelix/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jsonrpclib-pelix
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= JSON-RPC over HTTP that mirrors xmlrpclib syntax
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= python:3
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-jsonrpclib-pelix/distinfo
Normal file
3
devel/py-jsonrpclib-pelix/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1510069220
|
||||
SHA256 (jsonrpclib-pelix-0.3.1.tar.gz) = 5417b1508d5a50ec64f6e5b88907f111155d52607b218ff3ba9a777afb2e49e3
|
||||
SIZE (jsonrpclib-pelix-0.3.1.tar.gz) = 29997
|
5
devel/py-jsonrpclib-pelix/pkg-descr
Normal file
5
devel/py-jsonrpclib-pelix/pkg-descr
Normal file
@ -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/
|
Loading…
x
Reference in New Issue
Block a user