# -*- 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 2025.4.1 revision 0 distname jsonschema_specifications-${version} categories-append devel license MIT supported_archs noarch platforms {darwin any} python.versions 39 310 311 312 313 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 649b057490364c166093d7d13bb2c8e7ba1592b4 \ sha256 630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608 \ size 15513 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-hatch-vcs depends_lib-append port:py${python.version}-referencing }