# -*- 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
description A full-screen, console-based Python debugger
long_description PuDB is a full-screen, console-based visual debugger for \
Python. Its goal is to provide all the niceties of \
modern GUI-based debuggers in a more lightweight and \
keyboard-friendly package. PuDB allows you to debug code \
right where you write and test it--in a terminal. If \
you've worked with the excellent (but nowadays ancient) \
DOS-based Turbo Pascal or C tools, PuDB's UI might look \
homepage https://github.com/inducer/pudb
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 73409926fe8e2d2f804d1975d9169ae538a1df58 \
sha256 8d8b974641b7a7a2a721af01c9dce5eac8e05a2ceebc2680725ba8eef1ca876e \
python.versions 27 34 35 36
if {${name} ne ${subport}} {
port:py${python.version}-pygments \
port:py${python.version}-setuptools \
port:py${python.version}-urwid
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE \