Files
macports-ports/python/py-debugpy/Portfile
2026-02-26 13:10:11 -05:00

29 lines
884 B
Tcl

# -*- 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.20
revision 0
categories-append devel
license MIT
python.versions 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 1ed77c65a87f50b389569468b49b4c8b9162edce \
sha256 55bc8701714969f1ab89a6d5f2f3d40c36f91b2cbe2f65d98bf8196f6a6a2c33 \
size 1645207
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-cython
}