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

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

supported_archs     noarch
platforms           {darwin any}

checksums           sha256  f9b39abd59ba8c1de8a4ff16141605d2a8dacc4dd6cf399672cf237bfe47c211 \
                    rmd160  ef095dea1ee99db50286171bfc5b596e343e5ff3 \
                    size    9000

python.versions     310 311 312 313 314

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