# -*- 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-pyproject_api
version             1.10.0
revision            0
license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         API to interact with the python pyproject.toml based projects
long_description    {*}${description}
homepage            https://github.com/tox-dev/pyproject-api

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  d7a050e8dcdb9123cb488907dca877bd7db3f8c0 \
                    sha256  40c6f2d82eebdc4afee61c773ed208c04c19db4c4a60d97f8d7be3ebc0bbb330 \
                    size    22785

python.versions     39 310 311 312 313

python.pep517_backend \
                    hatch

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-hatch-vcs

    depends_lib-append  \
                    port:py${python.version}-packaging

    if {${python.version} < 311} {
        depends_lib-append \
                    port:py${python.version}-tomli
    }
}
