# -*- 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
github.setup gotcha ipdb 0.11
description An enhanced Interactive Python shell
long_description Provide an interactive shell superior to Python's default. \
Serve as an embeddable, ready to use interpreter for your own programs. \
Offer a flexible framework which can be used as the base environment for \
other systems with Python as the underlying language. \
Allow interactive testing of threaded graphical toolkits.
homepage https://pypi.python.org/pypi/ipdb
checksums rmd160 60bcbefb5d3caaedea4fb5bffd6643e39d7ed5f9 \
sha256 256e8339faa2dcec4576ec62c45ba82e46b1eaec4e1f2c3256a3ecda832ed259 \
python.versions 27 34 35 36 37
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-ipython \
port:py${python.version}-setuptools
depends_run port:ipdb_select
select.file ${filespath}/ipdb${python.version}
To make the Python ${python.branch} version of ipdb the one that is run\
when you execute the commands without a version suffix, e.g. 'ipdb', run:
port select --set ${select.group} [file tail ${select.file}]