# $Id: Portfile 117249 2014-02-20 18:00:14Z mmoll@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pygccxml-devel
version             20130731

python.versions     26 27 31 32 33 34
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  165d43f39fa1c6b0d16bef403edcfeced23e265b \
                    sha256  9c2853f254f956db4c0677a015bc4c165c5f7149c0684e29574e04a98489592d
distname            pygccxml-r579
extract.suffix      .tgz
worksrcdir          pygccxml

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

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

livecheck.type      none
