You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
883 B
Tcl
29 lines
883 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.16
|
|
revision 0
|
|
categories-append devel
|
|
license MIT
|
|
|
|
python.versions 39 310 311 312 313
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Implementation of the Debug Adapter Protocol
|
|
long_description {*}${description}
|
|
|
|
homepage https://aka.ms/debugpy
|
|
|
|
checksums rmd160 6e004564ee5ef1be1c5a397819668c84a7ff86cc \
|
|
sha256 31e69a1feb1cf6b51efbed3f6c9b0ef03bc46ff050679c4be7ea6d2e23540870 \
|
|
size 1643809
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-cython
|
|
}
|