Files
2026-03-24 07:38:36 -05:00

28 lines
871 B
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 py-jsonpointer
version 3.1.1
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 0b801c7db33a904024f6004d526dcc53bbb8a4a0f4e32bfd10beadf60adf1900 \
rmd160 30c42bbc1c550d551961fc6fb675290f5023845c \
size 9068
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
test.run yes
}