# -*- 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.8.5 v name py-json5 python.versions 27 36 37 38 categories-append devel license apache platforms darwin supported_archs noarch 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 e6c157c8021ae81038491722f996e99646cff854 \ sha256 ba6cfd27e79f306ae6d9954e50086a2893c2f63cc02272e00c2067399e5da56f \ size 106706 if {${subport} ne ${name}} { livecheck.type none depends_build-append port:py${python.version}-setuptools }