# -*- 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.1
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  dc02a25cb1a04b56982a4483281e1c4f348b0ba7 \
                    sha256  0b83d1ce8d7845b959dcb20e1a5c3c8883b6541d9c52ab02cce5166b75ec805f \
                    size    382291

python.versions     310 311 312 313 314
