Files
2026-02-26 21:18:30 -05:00

35 lines
1.3 KiB
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-jsonschema-specifications
version 2025.9.1
revision 0
distname jsonschema_specifications-${version}
categories-append devel
license MIT
supported_archs noarch
platforms {darwin any}
python.versions 310 311 312 313 314
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 26bd9d44b14e40c7a92887d74d723ca083d40d27 \
sha256 b540987f239e745613c7a9176f3edb72b832a4ac465cf02712288397832b5e8d \
size 32855
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-hatch-vcs
depends_lib-append port:py${python.version}-referencing
}