# -*- 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-toml
version             0.10.2
license             MIT
platforms           {darwin any}
supported_archs     noarch
maintainers         {toby @tobypeterson} openmaintainer
description         Python Library for Tom's Obvious, Minimal Language
long_description    A Python library for parsing and creating TOML. \
                    The module passes the TOML test suite.

homepage            https://github.com/uiri/toml

checksums           rmd160 0bf696ef18e4bb20549157b5f2a864dd71222738 \
                    sha256 b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f \
                    size 22253

# keep version for Python < 3.4, these are (indirect) dependencies of py-virtualenv
# See <https://trac.macports.org/wiki/Python#VersionPolicy>
python.versions     27 35 36 37 38 39 310 311 312 313

if {${name} ne ${subport}} {
    depends_build   port:py${python.version}-setuptools

    livecheck.type  none
}
