# -*- 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-tomli-w version 1.1.0 license MIT supported_archs noarch platforms {darwin any} maintainers {toby @tobypeterson} openmaintainer description A lil' TOML parser long_description Tomli-W is a Python library for writing TOML. It is a write-only \ counterpart to Tomli, which is a read-only TOML parser. Tomli-W \ is fully compatible with TOML v1.0.0. homepage https://github.com/hukkin/tomli-w checksums rmd160 986d84530312041374a4b746bf9f2c23ece662f3 \ sha256 49e847a3a304d516a169a601184932ef0f6b61623fe680f836a2aa7128ed0d33 \ size 6929 python.pep517 yes python.pep517_backend flit python.rootname tomli_w python.versions 37 38 39 310 311 312 313 if {${name} ne ${subport}} { if {${python.version} == 37 || ${python.version} == 38} { version 1.0.0 revision 0 checksums rmd160 43f91fd9bfb334b82aef0b34cb77092eed64f22f \ sha256 f463434305e0336248cac9c2dc8076b707d8a12d019dd349f5c1e382dd1ae1b9 \ size 6531 } livecheck.type none }