# -*- 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 PortGroup github 1.0 github.setup mverleg pyjson_tricks 3.12.1 v name py-json-tricks revision 0 license BSD supported_archs noarch platforms darwin python.versions 27 35 36 python.default_version 27 maintainers {eborisch @eborisch} openmaintainer description The json-tricks exentds handling of json files. long_description The pyjson-tricks package brings several pieces of \ functionality to python handling of json files: \ Store and load numpy arrays in human-readable format. \ Store and load class instances both generic and \ customized. Store and load date/times as a dictionary \ (including timezone). Preserve map order {} using \ OrderedDict. Allow for comments in json files by \ starting lines with #. Sets, complex numbers, Decimal, \ Fraction, enums, compression, duplicate keys, ... checksums \ rmd160 eeeecc54600094a49703cbf3dc25aca5f933399e \ sha256 10ce21cfc334dbb45e10f8c69e809c2e4670332c8ca619484e97c9a275c6f875 \ size 35976 if {${name} ne ${subport}} { livecheck.type none depends_build-append port:py${python.version}-setuptools post-destroot { set DD ${destroot}${prefix}/share/doc/${subport}/ xinstall -d ${DD} xinstall -W ${worksrcpath} LICENSE.txt README.rst ${DD} } }