Bug 160869 - New port: devel/py-jsonrpclib
Summary: New port: devel/py-jsonrpclib
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 14:40 UTC by nagy.attila
Modified: 2011-09-22 08:10 UTC (History)
0 users

See Also:


Attachments
file.shar (3.27 KB, text/plain)
2011-09-21 14:40 UTC, nagy.attila
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description nagy.attila 2011-09-21 14:40:09 UTC
This library implements the JSON-RPC 2.0 proposed specification in pure Python. It is designed to be as compatible with the syntax of xmlrpclib as possible (it extends where possible), so that projects using xmlrpclib could easily be modified to use JSON and experiment with the differences.

It is backwards-compatible with the 1.0 specification, and supports all of the new proposed features of 2.0, including:

    * Batch submission (via MultiCall)
    * Keyword arguments
    * Notifications (both in a batch and 'normal')
    * Class translation using the 'jsonclass' key.

Fix: Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2011-09-22 07:59:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-22 08:04:33 UTC
wen         2011-09-22 07:04:24 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-jsonrpclib  Makefile distinfo pkg-descr pkg-plist 
  Log:
  This library implements the JSON-RPC 2.0 proposed specification in pure Python.
  It is designed to be as compatible with the syntax of xmlrpclib as possible (it
  extends where possible), so that projects using xmlrpclib could easily be
  modified to use JSON and experiment with the differences.
  
  It is backwards-compatible with the 1.0 specification, and supports all of the
  new proposed features of 2.0, including:
      * Batch submission (via MultiCall)
      * Keyword arguments
      * Notifications (both in a batch and 'normal')
      * Class translation using the 'jsonclass' key.
  
  WWW: https://github.com/joshmarshall/jsonrpclib
  
  PR:             ports/160869
  Submitted by:   Attila Nagy <bra@fsn.hu>
  
  Revision  Changes    Path
  1.4566    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/py-jsonrpclib/Makefile (new)
  1.1       +2 -0      ports/devel/py-jsonrpclib/distinfo (new)
  1.1       +13 -0     ports/devel/py-jsonrpclib/pkg-descr (new)
  1.1       +20 -0     ports/devel/py-jsonrpclib/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2011-09-22 08:04:52 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!