# -*- 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-mujson
version             1.4
categories-append   devel
supported_archs     noarch
license             MIT

python.versions     38 39

maintainers         nomaintainer

description         Use the fastest JSON functions available at import time.
long_description    mujson lets python libraries make use of the most \
                    performant JSON functions available at import \
                    time. It is small, and does not itself implement \
                    any encoding or decoding functionality.

homepage            https://github.com/mattgiles/mujson

checksums           rmd160  c5347b2f8b0f05092aaf74e9fa3ea61229a437d4 \
                    sha256  27d9cf1b10e42d08dee8090bf5c7b036a990ed9fb4d135c112bde9ef51367271 \
                    size    6572

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools

    livecheck.type  none
}
