NOTICE: This package has been removed from pkgsrc

./wip/py-anyjson, Wraps the JSON implementation available in a common interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3.3, Package name: py27-anyjson-0.3.3, Maintainer: pkgsrc-users

Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used


Required to run:
[devel/py-setuptools] [lang/python27]

Master sites:

SHA1: 2cd3c6cc61206664268e0e8684dbadf6e2428497
RMD160: c85bad7565e983077ea863ec99ca45048faecb18
Filesize: 8.137 KB

Version history: (Expand)


CVS history: (Expand)


   2013-07-02 13:19:38 by othyro | Files touched by this commit (12) | Package removed
Log message:
-py-{billiard,kombu,anyjson}; Imported to HEAD.
   2013-06-08 02:02:39 by othyro | Files touched by this commit (2)
Log message:
Updated to latest release. No pkgsrc changes. From CHANGELOG:

0.2.3

 * Fixed bug #3
 * Fixed bug in benchmarking script

0.2.4

 * Added support for py-yajl (Thanks Benjamin Anderson)
 * Improved benchmark script to test serialization performance and
   to use real life data for tests.

0.2.5

 * Added loads and dumps methods so anyjson can be used interchangably
   with the stdlib json module. Note: The original methods are still
   in place. Nothing from the 0.2.4 API is changed, removed or deprecated
   in this release.

0.3

 * Added support for python3

0.3.1

 * Added deprecation warning for cjson and made it the least preferred
   implementation. See: http://pypi.python.org/pypi/python-cjson/1.0.5

0.3.2

 * Added support for buffer objects
 
0.3.3

 * Fixed bug in buffer object support related to differences between
   stringIO and cStringIO
   2012-10-06 19:13:24 by Aleksej Saushev | Files touched by this commit (44)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-09-10 22:39:03 by Kamel Derouiche | Files touched by this commit (1)
Log message:
Update Makefile

   2010-04-13 15:34:16 by Kamel Derouiche | Files touched by this commit (3) | Package updated
Log message:
update version

   2009-11-29 22:10:19 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py25-anyjson-0.2.0 as wip/py-anyjson.

Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used