Revision: 130316 https://trac.macports.org/changeset/130316 Author: larryv@macports.org Date: 2014-12-29 18:26:54 -0800 (Mon, 29 Dec 2014) Log Message: ----------- py-cjson: Make long_description less long Modified Paths: -------------- trunk/dports/python/py-cjson/Portfile Modified: trunk/dports/python/py-cjson/Portfile =================================================================== --- trunk/dports/python/py-cjson/Portfile 2014-12-30 02:26:52 UTC (rev 130315) +++ trunk/dports/python/py-cjson/Portfile 2014-12-30 02:26:54 UTC (rev 130316) @@ -13,13 +13,6 @@ 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 \
participants (1)
-
larryv@macports.org