# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup select 1.0 name py-trepan version 0.4.0 categories-append devel platforms darwin supported_archs noarch license GPL-3+ maintainers nomaintainer description Modular, Extensible gdb-like Python Debugger in \ the Trepan family long_description This is a rewrite of the Python debugger, pydb, \ itself a derivative of the stock Python debugger \ pdb. homepage https://github.com/rocky/python2-trepan master_sites https://pypi.python.org/packages/source/t/trepan distname trepan-${version} checksums rmd160 721be0e6e0f9d789f4bd80ca50422036fe801929 \ sha256 f727b02672b943224101f790c4f7048dd6bec59c421790c7271ca7de30fc5294 python.versions 27 if {${subport} ne ${name}} { depends_lib-append port:py${python.version}-setuptools depends_run port:py${python.version}-columnize \ port:py${python.version}-import_relative \ port:py${python.version}-pyficache \ port:py${python.version}-pygments \ port:py${python.version}-tracer \ port:trepan2_select select.group trepan2 select.file ${filespath}/trepan${python.version} livecheck.type none } else { livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex {trepan-(\d(?:\.\d+)+)} }