# -*- 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.22.0
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  4cfdbc7a693535cb03e06d2bf54a5885c29836c5 \
                    sha256  6eb12e8f9900db6166c3d396d178ebdf6a4215fe22a06e19792edd612a20035a \
                    size    382291

python.versions     310 311 312 313 314
