# -*- 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: Portfile 102584 2013-02-05 04:25:13Z larryv@macports.org $

PortSystem              1.0
PortGroup               python 1.0

name                    py-winpdb
version                 1.4.8
revision                0
python.versions         27
python.default_version  27
platforms               darwin
license                 GPL
maintainers             macports.org:eborisch \
                        openmaintainer
description             Winpdb is a platform independent python debugger.

long_description        Winpdb is a platform independent GPL Python debugger \
                        with support for multiple threads, namespace \
                        modification, embedded debugging, encrypted \
                        communication and is up to 20 times faster than pdb. \
                        Winpdb is being developed by Nir Aides since 2005. 


homepage                http://code.google.com/p/winpdb/
master_sites            http://winpdb.googlecode.com/files/
distname                winpdb-${version}

# py-wxpython-devel is not universal
universal_variant       no

checksums \
    rmd160  67e900708c3cc0e6e52eac9c858ae029d8f50b67 \
    sha256  daa146446d0a04fec93ee951ba3432016c6b63108711c036124902928968776e

if {$subport != $name } {
    depends_lib-append      port:py${python.version}-wxpython-devel \
                            port:py${python.version}-cython
}

livecheck.regex         {winpdb-(\d+(?:\.\d+)*).tar.gz}

