# -*- 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.2.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  ed71f487834d95cc966dd360cd95295ef7349014 \
                    sha256  2dd14fac5a47c27be9cd4c976af5a12d87fb1f0b4512f81d69cce3b35ae25021 \
                    size    7184

python.pep517       yes
python.pep517_backend   flit
python.rootname     tomli_w
python.versions     39 310 311 312 313 314
