# -*- 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-jsonschema-specifications version 2023.12.1 revision 0 distname jsonschema_specifications-${version} categories-append devel license MIT supported_archs noarch platforms {darwin any} python.versions 38 39 310 311 312 python.pep517_backend hatch maintainers {stromnov @stromnov} openmaintainer description JSON support files from the JSON Schema Specifications long_description JSON support files from the JSON Schema Specifications (metaschemas, vocabularies, etc.), \ packaged for runtime access from Python as a referencing-based Schema Registry. homepage https://github.com/python-jsonschema/jsonschema-specifications checksums rmd160 4aa9e4a34063fdf578b22a9a63e710ffc1e5cc82 \ sha256 48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc \ size 13983 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-hatch-vcs depends_lib-append port:py${python.version}-referencing if {${python.version} < 39} { depends_lib-append port:py${python.version}-importlib-resources } }