# -*- 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-debugpy
version             1.8.15
revision            0
categories-append   devel
license             MIT

python.versions     39 310 311 312 313

maintainers         {stromnov @stromnov} openmaintainer

description         Implementation of the Debug Adapter Protocol
long_description    {*}${description}

homepage            https://aka.ms/debugpy

checksums           rmd160  d483431d3e2e19b09a605f95de64e611ca0ef9a4 \
                    sha256  58d7a20b7773ab5ee6bdfb2e6cf622fdf1e40c9d5aef2857d85391526719ac00 \
                    size    1643279

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