# -*- 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 0.2.13 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 524c175c978fa6d6e8dabda0bbb4779a27672c11 \ sha256 e21318d0dfcfc7e839ce7dd8ccd7c358fca2f0f825bddfdcd8df52782e09a19d \ size 10463 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools \ port:py${python.version}-pytest-runner post-extract { fs-traverse item ${worksrcpath} { if {[file isdirectory ${item}]} { file attributes ${item} -permissions a+rx } elseif {[file isfile ${item}]} { file attributes ${item} -permissions a+r } } } livecheck.type none }