# -*- 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.28 v revision 0 name py-json5 python.versions 38 39 310 311 312 313 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 6e791a1d6060158b19b1a38b20daf2edb2b7c1e9 \ sha256 96dad73e68f507667e4952bc0aba8c2075ba146d1908acd4b870b89b9f896d1e \ size 366090 if {${subport} ne ${name}} { depends_test-append \ port:py${python.version}-hypothesis test.run yes }