# -*- 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-sphinx-jsonschema version 1.19.1 revision 0 supported_archs noarch platforms {darwin any} license GPL-3 maintainers nomaintainer description Sphinx extension to display JSON Schema long_description {*}${description} homepage https://github.com/lnoor/sphinx-jsonschema checksums sha256 b2385fe1c7acf2e759152aefed0cb17c920645b2a75c9934000c9c528e7d53c1 \ rmd160 541d7c7f1ab61bfa6f33ad5626579450a9d476bd \ size 18599 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_run-append \ port:py${python.version}-jsonpointer \ port:py${python.version}-sphinx test.run yes }