[39281] trunk/dports/python

raimue at macports.org raimue at macports.org
Fri Aug 15 08:55:16 PDT 2008


Revision: 39281
          http://trac.macosforge.org/projects/macports/changeset/39281
Author:   raimue at macports.org
Date:     2008-08-15 08:55:15 -0700 (Fri, 15 Aug 2008)
Log Message:
-----------
python/py25-cjson:
New port, closes #16292.

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

Added: trunk/dports/python/py25-cjson/Portfile
===================================================================
--- trunk/dports/python/py25-cjson/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-cjson/Portfile	2008-08-15 15:55:15 UTC (rev 39281)
@@ -0,0 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem                      1.0
+PortGroup                       python25 1.0
+
+name                            py25-cjson
+version                         1.0.5
+maintainers                     gmail.com:michael.dagitses
+platforms                       darwin
+
+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}
+
+checksums                       md5 4d55b66ecdf0300313af9d030d9644a3 \
+                                sha1 a00519debfdc6dcc33acfe68dc10ee4866fdcd8b \
+                                rmd160 c1256cf176af3194233de3704ec07ab4ccfb522c


Property changes on: trunk/dports/python/py25-cjson/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080815/5c51cd84/attachment.html 


More information about the macports-changes mailing list