[149403] trunk/dports/python/py-pygccxml/Portfile
Revision: 149403 https://trac.macports.org/changeset/149403 Author: mmoll@macports.org Date: 2016-06-17 08:18:21 -0700 (Fri, 17 Jun 2016) Log Message: ----------- pygccxml: update to version 1.7.6 Modified Paths: -------------- trunk/dports/python/py-pygccxml/Portfile Modified: trunk/dports/python/py-pygccxml/Portfile =================================================================== --- trunk/dports/python/py-pygccxml/Portfile 2016-06-17 14:55:08 UTC (rev 149402) +++ trunk/dports/python/py-pygccxml/Portfile 2016-06-17 15:18:21 UTC (rev 149403) @@ -4,20 +4,20 @@ PortGroup python 1.0 PortGroup github 1.0 -github.setup gccxml pygccxml 1.7.5 v +github.setup gccxml pygccxml 1.7.6 v name py-pygccxml python.versions 27 34 35 categories-append devel maintainers mmoll openmaintainer license Boost-1 -description pygccxml is a specialized XML reader that reads the output from GCCXML. +description pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. long_description ${description} It provides a simple framework to navigate C++ \ declarations, using Python classes. platforms darwin supported_archs noarch -checksums rmd160 84f921c2fe2a3ddc9f0c916823e785f54985094c \ - sha256 82c90ca9bb9a22271fb8970a7822295b9486a8f7d352ae556b445cc49ca878d9 +checksums rmd160 874b040d16ba5fad2d0fba875a5fd2ac80609320 \ + sha256 fe19761456a02077dd118e83194eaf38afff479424d987b30f0ed62bd1f5a88b if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools
participants (1)
-
mmoll@macports.org