# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-simplejson version 3.19.2 revision 0 categories-append www platforms darwin license MIT python.versions 27 37 38 39 310 311 312 maintainers {stromnov @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 https://simplejson.readthedocs.org/ checksums rmd160 176a484575b9af54f5f11d093ae44de01de2e59a \ sha256 9eb442a2442ce417801c912df68e1f6ccfcd41577ae7274953ab3ad24ef7d82c \ size 85311 if {${name} ne ${subport}} { post-destroot { set docdir ${destroot}${prefix}/share/doc/${subport} xinstall -d ${docdir} xinstall -m 0644 -W ${worksrcpath} \ CHANGES.txt README.rst index.rst \ ${docdir} } test.run yes }