Files
2020-08-05 04:42:19 -05:00

34 lines
960 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 2.0
revision 0
platforms darwin
supported_archs noarch
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 c192ba86648e05fdae4f08a17ec25180a9aef5008d973407b581798a83975362 \
rmd160 4fe729b7eef7e220e1bf7015dcc837e330db1582 \
size 8699
python.versions 36 37 38
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
test.run yes
livecheck.type none
}