# -*- 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.0
revision                0

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  32a687bcae387eda53e48230e3b8d1176439e880 \
                        sha256  f0a369b2bd0c1db6cb07abbfd014034c22158c160e3df2a9d55b258bc6fbfa42 \
                        size    26825

python.default_version  311

depends_build-append    port:py${python.version}-setuptools

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/
}
