# -*- 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-discovery
python.rootname     python_discovery
version             1.1.0
revision            0

license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         Python interpreter discovery
long_description    ${description}
homepage            https://github.com/tox-dev/python-discovery

checksums           rmd160  1c36769583c440ffdd30c079db4ef726e86a9bd7 \
                    sha256  447941ba1aed8cc2ab7ee3cb91be5fc137c5bdbb05b7e6ea62fbdcb66e50b268 \
                    size    55674

python.versions     310 311 312 313 314

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