Files

34 lines
960 B
Tcl
Raw Permalink Normal View History

2019-06-22 18:59:03 +02:00
# -*- 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
2020-08-01 23:55:47 +02:00
python.versions 36 37 38
2019-06-22 18:59:03 +02:00
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
test.run yes
livecheck.type none
}