# -*- 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 jc version 1.25.2 revision 0 homepage https://pypi.org/project/jc description ${name} converts the output of popular command-line \ tools and file-types to JSON. long_description {*}${description} This allows for piping the output \ to tools like jq, and/or for easier parsing within \ scripts. categories sysutils textproc python license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer supported_archs noarch platforms {darwin any} checksums rmd160 261d40e66f7deac5ffdee66ff346856f8e7e6c70 \ sha256 97ada193495f79550f06fe0cbfb119ff470bcca57c1cc593a5cdb0008720e0b3 \ size 572783 python.default_version 312 depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-ruamel-yaml \ port:py${python.version}-pygments \ port:py${python.version}-xmltodict