Bug 125827 - [NEW PORT]devel/py-jsonlib:JSON Serializer/Deserializer for Python
Summary: [NEW PORT]devel/py-jsonlib:JSON Serializer/Deserializer for Python
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-21 13:20 UTC by wenheping
Modified: 2008-07-28 09:26 UTC (History)
0 users

See Also:


Attachments
file.shar (1.88 KB, text/plain)
2008-07-21 13:20 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-07-21 13:20:01 UTC
py-json is a lightweight data-interchange format.
It is often used for exchanging data between a web
server and user agent. This module aims to produce
a library for serializing and deserializing JSON
that conforms strictly to RFC 4627.

WWW:   http://pypi.python.org/pypi/jsonlib/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-21 13:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-25 23:52:02 UTC
miwi        2008-07-25 22:51:49 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-jsonlib     Makefile distinfo pkg-descr 
  Log:
  py-json is a lightweight data-interchange format.
  It is often used for exchanging data between a web
  server and user agent. This module aims to produce
  a library for serializing and deserializing JSON
  that conforms strictly to RFC 4627.
  
  WWW:   http://pypi.python.org/pypi/jsonlib/
  
  PR:             ports/125827
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.3147    +1 -0      ports/devel/Makefile
  1.1       +23 -0     ports/devel/py-jsonlib/Makefile (new)
  1.1       +3 -0      ports/devel/py-jsonlib/distinfo (new)
  1.1       +7 -0      ports/devel/py-jsonlib/pkg-descr (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 Martin Wilke freebsd_committer freebsd_triage 2008-07-28 09:26:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!