# -*- 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-jsonconversion
version             1.1.2
revision            0
license             BSD
supported_archs     noarch
platforms           {darwin any}
maintainers         nomaintainer
description         Convert arbitrary Python objects into JSON strings and back
long_description    This python module helps converting arbitrary Python \
                    objects into JSON strings and back. It extends \
                    the basic features of the JSONEncoder and JSONDecoder \
                    classes provided by the native JSON package.

homepage            https://github.com/DLR-RM/python-jsonconversion

checksums           rmd160  05e4906febbfebd171657dd167c2b2f4794afcd0 \
                    sha256  127f731ef12a58806a1532d64fb10b61c4da7a37bfaa398a42891a935e94e551 \
                    size    9354

python.versions         310 311 312 313 314
python.pep517_backend   pdm

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