# -*- 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 python 1.0 name py-simplejson version 3.10.0 revision 0 categories-append www platforms darwin license MIT python.versions 27 34 35 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. homepage http://simplejson.readthedocs.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 21fc33f03594cde252dd03dd622e06bb26820e7b \ sha256 953be622e88323c6f43fad61ffd05bebe73b9fd9863a46d68b052d2aa7d71ce2 if {${name} ne ${subport}} { post-destroot { set docdir ${destroot}${prefix}/share/doc/${subport} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ CHANGES.txt README.rst index.rst \ ${docdir} } livecheck.type none } else { livecheck.type pypi }