# -*- 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.11.0
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer
license             BSD

description         Distribution-building parts of Flit.
long_description    {*}${description}

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

checksums           md5 6d677b1acef1769c4c7156c7508e0dbd \
                    rmd160 c3466dc10d88c49a0fb96ad013602d430b0d6215 \
                    sha256 6ceeee3219e9d2ea282041f3e027c441597b450b33007cb81168e887b6113a8f \
                    size 52038

python.versions     36 37 38 39 310 311 312 313

python.pep517       yes
python.pep517_backend

if {$subport ne $name} {
    patchfiles      zip-timestamps.patch
}
