You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- 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 1
|
|
|
|
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 314
|
|
|
|
depends_lib-append port:py${python.version}-tabulate
|