[122510] trunk/dports/python

mmoll at macports.org mmoll at macports.org
Wed Jul 23 06:30:04 PDT 2014


Revision: 122510
          https://trac.macports.org/changeset/122510
Author:   mmoll at macports.org
Date:     2014-07-23 06:30:04 -0700 (Wed, 23 Jul 2014)
Log Message:
-----------
pygccxml, pygccxml-devel: add offifical release, mark -devel port as obsolete

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

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

Added: trunk/dports/python/py-pygccxml/Portfile
===================================================================
--- trunk/dports/python/py-pygccxml/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pygccxml/Portfile	2014-07-23 13:30:04 UTC (rev 122510)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
+
+github.setup        gccxml pygccxml 1.6.1 v
+name                py-pygccxml
+
+python.versions     26 27 31 32 33 34
+categories-append   devel
+maintainers         mmoll openmaintainer
+license             Boost-1
+description         pygccxml is a specialized XML reader that reads the output from GCCXML.
+long_description    ${description} It provides a simple framework to navigate C++ \
+                    declarations, using Python classes.
+platforms           darwin
+supported_archs     noarch
+checksums           rmd160  1c3e33936049ed34d59594a214e024bb083709fb \
+                    sha256  3795df674983cc0df4b6a871c519a26c47c4329d176c8ba67083d94dafee345b
+
+if {${name} ne ${subport}} {
+    depends_lib-append     port:gccxml-devel
+
+    test.run        yes
+    test.cmd        python${python.branch}
+    test.target     unittests/test_all.py
+}


Property changes on: trunk/dports/python/py-pygccxml/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Modified: trunk/dports/python/py-pygccxml-devel/Portfile
===================================================================
--- trunk/dports/python/py-pygccxml-devel/Portfile	2014-07-23 13:28:43 UTC (rev 122509)
+++ trunk/dports/python/py-pygccxml-devel/Portfile	2014-07-23 13:30:04 UTC (rev 122510)
@@ -2,32 +2,20 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
-
 name                py-pygccxml-devel
 version             20130731
+revision            2
 
 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}
+maintainers         nomaintainer
 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
+    replaced_by     py${python.version}-pygccxml
+} else {
+    replaced_by     py-pygccxml
 }
 
-livecheck.type      none
+PortGroup           obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140723/cec25a0d/attachment.html>


More information about the macports-changes mailing list