You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 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 jello
|
|
version 1.6.1
|
|
revision 1
|
|
|
|
homepage https://kellyjonbrazil.github.io/jello/
|
|
|
|
description Filter JSON and JSON Lines data with Python syntax
|
|
|
|
long_description Jello is similar to jq in that it processes JSON and \
|
|
JSON Lines data, except Jello uses standard Python \
|
|
dict and list syntax.
|
|
|
|
categories sysutils textproc python
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 70c7ff3b4160f1ea71deb55a69453dd42719e1b6 \
|
|
sha256 eee1d43f2d9bb3b3b8c857b713e56191badb9a03a2274defaad1e727fad35521 \
|
|
size 27910
|
|
|
|
python.default_version 314
|
|
|
|
depends_lib-append port:py${python.version}-pygments
|
|
|
|
post-destroot {
|
|
# Install man page
|
|
xinstall -m 0644 \
|
|
${worksrcpath}/man/jello.1 ${destroot}${prefix}/share/man/man1/
|
|
}
|