Files

29 lines
884 B
Tcl
Raw Permalink Normal View History

2021-08-05 16:29:01 +03:00
# -*- 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
2026-06-30 09:46:11 +03:00
version 1.8.21
2021-08-05 16:29:01 +03:00
revision 0
categories-append devel
license MIT
2026-02-26 13:06:13 -05:00
python.versions 310 311 312 313 314
2021-08-05 16:29:01 +03:00
maintainers {stromnov @stromnov} openmaintainer
description Implementation of the Debug Adapter Protocol
2021-11-06 10:39:40 +00:00
long_description {*}${description}
2021-08-05 16:29:01 +03:00
homepage https://aka.ms/debugpy
2026-06-30 09:46:11 +03:00
checksums rmd160 56efa3d44d3204020577dbfab8a9e7f805e25a37 \
sha256 a3c53278e84c94e11bd87c53970ec391d1a67396c8b22609fcac576520e611a6 \
size 1697577
2021-08-05 16:29:01 +03:00
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-cython
}