# -*- 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.3
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  f9fb0aa6425bf443b99442fb366408cbbac94f51 \
                    sha256  7acca36e818cd88e9b2ba03e045ad7e93e1713e29c6bbfba5d90202310b7baa5 \
                    size    56945

python.versions     310 311 312 313 314

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