[52688] trunk/dports/python/py26-cjson/Portfile

ram at macports.org ram at macports.org
Sun Jun 21 09:42:47 PDT 2009


Revision: 52688
          http://trac.macports.org/changeset/52688
Author:   ram at macports.org
Date:     2009-06-21 09:42:47 -0700 (Sun, 21 Jun 2009)
Log Message:
-----------
python/py26-cjson: whitespace

Modified Paths:
--------------
    trunk/dports/python/py26-cjson/Portfile

Modified: trunk/dports/python/py26-cjson/Portfile
===================================================================
--- trunk/dports/python/py26-cjson/Portfile	2009-06-21 16:42:40 UTC (rev 52687)
+++ trunk/dports/python/py26-cjson/Portfile	2009-06-21 16:42:47 UTC (rev 52688)
@@ -1,41 +1,35 @@
-# -*- 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                       python26 1.0
+PortSystem        1.0
+PortGroup         python26 1.0
 
-name                            py26-cjson
-version                         1.0.5
-maintainers                     ram openmaintainer
-platforms                       darwin
+name              py26-cjson
+version           1.0.5
+maintainers       ram openmaintainer
+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.
+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/
+homepage          http://pypi.python.org/pypi/python-cjson/
+master_sites      http://pypi.python.org/packages/source/p/python-cjson/
+distname          python-cjson-${version}
 
-distname                        python-cjson-${version}
-
-checksums                       md5 4d55b66ecdf0300313af9d030d9644a3 \
-                                sha1 a00519debfdc6dcc33acfe68dc10ee4866fdcd8b \
-                                rmd160 c1256cf176af3194233de3704ec07ab4ccfb522c
+checksums         md5 4d55b66ecdf0300313af9d030d9644a3 \
+                  sha1 a00519debfdc6dcc33acfe68dc10ee4866fdcd8b \
+                  rmd160 c1256cf176af3194233de3704ec07ab4ccfb522c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090621/2c87dc12/attachment.html>


More information about the macports-changes mailing list