Files
2026-04-13 15:21:38 -04:00

33 lines
1.1 KiB
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-json5
version 0.14.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.
homepage https://github.com/dpranke/pyjson5
checksums rmd160 9e5e2a668bc3e8645d110b64cc48f9521ac2c471 \
sha256 b3f492fad9f6cdbced8b7d40b28b9b1c9701c5f561bef0d33b81c2ff433fefcb \
size 52656
python.versions 310 311 312 313 314
if {${subport} ne ${name}} {
depends_test-append \
port:py${python.version}-hypothesis
test.run yes
}