[74350] trunk/dports/python

mmoll at macports.org mmoll at macports.org
Mon Dec 13 12:53:47 PST 2010


Revision: 74350
          http://trac.macports.org/changeset/74350
Author:   mmoll at macports.org
Date:     2010-12-13 12:53:41 -0800 (Mon, 13 Dec 2010)
Log Message:
-----------
new ports created from corresponding py26 versions: py27-pygccxml-devel py27-pyplusplus-devel

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

Added: trunk/dports/python/py27-pygccxml-devel/Portfile
===================================================================
--- trunk/dports/python/py27-pygccxml-devel/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-pygccxml-devel/Portfile	2010-12-13 20:53:41 UTC (rev 74350)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-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:py27-distribute
+
+test.run            yes
+test.cmd            python2.7
+test.target         unittests/test_all.py
+
+livecheck.type      none


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

Added: trunk/dports/python/py27-pyplusplus-devel/Portfile
===================================================================
--- trunk/dports/python/py27-pyplusplus-devel/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-pyplusplus-devel/Portfile	2010-12-13 20:53:41 UTC (rev 74350)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-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:py27-pygccxml-devel \
+                    port:py27-distribute
+
+
+livecheck.type      none


Property changes on: trunk/dports/python/py27-pyplusplus-devel/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101213/4126e9b4/attachment.html>


More information about the macports-changes mailing list