# -*- 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.18
revision            0
categories-append   devel
license             MIT

python.versions     39 310 311 312 313 314

maintainers         {stromnov @stromnov} openmaintainer

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

homepage            https://aka.ms/debugpy

checksums           rmd160  2cdbf812af85c6a4b45296be3aa8365decb09b73 \
                    sha256  02551b1b84a91faadd2db9bc4948873f2398190c95b3cc6f97dc706f43e8c433 \
                    size    1644467

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