[72434] trunk/dports/python

mmoll at macports.org mmoll at macports.org
Thu Oct 14 17:27:15 PDT 2010


Revision: 72434
          http://trac.macports.org/changeset/72434
Author:   mmoll at macports.org
Date:     2010-10-14 17:27:13 -0700 (Thu, 14 Oct 2010)
Log Message:
-----------
python/py26-pygccxml-devel: new port for svn version of pygccxml

Modified Paths:
--------------
    trunk/dports/python/py26-tables/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-pygccxml-devel/
    trunk/dports/python/py26-pygccxml-devel/Portfile
    trunk/dports/python/py26-pyplusplus-devel/
    trunk/dports/python/py26-pyplusplus-devel/Portfile

Added: trunk/dports/python/py26-pygccxml-devel/Portfile
===================================================================
--- trunk/dports/python/py26-pygccxml-devel/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pygccxml-devel/Portfile	2010-10-15 00:27:13 UTC (rev 72434)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-pygccxml-devel
+version             20101014
+categories-append   devel
+maintainers         mmoll openmaintainer
+
+description         pygccxml is a python interface to gcc-xml
+long_description    ${description}
+
+platforms           darwin
+
+homepage            http://www.language-binding.net/pygccxml/pygccxml.html
+fetch.type          svn
+svn.url             https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev
+svn.revision        1844
+worksrcdir          pygccxml_dev
+
+depends_lib         port:gccxml-devel \
+                    port:py26-distribute
+
+test.run            yes
+test.cmd            python2.6
+test.target         unittests/test_all.py


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

Added: trunk/dports/python/py26-pyplusplus-devel/Portfile
===================================================================
--- trunk/dports/python/py26-pyplusplus-devel/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pyplusplus-devel/Portfile	2010-10-15 00:27:13 UTC (rev 72434)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-pyplusplus-devel
+version             20101014
+categories-append   devel
+maintainers         mmoll openmaintainer
+
+description         Py++ is an framework for creating a code generator for Boost.Python library and ctypes package
+long_description    ${description}
+
+platforms           darwin
+
+homepage            http://www.language-binding.net/pyplusplus/pyplusplus.html
+fetch.type          svn
+svn.url             https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pyplusplus_dev
+svn.revision        1844
+worksrcdir          pyplusplus_dev
+
+depends_lib         port:py26-pygccxml-devel \
+                    port:py26-distribute
+


Property changes on: trunk/dports/python/py26-pyplusplus-devel/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Modified: trunk/dports/python/py26-tables/Portfile
===================================================================
--- trunk/dports/python/py26-tables/Portfile	2010-10-15 00:25:17 UTC (rev 72433)
+++ trunk/dports/python/py26-tables/Portfile	2010-10-15 00:27:13 UTC (rev 72434)
@@ -45,4 +45,4 @@
 
 livecheck.type     regex
 livecheck.url      ${homepage}
-livecheck.regex    {PyTables ([0-9]+\.[0-9]+\.[0-9]+) released}
+livecheck.regex    {PyTables ([0-9]+\.[0-9\.]+) \(final\) released}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101014/7532a68b/attachment.html>


More information about the macports-changes mailing list