# -*- 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.1 license BSD supported_archs noarch platforms {darwin any} maintainers {toby @tobypeterson} openmaintainer 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 41d85c5a2e846f3fb45e63768e0ebbd33200d775 \ sha256 2d5e322bc8423690a7fada3e3c959ba0dbcf0ee637b2e93a72b70f47ed9114c3 \ size 9391 python.versions 39 310 311 312 313 python.pep517_backend pdm if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools }