[145840] trunk/dports/python/py-pygccxml/Portfile

mmoll at macports.org mmoll at macports.org
Thu Feb 18 13:24:22 PST 2016


Revision: 145840
          https://trac.macports.org/changeset/145840
Author:   mmoll at macports.org
Date:     2016-02-18 13:24:22 -0800 (Thu, 18 Feb 2016)
Log Message:
-----------
py-pygccxml: update to version 1.7.2, switch from gccxml to castxml to generate abstract syntax trees, since gccxml is dead and cannot handle C++11

Modified Paths:
--------------
    trunk/dports/python/py-pygccxml/Portfile

Modified: trunk/dports/python/py-pygccxml/Portfile
===================================================================
--- trunk/dports/python/py-pygccxml/Portfile	2016-02-18 20:47:21 UTC (rev 145839)
+++ trunk/dports/python/py-pygccxml/Portfile	2016-02-18 21:24:22 UTC (rev 145840)
@@ -4,7 +4,7 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        gccxml pygccxml 1.7.1 v
+github.setup        gccxml pygccxml 1.7.2 v
 name                py-pygccxml
 
 python.versions     27 34 35
@@ -16,14 +16,16 @@
                     declarations, using Python classes.
 platforms           darwin
 supported_archs     noarch
-checksums           rmd160  dc665f061e1176332a79fb7415a88be9cc9fb057 \
-                    sha256  182918dcdb87fc6b047149ed337adcad0567cfa2a84d7183ce5caaf1d772c4b6
+checksums           rmd160  d034b3febb394c4ad8a1bce2d390ac483542267a \
+                    sha256  e40457439dabba60e0ee3b170bd08235080aa0355df11b444c63e8a981f7bfc1
 
 if {${name} ne ${subport}} {
     depends_build-append   port:py${python.version}-setuptools
-    depends_lib-append     port:gccxml-devel
+    depends_lib-append     port:castxml
 
     test.run        yes
     test.cmd        python${python.branch}
     test.target     unittests/test_all.py
+
+    livecheck.type  none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160218/50fb3d7a/attachment.html>


More information about the macports-changes mailing list