# -*- 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                jtbl
version             1.6.0
revision            0
license             MIT
categories          textproc python
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer
supported_archs     noarch
platforms           {darwin any}

description         A simple CLI tool to print JSON and JSON Lines data as a \
                    table in the terminal.

long_description    {*}${description} ${name} accepts piped JSON data from \
                    stdin and outputs a text table representation to stdout.

homepage            https://github.com/kellyjonbrazil/jtbl

checksums           rmd160  1c10a6e9b5b38ec878775725efef0bd74cd6c693 \
                    sha256  7de0cb08ebb2b3a0658229a8edd4204c6944cbd9e3e04724a9ea235a61c115a5 \
                    size    15466

python.default_version 312

depends_lib-append  port:py${python.version}-setuptools \
                    port:py${python.version}-tabulate
