# -*- 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
PortGroup               wxWidgets 1.0

name                    py-winpdb
version                 1.4.8
revision                2
python.versions         27
python.default_version  27
platforms               {darwin any}
supported_archs         noarch
license                 GPL
maintainers             {eborisch @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                https://code.google.com/p/winpdb/
master_sites            googlecode:winpdb
distname                winpdb-${version}

checksums \
    rmd160  67e900708c3cc0e6e52eac9c858ae029d8f50b67 \
    sha256  daa146446d0a04fec93ee951ba3432016c6b63108711c036124902928968776e

if {${name} ne ${subport} } {
    depends_lib-append      port:py${python.version}-wxpython-3.0 \
                            port:py${python.version}-cython
}

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