svn commit: r361429 - in head/devel: . py-omnijson

Marcus von Appen mva at freebsd.org
Thu Jul 10 09:58:48 UTC 2014


Kubilay Kocak <koobs at freebsd.org>:

> Author: koobs
> Date: Thu Jul 10 08:50:24 2014
> New Revision: 361429
> URL: http://svnweb.freebsd.org/changeset/ports/361429
> QAT: https://qat.redports.org/buildarchive/r361429/
>
> Log:
>   [NEW] devel/py-omnijson: Wraps the best Python JSON installed
>
>   Wraps the best JSON installed, falling back on an internal simplejson.
>
>   Features:
>
>       * Loads whichever is the fastest JSON module installed
>       * Falls back on built in pure-python simplejson, just in case.
>       * Proper API (loads(), dumps())
>       * Verndorizable
>       * Supports Python 2.5-3.2 out of the box

Is USE_PYTHON=yes correct then? Or shouldn't that be USE_PYTHON= -3.2?

Cheers
Marcus




More information about the svn-ports-all mailing list