# -*- 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.1 revision 0 categories-append devel license MIT python.versions 38 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer description Implementation of the Debug Adapter Protocol long_description {*}${description} homepage https://aka.ms/debugpy checksums rmd160 dfad5e5094ac6f1dd5a9652ee9cf8f9c3488515f \ sha256 f696d6be15be87aef621917585f9bb94b1dc9e8aced570db1b8a6fc14e8f9b42 \ size 4619053 if {${name} ne ${subport}} { use_zip yes depends_build-append \ port:py${python.version}-cython }