# -*- 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                py-jsonpointer
version             3.0.0
revision            0

supported_archs     noarch
platforms           {darwin any}
license             BSD
maintainers         nomaintainer

description         Identify specific nodes in a JSON document (RFC 6901)
long_description    {*}${description}

homepage            https://github.com/stefankoegl/python-json-pointer

checksums           sha256  2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef \
                    rmd160  8619b2c50c2ed2f538db7597ee55679b7d766636 \
                    size    9114

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    test.run        yes
}
