# -*- 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-json5
version             0.13.0
revision            0

categories-append   devel
license             Apache-2
supported_archs     noarch
platforms           {darwin any}
maintainers         {aronnax @lpsinger} openmaintainer
description         A Python implementation of the JSON5 data format
long_description    {*}${description}. JSON5 extends the JSON data interchange format to make it \
                    slightly more usable as a configuration language.

checksums           rmd160  dd69feb2b13a2a0e0a7997badc198d36cd22ff6d \
                    sha256  b1edf8d487721c0bf64d83c28e91280781f6e21f4a797d3261c7c828d4c165bf \
                    size    52441

python.versions     310 311 312 313 314

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

    test.run        yes
}
