# -*- 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-pep517
version             0.10.0
platforms           darwin
supported_archs     noarch
maintainers         {jmr @jmroot} openmaintainer
license             MIT

description         API to call PEP 517 hooks

long_description    {*}${description}

homepage            https://pypi.python.org/pypi/pep517/

checksums           md5 59b482ecdc9f9153bd3183e8d0da99ff \
                    rmd160 206b639e57ff8b52a00a49e0d549f981a9b7a3cf \
                    sha256 ac59f3f6b9726a49e15a649474539442cf76e0697e39df4869d25e68e880931b

python.versions     36 37 38 39

if {$subport ne $name} {
    depends_lib-append  port:py${python.version}-toml
    patchfiles      no-deps-option.diff
    livecheck.type  none
}
