[127335] trunk/dports/python/py-simplejson/Portfile

stromnov at macports.org stromnov at macports.org
Sat Oct 25 11:43:39 PDT 2014


Revision: 127335
          https://trac.macports.org/changeset/127335
Author:   stromnov at macports.org
Date:     2014-10-25 11:43:39 -0700 (Sat, 25 Oct 2014)
Log Message:
-----------
py-simplejson: reformat

Modified Paths:
--------------
    trunk/dports/python/py-simplejson/Portfile

Modified: trunk/dports/python/py-simplejson/Portfile
===================================================================
--- trunk/dports/python/py-simplejson/Portfile	2014-10-25 18:33:18 UTC (rev 127334)
+++ trunk/dports/python/py-simplejson/Portfile	2014-10-25 18:43:39 UTC (rev 127335)
@@ -1,4 +1,4 @@
-# -*- 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
+# -*- 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
@@ -7,31 +7,26 @@
 name                py-simplejson
 set real_name       simplejson
 version             3.6.4
-python.versions     24 25 26 27 31 32 33 34
+revision            0
 categories-append   www
+platforms           darwin
 license             MIT
 
+python.versions     24 25 26 27 31 32 33 34
+
 maintainers         stromnov openmaintainer
 
 description         Simple, fast, extensible JSON encoder/decoder for Python
-long_description    \
-    simplejson is a simple, fast, complete, correct and extensible JSON encoder \
-    and decoder for Python 2.4+. It is pure Python code with no dependencies, but \
-    includes an optional C extension for a serious speed boost. \
-    \
-    simplejson is the externally maintained development version of the json \
-    library included with Python 2.6+, but maintains backwards compatibility with \
-    Python 2.5 and 2.4. \
-    \
-    The encoder may be subclassed to provide serialization in any kind of \
-    situation, without any special support by the objects to be serialized \
-    (somewhat like pickle). The decoder can handle incoming JSON strings of any \
-    specified encoding (UTF-8 by default).
 
-platforms           darwin
+long_description    simplejson is a simple, fast, complete, correct and \
+                    extensible JSON encoder and decoder for Python 2.4+. \
+                    It is pure Python code with no dependencies, but \
+                    includes an optional C extension for a serious speed \
+                    boost.
 
 homepage            http://${real_name}.readthedocs.org/
-master_sites        http://pypi.python.org/packages/source/s/${real_name}/
+master_sites        https://pypi.python.org/packages/source/s/${real_name}/
+
 distname            ${real_name}-${version}
 
 checksums           rmd160  03ca1559bea4ec934430b60d66b4e4bfbf7590c1 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141025/239e8f45/attachment.html>


More information about the macports-changes mailing list