[82428] trunk/dports/python

ram at macports.org ram at macports.org
Sat Aug 13 10:30:06 PDT 2011


Revision: 82428
          http://trac.macports.org/changeset/82428
Author:   ram at macports.org
Date:     2011-08-13 10:30:05 -0700 (Sat, 13 Aug 2011)
Log Message:
-----------
python/py*-cjson: unify

Added Paths:
-----------
    trunk/dports/python/py-cjson/
    trunk/dports/python/py-cjson/Portfile

Removed Paths:
-------------
    trunk/dports/python/py25-cjson/
    trunk/dports/python/py26-cjson/
    trunk/dports/python/py27-cjson/

Copied: trunk/dports/python/py-cjson/Portfile (from rev 82427, trunk/dports/python/py26-cjson/Portfile)
===================================================================
--- trunk/dports/python/py-cjson/Portfile	                        (rev 0)
+++ trunk/dports/python/py-cjson/Portfile	2011-08-13 17:30:05 UTC (rev 82428)
@@ -0,0 +1,43 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python 1.0
+
+name              py-cjson
+version           1.0.5
+maintainers       ram openmaintainer
+platforms         darwin
+license           LGPL
+
+description       Fast JSON encoder/decoder for Python
+long_description  \
+  This module implements a very fast JSON encoder/decoder for Python. \
+  \
+  JSON stands for JavaScript Object Notation and is a text based \
+  lightweight data exchange format which is easy for humans to \
+  read/write and for machines to parse/generate. JSON is \
+  completely language independent and has multiple implementations \
+  in most of the programming languages, making it ideal for data \
+  exchange and storage. \
+  \
+  The module is written in C and it is up to 250 times faster when \
+  compared to the other python JSON implementations which are written \
+  directly in python. This speed gain varies with the complexity of \
+  the data and the operation and is the the range of 10-200 times for \
+  encoding operations and in the range of 100-250 times for decoding \
+  operations.
+
+homepage          http://pypi.python.org/pypi/python-cjson/
+master_sites      http://pypi.python.org/packages/source/p/python-cjson/
+distname          python-cjson-${version}
+
+python.default_version 27
+python.versions   25 26 27
+
+checksums         md5 4d55b66ecdf0300313af9d030d9644a3 \
+                  sha1 a00519debfdc6dcc33acfe68dc10ee4866fdcd8b \
+                  rmd160 c1256cf176af3194233de3704ec07ab4ccfb522c
+
+livecheck.type    regex
+livecheck.url     ${homepage}
+livecheck.regex   {python-cjson (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110813/91d8bb35/attachment.html>


More information about the macports-changes mailing list