# -*- 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.5 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 d7a8dd20888fe28bccb2828cca11e14f1aa16e1d \ sha256 b2112cfeb34b4507399d298fe7023a16656fc553ed5246536060ca7bd0e668d0 \ size 4612118 if {${name} ne ${subport}} { use_zip yes depends_build-append \ port:py${python.version}-cython }