# -*- 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-flit_core
version             3.2.0
platforms           darwin
supported_archs     noarch
maintainers         nomaintainer
license             BSD

description         Distribution-building parts of Flit.

long_description    {*}${description}

homepage            https://github.com/takluyver/flit

checksums           rmd160 6363ce4e00defc71c309863aa52d89ff3752d15a \
                    sha256 ff87f25c5dbc24ef30ea334074e35030e4885e4c5de3bf4e21f15746f6d99431 \
                    size   27417

python.versions     37 38 39

python.pep517       yes

if {$subport ne $name} {
    depends_run-append  port:py${python.version}-toml
    livecheck.type  none
}
