Files
2026-02-26 21:36:13 -05:00

26 lines
863 B
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-fastjsonschema
version 2.21.2
revision 0
categories-append devel
platforms {darwin any}
supported_archs noarch
license BSD
maintainers {reneeotten @reneeotten} openmaintainer
description Fastest Python implementation of JSON schema
long_description {*}${description}
homepage https://github.com/seznam/python-fastjsonschema
checksums rmd160 8b6692c6ae02d2ba34fcbe07f2fa81e243dc9ee0 \
sha256 b1eb43748041c880796cd077f1a07c3d94e93ae84bba5ed36800a33554ae05de \
size 374130
python.versions 310 311 312 313 314