# -*- 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.0.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 43f91fd9bfb334b82aef0b34cb77092eed64f22f \ sha256 f463434305e0336248cac9c2dc8076b707d8a12d019dd349f5c1e382dd1ae1b9 \ size 6531 python.pep517 yes python.pep517_backend flit python.rootname tomli_w python.versions 37 38 39 310 311 312 if {${name} ne ${subport}} { livecheck.type none }