# -*- 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 PortGroup github 1.0 github.setup dpranke pyjson5 0.9.10 v revision 0 name py-json5 python.versions 38 39 310 311 312 categories-append devel license Apache-2 supported_archs noarch platforms {darwin any} maintainers {aronnax @lpsinger} openmaintainer description A Python implementation of the JSON5 data format long_description {*}${description}. JSON5 extends the JSON data interchange format to make it \ slightly more usable as a configuration language. checksums rmd160 0c9ba990f0d7931262237af3dc7a4eb60a2102df \ sha256 5fdb544a78c5b897003af046795c9bb73ff4873eb4d74173560277c8af3470a3 \ size 111392 if {${subport} ne ${name}} { depends_test-append \ port:py${python.version}-hypothesis test.run yes }