# $Id: Portfile 107348 2013-06-26 02:34:42Z jmr@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pygccxml-devel
version             20121113

python.versions     26 27 31 32 33
categories-append   devel
maintainers         mmoll openmaintainer
license             Boost-1
description         pygccxml is a python interface to gcc-xml
long_description    ${description}
platforms           darwin
supported_archs     noarch
homepage            http://sourceforge.net/projects/pygccxml/
master_sites        https://bitbucket.org/ompl/pygccxml/downloads/
checksums           rmd160  37a8fb79e09a187576d0d8dd908d589ff25cba12 \
                    sha256  bc7069dca42914d4e47e39f60c2104f9de7718920cd4887d24845da7ef0869c0
distname            pygccxml-r575
extract.suffix      .tgz
worksrcdir          pygccxml

if {$subport != $name} {
    depends_lib-append     port:gccxml-devel

    test.run        yes
    test.cmd        python${python.branch}
    test.target     unittests/test_all.py
}

livecheck.type      none
